latestSwagger 2.02026-08-102194011.3 MB

602fc25ddd76

Audit logs

EscalationPathCreatedV1 Audit logs

This entry is created whenever an escalation path is created

get/x-audit-logs/escalation_path.created.1

Response

OK response.

actionstring required

The type of log entry that this is

occurred_atstring date-time required

When the entry occurred

versioninteger required

Which version the event is

Example response

{
  "action": "escalation_path.created",
  "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": "Critical incidents",
      "type": "escalation_path"
    }
  ],
  "version": 1
}