{ "opencollection": "1.0.0", "info": { "name": "Service Limits Quotas API", "version": "20181025" }, "items": [ { "info": { "name": "quotas", "type": "folder" }, "items": [ { "info": { "name": "Lists quotas", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9090/20181025/quotas/", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the parent compartment (remember that the tenancy is simply the root compartment).\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the previous \"List\" call.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated \"List\" call.\n" }, { "name": "name", "value": "", "type": "query", "description": "name" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "Filters returned quotas based on the given state." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'asc' or 'desc'. By default, it is ascending.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order can be provided. Time created is default ordered as descending. Display name is default ordered as ascending.\n" } ] }, "docs": "Lists all quotas on resources from the given compartment." }, { "info": { "name": "Creates quota", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9090/20181025/quotas/", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new quota with the details supplied." }, { "info": { "name": "Gets quota", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9090/20181025/quotas/:quotaId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "quotaId", "value": "", "type": "path", "description": "The OCID of the quota." } ] }, "docs": "Gets the quota for the OCID specified." }, { "info": { "name": "Updates quota", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:9090/20181025/quotas/:quotaId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "quotaId", "value": "", "type": "path", "description": "The OCID of the quota." }, { "name": "isLockOverride", "value": "", "type": "query", "description": "Whether to override locks (if any exist)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the quota corresponding to given OCID with the details supplied." }, { "info": { "name": "Deletes quota", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:9090/20181025/quotas/:quotaId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "quotaId", "value": "", "type": "path", "description": "The OCID of the quota." }, { "name": "isLockOverride", "value": "", "type": "query", "description": "Whether to override locks (if any exist)." } ] }, "docs": "Deletes the quota corresponding to the given OCID." }, { "info": { "name": "Adds a lock to a resource.", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9090/20181025/quotas/:quotaId/actions/addLock", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "quotaId", "value": "", "type": "path", "description": "The OCID of the quota." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a lock to a resource." }, { "info": { "name": "Remove a lock from a resource.", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9090/20181025/quotas/:quotaId/actions/removeLock", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "quotaId", "value": "", "type": "path", "description": "The OCID of the quota." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a lock from a resource." } ] } ], "bundled": true }