{ "opencollection": "1.0.0", "info": { "name": "Oracle Link API", "version": "1.0" }, "items": [ { "info": { "name": "link", "type": "folder" }, "items": [ { "info": { "name": "Lists links", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/links", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "parentTenancyId", "value": "", "type": "query", "description": "The ID of the parent tenancy this link is associated with." }, { "name": "childTenancyId", "value": "", "type": "query", "description": "The ID of the child tenancy this link is associated with." }, { "name": "feature", "value": "", "type": "query", "description": "The feature associated with this link." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The lifecycle state of the resource." }, { "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": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, whether 'asc' or 'desc'." } ] }, "docs": "Return a (paginated) list of links." }, { "info": { "name": "Gets information about the link.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/links/:linkId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "linkId", "value": "", "type": "path", "description": "OCID of the link to retrieve." } ] }, "docs": "Gets information about the link." }, { "info": { "name": "Starts the link termination workflow.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220518/links/:linkId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "linkId", "value": "", "type": "path", "description": "OCID of the link to terminate." } ] }, "docs": "Starts the link termination workflow." }, { "info": { "name": "Gets information about the link along with tenancy names.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/links/:linkId/tenancyNames", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "linkId", "value": "", "type": "path", "description": "OCID of the link to retrieve." } ] }, "docs": "Gets information about the link along with the parent and child tenancy names." } ] } ], "bundled": true }