{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents providers API", "version": "1.0" }, "items": [ { "info": { "name": "providers", "type": "folder" }, "items": [ { "info": { "name": "Returns the list of supported AWS services.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/providers/aws" }, "docs": "Requires the privilege [`MINIMUM_COMPANY_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Returns the list of supported services for all Providers", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/providers/all" }, "docs": "Requires the privilege [`MINIMUM_COMPANY_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Returns the list of supported services for a given Provider", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/providers/:provider", "params": [ { "name": "provider", "value": "", "type": "path" } ] }, "docs": "Requires the privilege [`MINIMUM_COMPANY_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Returns a list of supported infrastructure providers.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/providers" }, "docs": "Currently supports 'aws'\nRequires the privilege [`MINIMUM_COMPANY_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" } ] } ], "bundled": true }