{ "opencollection": "1.0.0", "info": { "name": "Vantage Cloud Pricing Access Grants Cost Reports API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cost Reports", "type": "folder" }, "items": [ { "info": { "name": "Vantage Get All Cost Reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v1/cost_reports", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "limit", "value": "", "type": "query", "description": "The number of results per page." } ] }, "docs": "Returns all Cost Reports that the current API token has access to." }, { "info": { "name": "Vantage Create a Cost Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.vantage.sh/v1/cost_reports", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Cost Report." }, { "info": { "name": "Vantage Get a Cost Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v1/cost_reports/:cost_report_token", "params": [ { "name": "cost_report_token", "value": "", "type": "path", "description": "The unique token of the Cost Report." } ] }, "docs": "Returns a specific Cost Report by token." }, { "info": { "name": "Vantage Update a Cost Report", "type": "http" }, "http": { "method": "PUT", "url": "https://api.vantage.sh/v1/cost_reports/:cost_report_token", "params": [ { "name": "cost_report_token", "value": "", "type": "path", "description": "The unique token of the Cost Report." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing Cost Report." }, { "info": { "name": "Vantage Delete a Cost Report", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vantage.sh/v1/cost_reports/:cost_report_token", "params": [ { "name": "cost_report_token", "value": "", "type": "path", "description": "The unique token of the Cost Report." } ] }, "docs": "Deletes an existing Cost Report." } ] } ], "bundled": true }