{ "operationId": "listDeployments", "method": "GET", "path": "/20200407/deployments", "summary": "Oracle Goldengate List Deployments", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listdeployments200Example", "example": { "items": [ { "id": "abc123", "displayName": "example_value", "compartmentId": "500123", "lifecycleState": "example_value", "timeCreated": "2026-01-15T10:30:00Z", "timeUpdated": "2026-01-15T10:30:00Z" } ] } } ] }