Oracle GoldenGate · Example Payload

Oracle Goldengate Unpublishpipeline Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Unpublishpipeline 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": "unpublishPipeline",
  "method": "PATCH",
  "path": "/services/v1/pipelines/{id}/unpublish",
  "summary": "Oracle Goldengate Unpublish a Pipeline",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Unpublishpipeline200Example",
      "example": {
        "id": "abc123",
        "name": "Example Title",
        "description": "A sample description.",
        "status": "Draft",
        "createdBy": "example_value",
        "createdAt": "2026-01-15T10:30:00Z",
        "updatedAt": "2026-01-15T10:30:00Z",
        "sources": [
          {
            "id": "abc123",
            "name": "Example Title",
            "type": "Kafka",
            "connectionName": "example_value"
          }
        ],
        "targets": [
          {
            "id": "abc123",
            "name": "Example Title",
            "type": "Kafka",
            "connectionName": "example_value"
          }
        ],
        "stages": [
          {
            "id": "abc123",
            "name": "Example Title",
            "type": "Query",
            "description": "A sample description."
          }
        ]
      }
    }
  ]
}