{ "opencollection": "1.0.0", "info": { "name": "Usage Proxy Usagelimits API", "version": "20190111" }, "items": [ { "info": { "name": "usagelimits", "type": "folder" }, "items": [ { "info": { "name": "Returns list of usage limits for the subscription Id.", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20190111/usagelimits", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the root compartment." }, { "name": "subscriptionId", "value": "", "type": "query", "description": "The subscription ID for which usage limits information is requested for." }, { "name": "limitType", "value": "", "type": "query", "description": "Hard or soft limit. Hard limits lead to breaches, soft to alerts." }, { "name": "resourceType", "value": "", "type": "query", "description": "Resource name." }, { "name": "serviceType", "value": "", "type": "query", "description": "Service name." }, { "name": "page", "value": "", "type": "query", "description": "The value of the 'opc-next-page' response header from the previous call." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in the paginated response." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, which can be ascending (ASC) or descending (DESC)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Supports one sort order." } ] }, "docs": "Returns the list of usage limits for the subscription ID and tenant ID.\n" } ] } ], "bundled": true }