{ "opencollection": "1.0.0", "info": { "name": "Oracle Domain API", "version": "1.0" }, "items": [ { "info": { "name": "domain", "type": "folder" }, "items": [ { "info": { "name": "Lists domains", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/domains", "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": "lifecycleState", "value": "", "type": "query", "description": "The lifecycle state of the resource." }, { "name": "status", "value": "", "type": "query", "description": "The status of the domain." }, { "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 domains.\n" }, { "info": { "name": "Begins the registration process for claiming a domain.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/domains", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Begins the registration process for claiming a domain." }, { "info": { "name": "Gets information about the domain.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/domains/:domainId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "domainId", "value": "", "type": "path", "description": "The domain OCID." } ] }, "docs": "Gets information about the domain." }, { "info": { "name": "Update the domain identified by the ID.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220518/domains/:domainId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "domainId", "value": "", "type": "path", "description": "The domain OCID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the domain." }, { "info": { "name": "Releases the domain, making it available to be claimed again by another tenancy.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220518/domains/:domainId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "domainId", "value": "", "type": "path", "description": "The domain OCID." } ] }, "docs": "Releases the domain, making it available to be claimed again by another tenancy." } ] } ], "bundled": true }