Import Veridata XML

post

http://{host}:{port}/veridata/v1/services/configuration/import

Required Role: Administrator, SuperUser, CommandLineOperator

Import Veridata configurations

Request

Query Parameters
  • O means noscripting , 1 means create, 2 means update and 3 means delete
    Allowed Values: [ 0, 1, 2, 3 ]
Supported Media Types
Request Body - application/xml ()
Root Schema : schema
Type: string(binary)
Back to Top

Response

Supported Media Types

200 Response

Import Successful.

400 Response

Bad Request.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }

401 Response

Unauthorized.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }

404 Response

Not Found.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }

500 Response

Server Error.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
Back to Top