{ "opencollection": "1.0.0", "info": { "name": "Oracle Domain Governance API", "version": "1.0" }, "items": [ { "info": { "name": "domainGovernance", "type": "folder" }, "items": [ { "info": { "name": "Lists domain governance entities", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/domainGovernances", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "domainId", "value": "", "type": "query", "description": "The domain OCID." }, { "name": "domainGovernanceId", "value": "", "type": "query", "description": "The domain governance OCID." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The lifecycle state of the resource." }, { "name": "name", "value": "", "type": "query", "description": "A filter to return only resources that exactly match the name given." }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order can be provided.\n* The default order for timeCreated is descending.\n* The default order for displayName is ascending.\n* If no value is specified, timeCreated is the default.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, whether 'asc' or 'desc'." } ] }, "docs": "Return a (paginated) list of domain governance entities.\n" }, { "info": { "name": "Adds domain governance to a claimed domain.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/domainGovernances", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds domain governance to a claimed domain." }, { "info": { "name": "Gets information about the domain governance entity.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/domainGovernances/:domainGovernanceId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "domainGovernanceId", "value": "", "type": "path", "description": "The domain governance OCID." } ] }, "docs": "Gets information about the domain governance entity." }, { "info": { "name": "Update the domain governance entity identified by the ID.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220518/domainGovernances/:domainGovernanceId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "domainGovernanceId", "value": "", "type": "path", "description": "The domain governance OCID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the domain governance entity." }, { "info": { "name": "Removes domain governance from a claimed domain.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220518/domainGovernances/:domainGovernanceId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "domainGovernanceId", "value": "", "type": "path", "description": "The domain governance OCID." } ] }, "docs": "Removes domain governance from a claimed domain." } ] } ], "bundled": true }