Import GoldenGate Parameter File
post
http://{host}:{port}/veridata/v1/services/configuration/vgpp
Required Role: Administrator, SuperUser, CommandLineOperator
Creates/Updates/Replaces Veridata Configurations using Goldengate Replicat Parameter File as Input.
Request
Query Parameters
- groupName: string Group name to be overwritten.
- jobName: string Job name to be overwritten.
- operation(required): integer 0 - no scripting, 1 - create, 2 - update, 3 - replace.Allowed Values:
[ 0, 1, 2, 3 ]
- sourceCatalog: string Source catalog name to be overwritten.
- sourceConnection: string Source Connection name.
- targetCatalog: string Target catalog name to be overwritten.
- targetConnection: string Target Connection name.
Supported Media Types
- application/text
Root Schema : schema
Type:
string(binary)
Response
Supported Media Types
- application/xml
- application/json
200 Response
Replicat Param File Processing Successful.
Root Schema : schema
Type:
string(binary)
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" }