{ "opencollection": "1.0.0", "info": { "name": "Search Service Resource Search API", "version": "20180409" }, "items": [ { "info": { "name": "ResourceSearch", "type": "folder" }, "items": [ { "info": { "name": "Lists the types of resources available for querying.", "type": "http" }, "http": { "method": "GET", "url": "/20180409/resourceTypes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. The value must be between 1 and 1000." }, { "name": "page", "value": "", "type": "query", "description": "The page at which to start retrieving results." }, { "name": "tenantId", "value": "", "type": "query", "description": "The tenancy ID, which can be used to specify a different tenancy (for cross-tenancy authorization) when searching for resources in a different tenancy.\n" } ] }, "docs": "Lists all resource types that you can search or query for.\n" }, { "info": { "name": "Gets the resource type definition.", "type": "http" }, "http": { "method": "GET", "url": "/20180409/resourceTypes/:name", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "tenantId", "value": "", "type": "query", "description": "The tenancy ID, which can be used to specify a different tenancy (for cross-tenancy authorization) when searching for resources in a different tenancy.\n" }, { "name": "name", "value": "", "type": "path", "description": "The name of the resource type." } ] }, "docs": "Gets detailed information about a resource type by using the resource type name.\n" }, { "info": { "name": "Finds resources in your cloud network.", "type": "http" }, "http": { "method": "POST", "url": "/20180409/resources", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. The value must be between 1 and 1000." }, { "name": "page", "value": "", "type": "query", "description": "The page at which to start retrieving results." }, { "name": "tenantId", "value": "", "type": "query", "description": "The tenancy ID, which can be used to specify a different tenancy (for cross-tenancy authorization) when searching for resources in a different tenancy.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Queries any and all compartments in the specified tenancy to find resources that match the specified criteria.\nResults include resources that you have permission to view and can span different resource types. \nYou can also sort results based on a specified resource attribute.\n" } ] } ], "bundled": true }