{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Credentials API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List Credential Domains", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/credentials" }, "docs": "Returns all credential store domains used for big data target authentication." }, { "info": { "name": "Oracle Goldengate Retrieve a Credential Alias", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/credentials/:domain/:alias", "params": [ { "name": "domain", "value": "", "type": "path", "description": "Credential store domain" }, { "name": "alias", "value": "", "type": "path", "description": "Credential alias name" } ] }, "docs": "Returns a credential alias used for target system authentication." }, { "info": { "name": "Oracle Goldengate Create a Credential Alias", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/credentials/:domain/:alias", "params": [ { "name": "domain", "value": "", "type": "path", "description": "Credential store domain" }, { "name": "alias", "value": "", "type": "path", "description": "Credential alias name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a credential alias for authenticating with big data targets." }, { "info": { "name": "Oracle Goldengate Replace a Credential Alias", "type": "http" }, "http": { "method": "PUT", "url": "https://{goldengate-host}:{port}/services/v2/credentials/:domain/:alias", "params": [ { "name": "domain", "value": "", "type": "path", "description": "Credential store domain" }, { "name": "alias", "value": "", "type": "path", "description": "Credential alias name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces an existing credential alias." }, { "info": { "name": "Oracle Goldengate Delete a Credential Alias", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/credentials/:domain/:alias", "params": [ { "name": "domain", "value": "", "type": "path", "description": "Credential store domain" }, { "name": "alias", "value": "", "type": "path", "description": "Credential alias name" } ] }, "docs": "Deletes a credential alias." }, { "info": { "name": "Oracle Goldengate List Aliases in a Credential Domain", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/credentials/:domain", "params": [ { "name": "domain", "value": "", "type": "path", "description": "Credential store domain name" } ] }, "docs": "Returns all credential aliases within a specified domain." }, { "info": { "name": "Oracle Goldengate Validate a Credential Alias", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/credentials/:domain/:alias/valid", "params": [ { "name": "domain", "value": "", "type": "path", "description": "Credential store domain name" }, { "name": "alias", "value": "", "type": "path", "description": "Credential alias name" } ] }, "docs": "Validates that a credential alias can successfully connect to its target." } ] } ], "bundled": true }