Oracle GoldenGate · Example Payload

Oracle Goldengate Createcredentialalias Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Createcredentialalias 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": "createCredentialAlias",
  "method": "POST",
  "path": "/services/v2/credentials/{domain}/{alias}",
  "summary": "Oracle Goldengate Create a Credential Alias",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatecredentialaliasRequestExample",
      "example": {
        "userid": "500123",
        "password": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createcredentialalias201Example",
      "example": {
        "domain": "example_value",
        "alias": "example_value",
        "userid": "500123"
      }
    }
  ]
}