Oracle GoldenGate · Example Payload

Oracle Goldengate Updateasyncapispec Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Updateasyncapispec 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": "updateAsyncApiSpec",
  "method": "PATCH",
  "path": "/services/v2/stream/{streamname}/yaml",
  "summary": "Oracle Goldengate Update Asyncapi Specification",
  "requestExamples": [
    {
      "contentType": "application/x-yaml",
      "name": "UpdateasyncapispecRequestExample",
      "example": "example_value"
    },
    {
      "contentType": "text/yaml",
      "name": "UpdateasyncapispecRequestExample",
      "example": "example_value"
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/x-yaml",
      "name": "Updateasyncapispec200Example",
      "example": "example_value"
    }
  ]
}