{ "opencollection": "1.0.0", "info": { "name": "RoverCloudService Shape API", "version": "20201210" }, "items": [ { "info": { "name": "shape", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all Shapes in a compartment.", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20201210/shapes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment in which to list resources." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "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": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'asc' or 'desc'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.\n" } ] }, "docs": "Returns a list of Shapes.\n" } ] } ], "bundled": true }