{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants CostAlerts API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "CostAlerts", "type": "folder" }, "items": [ { "info": { "name": "Get all cost alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/cost_alerts", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List all Cost Alerts" }, { "info": { "name": "Create cost alert", "type": "http" }, "http": { "method": "POST", "url": "https://api.vantage.sh/v2/cost_alerts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a new Cost Alert" }, { "info": { "name": "Get cost alert by token", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/cost_alerts/:cost_alert_token", "params": [ { "name": "cost_alert_token", "value": "", "type": "path", "description": "The token of the Cost Alert." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a Cost Alert" }, { "info": { "name": "Update cost alert", "type": "http" }, "http": { "method": "PUT", "url": "https://api.vantage.sh/v2/cost_alerts/:cost_alert_token", "params": [ { "name": "cost_alert_token", "value": "", "type": "path", "description": "The token of the Cost Alert." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a Cost Alert" }, { "info": { "name": "Delete cost alert", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vantage.sh/v2/cost_alerts/:cost_alert_token", "params": [ { "name": "cost_alert_token", "value": "", "type": "path", "description": "The token of the Cost Alert." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a Cost Alert" } ] } ], "bundled": true }