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
-
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.
401 Response
Unauthorized..
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
404 Response
Not Found..
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
500 Response
Server Error..
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.