Oracle GoldenGate · Example Payload

Oracle Goldengate Getasyncapispec Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Getasyncapispec 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": "getAsyncApiSpec",
  "method": "GET",
  "path": "/services/v2/stream/{streamname}/yaml",
  "summary": "Oracle Goldengate Get Asyncapi Specification",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/x-yaml",
      "name": "Getasyncapispec200Example",
      "example": "example_value"
    },
    {
      "status": "200",
      "contentType": "text/yaml",
      "name": "Getasyncapispec200Example",
      "example": "example_value"
    }
  ]
}