Grafana Incident Provider alows you to query all incidents from Grafana Incident.
service_account_token
parameter in the provider configuration.operationType
- The operation type can be create
or update
.updateType
- The update type is used to update the various fields of the incident.operationType
- create
title
(str) - The title of the incident.severity
(str) - The severity of the incident.labels
(list) - The labels of the incident.roomPrefix
(str) - The room prefix of the incident.isDrill
(bool) - The drill status of the incident.status
(str) - The status of the incident.attachCaption
(str) - The attachment caption of the incident.attachURL
(str) - The attachment URL of the incident.operationType
- update
updateType
- The updatable fields are removeLabel
, unassignLabel
, unassignLabelByUUID
, unassignRole
, updateIncidentEventTime
, updateIncidentIsDrill
, updateIncidentSeverity
, updateIncidentStatus
, updateIncidentTitle
.incident_id
(str) - The incident ID.label
(str) - The label to remove.incident_id
(str) - The incident ID.label
(str) - The label to unassign.key
(str) - The key of the label to unassign.incident_id
(str) - The incident ID.key_uuid
(str) - The key UUID of the label to unassign.value_uuid
(str) - The value UUID of the label to unassign.incident_id
(str) - The incident ID.role
(str) - The role to unassign.user_id
(str) - The user ID to unassign.incident_id
(str) - The incident ID.event_time
(str) - The event time to update.event_name
(str) - The event name to update.incident_id
(str) - The incident ID.isDrill
(bool) - The drill status to update.incident_id
(str) - The incident ID.severity
(str) - The severity to update.incident_id
(str) - The incident ID.status
(str) - The status to update.incident_id
(str) - The incident ID.title
(str) - The title to update.