{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents grafana API", "version": "1.0" }, "items": [ { "info": { "name": "grafana", "type": "folder" }, "items": [ { "info": { "name": "Get all alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/grafana/alerts", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "grafanaUri", "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": "Get all dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/grafana/dashboards", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "grafanaUri", "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": "Get all rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/grafana/rules", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "grafanaUri", "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": "Searches for Grafana alert monitors", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/grafana/monitors", "params": [ { "name": "searchString", "value": "", "type": "query" }, { "name": "grafanaIntegrationName", "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)" } ] } ], "bundled": true }