{ "operationId": "listCredentialDomains", "method": "GET", "path": "/services/v2/credentials", "summary": "Oracle Goldengate List Credential Domains", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listcredentialdomains200Example", "example": { "domains": [ { "name": "Example Title", "aliasCount": 10 } ] } } ] }