{ "opencollection": "1.0.0", "info": { "name": "Usage Proxy Commitment API", "version": "20190111" }, "items": [ { "info": { "name": "commitment", "type": "folder" }, "items": [ { "info": { "name": "Returns all commitments for a given Subscribed Service Id", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20190111/commitments", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "subscribedServiceId", "value": "", "type": "query", "description": "Obtains the commitments for a particular subscribed service.\n" }, { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the root compartment." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated \"List\" call. Default: (`50`)\n\nExample: '500'\n" }, { "name": "page", "value": "", "type": "query", "description": "The value of the 'opc-next-page' response header from the previous \"List\" call.\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending ('ASC') or descending ('DESC').\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide one sort order ('sortOrder').\n" } ] }, "docs": "Returns all commitments for a particular subscribed service.\n" }, { "info": { "name": "Returns the commitment details corresponding to the commitment id provided", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20190111/commitments/:commitmentId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "commitmentId", "value": "", "type": "path", "description": "The commitment ID." } ] }, "docs": "Returns the commitment details corresponding to the provided ID.\n" } ] } ], "bundled": true }