{ "opencollection": "1.0.0", "info": { "name": "Usage Proxy Billing Schedule API", "version": "20190111" }, "items": [ { "info": { "name": "billingSchedule", "type": "folder" }, "items": [ { "info": { "name": "Returns all billing schedules for a paticular subscription ID.", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20190111/billingSchedules", "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": "This parameter gets the billing schedules for a particular subscription ID.\n" }, { "name": "subscribedServiceId", "value": "", "type": "query", "description": "This parameter gets the billing schedules for a particular subscribed service.\n" }, { "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": "This list API returns all billing schedules for a given subscription ID, and\nfor a particular subscribed service if provided.\n" } ] } ], "bundled": true }