{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants Prices 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": "Prices", "type": "folder" }, "items": [ { "info": { "name": "Get prices for a product", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/products/:product_id/prices", "params": [ { "name": "product_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "limit", "value": "", "type": "query", "description": "The amount 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": "Return available Prices across all Regions for a Product." }, { "info": { "name": "Get price by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/products/:product_id/prices/:id", "params": [ { "name": "product_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a price" }, { "info": { "name": "Get all products", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/products", "params": [ { "name": "provider_id", "value": "", "type": "query", "description": "Query by Provider to list all Products across all Services for a Provider. e.g. aws" }, { "name": "service_id", "value": "", "type": "query", "description": "Query by Service to list all Products for a specific provider service. e.g. aws-ec2" }, { "name": "name", "value": "", "type": "query", "description": "Query by name of the Product to see a list of products which match that name. e.g. m5a.16xlarge" }, { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "limit", "value": "", "type": "query", "description": "The amount 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": "Return available Products for a Service. For example, with a Provider of AWS and a Service of EC2, Products will be a list of all EC2 Instances. By default, this endpoint returns all Products across all Services and Providers but has optional query parameters for filtering listed below." }, { "info": { "name": "Get product by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return a product" } ] } ], "bundled": true }