Configuration parameters
url— Server URL (required)credentials— Username (required)proxy— Use system proxy settingsinsecure— Trust any certificate (not secure)max_fetch— Maximum number of incidents to fetchisFetch— Fetch incidentsfirst_fetch— First fetch time intervaldashboard_id— Dashboard IDs to fetchpanel_id— Panel ID to fetchalert_name— Alert name to fetchstate— States to fetchincidentType— Incident type
Commands (22)
-
grafana-alert-get-by-idGets an alert by id.
-
grafana-alert-pausePauses an alert by ID.
-
grafana-alert-unpauseUnpauses an alert by ID.
-
grafana-alerts-listGets alerts.
-
grafana-annotation-createCreates an annotation in the Grafana database. The dashboard_id and panel_id fields are optional. If they are not specified, a global annotation is created and can be queried in any dashboard that adds the Grafana annotations data source. When creating a region annotation include the time_end property.
-
grafana-dashboards-searchSearches dashboards.
-
grafana-org-createCreates an organization.
-
grafana-org-get-by-idGets an organization by ID.
-
grafana-org-get-by-nameGets an organization by name.
-
grafana-org-listGets organizations.
-
grafana-team-addCreates a new team.
-
grafana-team-deleteDeletes a team.
-
grafana-team-get-by-idGets a team by ID.
-
grafana-team-members-listGets a list of all team members by team ID.
-
grafana-teams-searchGets teams.
-
grafana-user-add-to-teamAdds a user to a team.
-
grafana-user-get-by-idGets a user by ID.
-
grafana-user-orgs-getGets user's organizations by user ID.
-
grafana-user-remove-from-teamRemoves a user from a team.
-
grafana-user-teams-getGets the user's teams by user ID.
-
grafana-user-updateUpdates a user by user ID. Login or email is mandatory. If you change your own login information, you won't be able to continue querying as your username (login) will change. Login and email should be unique.
-
grafana-users-searchGets users.