{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents health checks API", "version": "1.0" }, "items": [ { "info": { "name": "health checks", "type": "folder" }, "items": [ { "info": { "name": "Retrieve status checks by Id (or all if the query param is empty)", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/status-checks", "params": [ { "name": "statusCheckIds", "value": "", "type": "query" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`MINIMUM_TEAM_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Creates a new Status Check", "type": "http" }, "http": { "method": "POST", "url": "https://api.gremlin.com/v1/status-checks", "params": [ { "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": "retrieve a status check by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/status-checks/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`MINIMUM_TEAM_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Update a given status check", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gremlin.com/v1/status-checks/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "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": "Delete a given statuscheck by id", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gremlin.com/v1/status-checks/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "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": "Test a status check endpoint configuration.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gremlin.com/v1/status-checks/:runTestEndpoint", "params": [ { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires the privilege [`MINIMUM_TEAM_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Test a status check evaluation configuration.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gremlin.com/v1/status-checks/:runTestEvaluation", "params": [ { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires the privilege [`MINIMUM_TEAM_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Update a given status check tags", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gremlin.com/v1/status-checks/:identifier/tags", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "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)" } ] } ], "bundled": true }