{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants CostAlertEvents 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": "CostAlertEvents", "type": "folder" }, "items": [ { "info": { "name": "Get all cost alert events", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/cost_alerts/:cost_alert_token/events", "params": [ { "name": "cost_alert_token", "value": "", "type": "path", "description": "The token of the CostAlertEvent." }, { "name": "report_token", "value": "", "type": "query", "description": "The token of the report associated with the CostAlertEvent." }, { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "limit", "value": "", "type": "query", "description": "The number of results to return. The maximum is 1000." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all CostAlertEvents" }, { "info": { "name": "Get cost alert event by token", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/cost_alerts/:cost_alert_token/events/:event_token", "params": [ { "name": "cost_alert_token", "value": "", "type": "path" }, { "name": "event_token", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get a CostAlertEvent" } ] } ], "bundled": true }