{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents external-integrations API", "version": "1.0" }, "items": [ { "info": { "name": "external-integrations", "type": "folder" }, "items": [ { "info": { "name": "Get external integrations by type.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/external-integrations", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`INTEGRATIONS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Delete an external integration.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gremlin.com/v1/external-integrations", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`INTEGRATIONS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Get team integrations that are compatible with Load Generators.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/external-integrations/load-generator", "params": [ { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`INTEGRATIONS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Create new team integration that is compatible with Load Generators.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gremlin.com/v1/external-integrations/load-generator", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires the privilege [`INTEGRATIONS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Update a team integration that is compatible with Load Generators.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gremlin.com/v1/external-integrations/load-generator", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires the privilege [`INTEGRATIONS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Remove a team integration that is compatible with Load Generators.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gremlin.com/v1/external-integrations/load-generator", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`INTEGRATIONS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Get team integrations that are compatible with Health Checks.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/external-integrations/status-check", "params": [ { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`INTEGRATIONS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Create new team integration that is compatible with Health Checks.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gremlin.com/v1/external-integrations/status-check", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "observabilityToolType", "value": "", "type": "query" }, { "name": "domain", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires the privilege [`INTEGRATIONS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Update a team integration that is compatible with Health Checks.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gremlin.com/v1/external-integrations/status-check", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "observabilityToolType", "value": "", "type": "query" }, { "name": "domain", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires the privilege [`INTEGRATIONS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Remove a team integration that is compatible with Health Checks.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gremlin.com/v1/external-integrations/status-check", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "observabilityToolType", "value": "", "type": "query" }, { "name": "domain", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`INTEGRATIONS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" } ] } ], "bundled": true }