Audit logs
IncidentDurationMetricDeletedV1 Audit logs
This entry is created whenever a incident duration metric is deleted
get/x-audit-logs/incident_duration_metric.deleted.1
Response
OK response.
Example response
{
"action": "incident_duration_metric.deleted",
"actor": {
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"metadata": {
"user_base_role_slug": "admin",
"user_custom_role_slugs": "engineering,security"
},
"name": "John Doe",
"type": "user"
},
"context": {
"location": "1.2.3.4",
"user_agent": "Chrome/91.0.4472.114"
},
"occurred_at": "2021-08-17T13:28:57.801578Z",
"targets": [
{
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Time to resolve",
"type": "incident_duration_metric"
}
],
"version": 1
}