Oracle GoldenGate · Example Payload

Oracle Goldengate Importartifacts Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Importartifacts Example is an example object payload from Oracle GoldenGate, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "importArtifacts",
  "method": "PATCH",
  "path": "/services/v1/artifacts/import",
  "summary": "Oracle Goldengate Import Ggsa Artifacts",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ImportartifactsRequestExample",
      "example": {
        "pipeline": "example_value",
        "connections": [
          {}
        ],
        "references": [
          {}
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Importartifacts200Example",
      "example": {
        "success": true,
        "importedArtifacts": 10,
        "messages": [
          "example_value"
        ]
      }
    }
  ]
}