Import Veridata XML
post
http://{host}:{port}/veridata/v1/services/configuration/import
Required Role: Administrator, SuperUser, CommandLineOperator
Import Veridata configurations
Request
Query Parameters
- operation: integer O means noscripting , 1 means create, 2 means update and 3 means deleteAllowed Values:
[ 0, 1, 2, 3 ]
Supported Media Types
- application/xml
Root Schema : schema
Type:
string(binary)
Response
Supported Media Types
- application/json
200 Response
Import Successful.
400 Response
Bad Request.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
401 Response
Unauthorized.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
404 Response
Not Found.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
500 Response
Server Error.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }