{ "opencollection": "1.0.0", "info": { "name": "Oracle Organization API", "version": "1.0" }, "items": [ { "info": { "name": "organization", "type": "folder" }, "items": [ { "info": { "name": "Creates a child tenancy asynchronously.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/childTenancies", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a child tenancy asynchronously." }, { "info": { "name": "Initiate tenancy termination.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20220518/organizationTenancies/:organizationTenancyId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "organizationTenancyId", "value": "", "type": "path", "description": "OCID of the tenancy to be terminated." } ] }, "docs": "If certain validations are successful, initiate tenancy termination." }, { "info": { "name": "Approve an organization's child tenancy for transfer.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/organizationTenancies/:organizationTenancyId/actions/approveForTransfer", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "organizationTenancyId", "value": "", "type": "path", "description": "OCID of the child tenancy." } ] }, "docs": "Approve an organization's child tenancy for transfer." }, { "info": { "name": "Restore tenancy.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/organizationTenancies/:organizationTenancyId/actions/restore", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "organizationTenancyId", "value": "", "type": "path", "description": "OCID of the tenancy to be restored." } ] }, "docs": "An asynchronous API to restore a tenancy." }, { "info": { "name": "Cancel an organization's child tenancy for transfer.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/organizationTenancies/:organizationTenancyId/actions/unapproveForTransfer", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "organizationTenancyId", "value": "", "type": "path", "description": "OCID of the child tenancy." } ] }, "docs": "Cancel an organization's child tenancy for transfer." }, { "info": { "name": "Lists organizations associated with the caller.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/organizations", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "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." } ] }, "docs": "Lists organizations associated with the caller." }, { "info": { "name": "Gets information about the organization.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/organizations/:organizationId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "OCID of the organization to retrieve." } ] }, "docs": "Gets information about the organization." }, { "info": { "name": "Assign the subscription to the organization.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220518/organizations/:organizationId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "OCID of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Map the default subscription to the organization." }, { "info": { "name": "Gets a list of tenancies in the organization.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/organizations/:organizationId/tenancies", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "OCID of the organization." }, { "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." } ] }, "docs": "Gets a list of tenancies in the organization." }, { "info": { "name": "Gets information about the organization's tenancy.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/organizations/:organizationId/tenancies/:tenancyId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "OCID of the organization." }, { "name": "tenancyId", "value": "", "type": "path", "description": "OCID of the tenancy to retrieve." } ] }, "docs": "Gets information about the organization's tenancy." } ] } ], "bundled": true }