Remediation SLA by Status

The remediation SLA status of all incidents that started a remediation process. The widget takes into account incidents from the last 30 days by default, and inherits new time range when the dashboard time changes.

Common Widgets pie

Details

IDremediation-sla-by-status
Widget Typepie
Data Typeincidents
From Version5.0.0
PredefinedYes

Query

-category:job and -remediationsla.runStatus:idle
{
 "id": "remediation-sla-by-status",
 "version": -1,
 "fromVersion": "5.0.0",
 "name": "Remediation SLA by Status",
 "dataType": "incidents",
 "widgetType": "pie",
 "query": "-category:job and -remediationsla.runStatus:idle",
 "isPredefined": true,
 "dateRange": {
  "fromDate": "0001-01-01T00:00:00Z",
  "toDate": "0001-01-01T00:00:00Z",
  "period": {
   "byTo": "",
   "byFrom": "days",
   "toValue": null,
   "fromValue": 30,
   "field": ""
  }
 },
 "params": {
  "groupBy": [
   "remediationsla.slaStatus"
  ]
 },
 "description": "The remediation SLA status of all incidents that started a remediation process. The widget takes into account incidents from the last 30 days by default, and inherits new time range when the dashboard time changes."
}