Storage

Retrieves the DIS XML configuration.

Requires scope dis:config.

Securitybearer
Responses
get/api/v1/Storage/Config
Request samples

Updates the DIS XML configuraton.

Requires scope dis:config.

This operation will completely overwrite the existing configuraton with what is sent here.

Securitybearer
Request
Request Body schema: application/json

The xml configuration.

string
Responses
put/api/v1/Storage/Config
Request samples
application/json
"string"

Retrieves the DIS XML data commands.

Requires scope dis:config.

Securitybearer
Responses
get/api/v1/Storage/DataCommand
Request samples

Updates the DIS XML data commands.

Requires scope dis:config.

This operation will completely overwrite the existing configuraton with what is sent here.

Securitybearer
Request
Request Body schema: application/json

The data command xml.

string
Responses
put/api/v1/Storage/DataCommand
Request samples
application/json
"string"

Updates a DIS log.

Requires scope dis:config.

This operation will completely overwrite the existing log with what is sent here.

Securitybearer
Request
path Parameters
name
required
string

The name of the log.

Request Body schema: application/json

The log content.

string
Responses
put/api/v1/Storage/Log/{name}
Request samples
application/json
"string"