Mean Time to Remediation (Remediation SLA)

The mean time (average time) to remediation across all incidents where the remediation sla timer completed. The widget takes into account incidents from the last 30 days by default.

CaseManagement-Generic duration

Details

IDmean-time-to-remediation-sla
Widget Typeduration
Data Typeincidents
From Version5.5.0
PredefinedYes

Query

-category:job and remediationsla.runStatus:ended
{
    "id": "mean-time-to-remediation-sla",
    "version": -1,
    "fromVersion": "5.5.0",
    "name": "Mean Time to Remediation (Remediation SLA)",
    "dataType": "incidents",
    "widgetType": "duration",
    "query": "-category:job and remediationsla.runStatus:ended",
    "isPredefined": true,
    "dateRange": {
        "fromDate": "0001-01-01T00:00:00Z",
        "toDate": "0001-01-01T00:00:00Z",
        "period": {
            "byTo": "",
            "byFrom": "days",
            "toValue": null,
            "fromValue": 30,
            "field": "",
            "by": ""
        },
        "fromDateLicense": "0001-01-01T00:00:00Z"
    },
    "params": {
        "keys": [
            "avg|remediationsla.totalDuration"
        ]
    },
    "description": "The mean time (average time) to remediation across all incidents where the remediation sla timer completed. The widget takes into account incidents from the last 30 days by default."
}