To give you visibility over the changes that are made within your incident.io account, we use an audit log. Our audit log is powered by WorkOS. The log is available for customers on our Enterprise plan.
The audit log contains information about any configuration changes, as well as changes to a user's permissions (e.g. being given a new role, or access to a private incident).
Each entry will have an actor (the person or system that made the change) and one or more targets (a thing that was modified by this change). It will also include the Location and User Agent of the actor, where applicable.
Each entry will conform to a schema, which is documented here. Each entry also has a version, so that if our schema changes over time you’ll still be able to parse old events.
We’ll retain these entries for one year.
Audit log entries start from 18 April, 2023 (there are no entries available from before that date) and are retained in WorkOS for 365 days.
You can view your audit log via our security settings page.
From there, you'll be able to:
Each entry will have an actor associated with it, which is one of 6 types:
This is for changes triggered by the actions of a particular user in your account.
As an example:
"actor": {
"type": "user",
"id": "01G0J1EXE7AXZ2C93K61WBPYEH",
"name": "Kelsey Mills",
"metadata": {
"user_base_role_slug": "admin",
"user_custom_role_slugs": "engineering,security"
}
}
This is for changes triggered by an API key.
As an example:
"actor": {
"type": "api_key",
"id": "01G0J1EXE7AXZ2C93K61WBPYEH",
"name": "Lisa's development key",
"metadata": {
"api_key_roles": "incident_creator,global_access"
}
}
This is for changes triggered by a system. Sometimes that will be a third party system (e.g. a user might be created via Slack) or sometimes it might be something triggered from inside incident.io (e.g. a severity created as part of setup).
As an example:
"actor": {
"type": "system",
"id": "incident_setup",
"name": "incident.io (setup)",
"metadata": {}
}
This is for changes triggered by a workflow: for example, a workflow that invites users to a private incident.
As an example:
"actor": {
"type": "workflow",
"id": "01G0J1EXE7AXZ2C93K61WBPYEH",
"name": "Auto-invite security team to private incidents",
"metadata": {}
}
This is for changes triggered by a specific external resource (also known as an attachment).
As an example:
"actor": {
"type": "external_resource",
"id": "01G0J1EXE7AXZ2C93K61WBPYEH",
"name": "#1234 Increased API latency",
"metadata": {
"external_resource_type": "pager_duty_incident",
"external_resource_external_id": "q1234"
}
}
This is for changes triggered by a specific alert (e.g. from Datadog or Grafana).
As an example:
"actor": {
"type": "alert",
"id": "01G0J1EXE7AXZ2C93K61WBPYEH",
"name": "Staging: pod CPU high",
"metadata": {
"alert_source_id": "01HB0ZG3B0HM04RCXNSPV1EDYG"
}
}
This entry is created whenever an alert route is created
OK response.
{- "action": "alert_route.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": "Production incidents",
- "type": "alert_route"
}
], - "version": 1
}
This entry is created whenever an alert route is deleted
OK response.
{- "action": "alert_route.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": "Production incidents",
- "type": "alert_route"
}
], - "version": 1
}
This entry is created whenever an alert route is updated
OK response.
{- "action": "alert_route.updated",
- "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": "Production incidents",
- "type": "alert_route"
}
], - "version": 1
}
This entry is created whenever alert attributes are updated
OK response.
{- "action": "alert_schema.updated",
- "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": "Alert schema",
- "type": "alert_schema"
}
], - "version": 1
}
This entry is created whenever an alert source is created
OK response.
{- "action": "alert_source_config.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": "Datadog alerts",
- "type": "alert_source"
}
], - "version": 1
}
This entry is created whenever an alert source is deleted
OK response.
{- "action": "alert_source_config.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": "Datadog alerts",
- "type": "alert_source"
}
], - "version": 1
}
This entry is created whenever an alert source is updated
OK response.
{- "action": "alert_source_config.updated",
- "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": "Datadog alerts",
- "type": "alert_source"
}
], - "version": 1
}
This entry is created whenever a announcement rule is created
OK response.
{- "action": "announcement_rule.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": "#engineering",
- "type": "announcement_rule"
}
], - "version": 1
}
This entry is created whenever a announcement rule is deleted
OK response.
{- "action": "announcement_rule.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": "#engineering",
- "type": "announcement_rule"
}
], - "version": 1
}
This entry is created whenever a announcement rule is updated
OK response.
{- "action": "announcement_rule.updated",
- "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": "#engineering",
- "type": "announcement_rule"
}
], - "version": 1
}
This entry is created whenever a api key is created
OK response.
{- "action": "api_key.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": "Development API Key",
- "type": "api_key"
}
], - "version": 1
}
This entry is created whenever a api key is deleted
OK response.
{- "action": "api_key.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": "Development API Key",
- "type": "api_key"
}
], - "version": 1
}
This entry is created whenever a catalog type is created
OK response.
{- "action": "catalog_type.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": "Service",
- "type": "catalog_type"
}
], - "version": 1
}
This entry is created whenever a catalog type is deleted
OK response.
{- "action": "catalog_type.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": "Service",
- "type": "catalog_type"
}
], - "version": 1
}
This entry is created whenever a catalog type is updated
OK response.
{- "action": "catalog_type.updated",
- "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": "Service",
- "type": "catalog_type"
}
], - "version": 1
}
This entry is created whenever a custom field is created
OK response.
{- "action": "custom_field.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": "Affected teams",
- "type": "custom_field"
}
], - "version": 1
}
This entry is created whenever a custom field is deleted
OK response.
{- "action": "custom_field.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": "Affected teams",
- "type": "custom_field"
}
], - "version": 1
}
This entry is created whenever a custom field is updated
OK response.
{- "action": "custom_field.updated",
- "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": "Affected teams",
- "type": "custom_field"
}
], - "version": 1
}
This entry is created whenever a debrief invite rule is created
OK response.
{- "action": "debrief_invite_rule.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": "Invite founders for critical incidents",
- "type": "debrief_invite_rule"
}
], - "version": 1
}
This entry is created whenever a debrief invite rule is deleted
OK response.
{- "action": "debrief_invite_rule.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": "Invite founders for critical incidents",
- "type": "debrief_invite_rule"
}
], - "version": 1
}
This entry is created whenever a debrief invite rule is updated
OK response.
{- "action": "debrief_invite_rule.updated",
- "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": "Invite founders for critical incidents",
- "type": "debrief_invite_rule"
}
], - "version": 1
}
This entry is created whenever an escalation path is created
OK 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
}
This entry is created whenever an escalation path is deleted
OK response.
{- "action": "escalation_path.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": "Critical incidents",
- "type": "escalation_path"
}
], - "version": 1
}
This entry is created whenever an escalation path is updated
OK response.
{- "action": "escalation_path.updated",
- "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
}
This entry is created whenever a follow up priority is created
OK response.
{- "action": "follow_up_priority.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": "Low",
- "type": "follow_up_priority"
}
], - "version": 1
}
This entry is created whenever a follow up priority is deleted
OK response.
{- "action": "follow_up_priority.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": "Low",
- "type": "follow_up_priority"
}
], - "version": 1
}
This entry is created whenever a follow up priority is updated
OK response.
{- "action": "follow_up_priority.updated",
- "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": "Low",
- "type": "follow_up_priority"
}
], - "version": 1
}
This entry is created whenever a holiday user feed is created
OK response.
{- "action": "holiday_user_feed.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": "US Team holidays",
- "type": "holiday_user_feed"
}
], - "version": 1
}
This entry is created whenever a holiday user feed is deleted
OK response.
{- "action": "holiday_user_feed.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": "US Team holidays",
- "type": "holiday_user_feed"
}
], - "version": 1
}
This entry is created whenever a holiday user feed is updated
OK response.
{- "action": "holiday_user_feed.updated",
- "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": "US Team holidays",
- "type": "holiday_user_feed"
}
], - "version": 1
}
This entry is created whenever an organisation's incident call settings are updated
OK response.
{- "action": "incident_call_setting.updated",
- "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": "Incident call settings",
- "type": "incident_call_setting"
}
], - "version": 1
}
This entry is created whenever a incident duration metric is created
OK response.
{- "action": "incident_duration_metric.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": "Time to resolve",
- "type": "incident_duration_metric"
}
], - "version": 1
}
This entry is created whenever a incident duration metric is deleted
OK 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
}
This entry is created whenever a incident duration metric is updated
OK response.
{- "action": "incident_duration_metric.updated",
- "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
}
This entry is created whenever a incident role is created
OK response.
{- "action": "incident_role.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": "Communications Lead",
- "type": "incident_role"
}
], - "version": 1
}
This entry is created whenever a incident role is deleted
OK response.
{- "action": "incident_role.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": "Communications Lead",
- "type": "incident_role"
}
], - "version": 1
}
This entry is created whenever a incident role is updated
OK response.
{- "action": "incident_role.updated",
- "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": "Communications Lead",
- "type": "incident_role"
}
], - "version": 1
}
This entry is created whenever a incident status is created
OK response.
{- "action": "incident_status.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": "Investigating",
- "type": "incident_status"
}
], - "version": 1
}
This entry is created whenever a incident status is deleted
OK response.
{- "action": "incident_status.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": "Investigating",
- "type": "incident_status"
}
], - "version": 1
}
This entry is created whenever a incident status is updated
OK response.
{- "action": "incident_status.updated",
- "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": "Investigating",
- "type": "incident_status"
}
], - "version": 1
}
This entry is created whenever a incident timestamp is created
OK response.
{- "action": "incident_timestamp.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": "Fixed at",
- "type": "incident_timestamp"
}
], - "version": 1
}
This entry is created whenever a incident timestamp is deleted
OK response.
{- "action": "incident_timestamp.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": "Fixed at",
- "type": "incident_timestamp"
}
], - "version": 1
}
This entry is created whenever a incident timestamp is updated
OK response.
{- "action": "incident_timestamp.updated",
- "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": "Fixed at",
- "type": "incident_timestamp"
}
], - "version": 1
}
This entry is created whenever a incident type is created
OK response.
{- "action": "incident_type.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": "Security",
- "type": "incident_type"
}
], - "version": 1
}
This entry is created whenever a incident type is deleted
OK response.
{- "action": "incident_type.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": "Security",
- "type": "incident_type"
}
], - "version": 1
}
This entry is created whenever a incident type is updated
OK response.
{- "action": "incident_type.updated",
- "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": "Security",
- "type": "incident_type"
}
], - "version": 1
}
This entry is created whenever an integration is installed
OK response.
{- "action": "integration.installed",
- "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": "github",
- "name": "Github",
- "type": "integration"
}
], - "version": 1
}
This entry is created whenever an integration is uninstalled
OK response.
{- "action": "integration.uninstalled",
- "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": "github",
- "name": "Github",
- "type": "integration"
}
], - "version": 1
}
This entry is created whenever an internal status page is created
OK response.
{- "action": "internal_status_page.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": "Public Page",
- "type": "internal_status_page"
}
], - "version": 1
}
This entry is created whenever an internal status page is deleted
OK response.
{- "action": "internal_status_page.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": "Public Page",
- "type": "internal_status_page"
}
], - "version": 1
}
This entry is created whenever an internal status page has its configuration updated
OK response.
{- "action": "internal_status_page.updated",
- "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": "Public Page",
- "type": "internal_status_page"
}
], - "version": 1
}
{- "action": "nudge.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": "Reminder to take a break",
- "type": "nudge"
}
], - "version": 1
}
{- "action": "nudge.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": "Reminder to take a break",
- "type": "nudge"
}
], - "version": 1
}
{- "action": "nudge.updated",
- "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": "Reminder to take a break",
- "type": "nudge"
}
], - "version": 1
}
{- "action": "policy.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": "Follow-ups must be closed within 3 weeks",
- "type": "policy"
}
], - "version": 1
}
{- "action": "policy.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": "Follow-ups must be closed within 3 weeks",
- "type": "policy"
}
], - "version": 1
}
{- "action": "policy.updated",
- "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": "Follow-ups must be closed within 3 weeks",
- "type": "policy"
}
], - "version": 1
}
This entry is created whenever a post-incident task is created
OK response.
{- "action": "post_incident_task.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": "Schedule a debrief",
- "type": "post_incident_task"
}
], - "version": 1
}
This entry is created whenever a post-incident task is deleted
OK response.
{- "action": "post_incident_task.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": "Schedule a debrief",
- "type": "post_incident_task"
}
], - "version": 1
}
This entry is created whenever a post-incident task is updated
OK response.
{- "action": "post_incident_task.updated",
- "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": "Schedule a debrief",
- "type": "post_incident_task"
}
], - "version": 1
}
This entry is created whenever a postmortem template section is created
OK response.
{- "action": "postmortem_section.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": "Schedule a debrief",
- "type": "post_incident_task"
}
], - "version": 1
}
This entry is created whenever a postmortem template section is created
OK response.
{- "action": "postmortem_section.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": "follow_ups",
- "type": "postmortem_template_section"
}
], - "version": 2
}
This entry is created whenever a postmortem template section is deleted
OK response.
{- "action": "postmortem_section.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": "Schedule a debrief",
- "type": "post_incident_task"
}
], - "version": 1
}
This entry is created whenever a postmortem template section is deleted
OK response.
{- "action": "postmortem_section.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": "follow_ups",
- "type": "postmortem_template_section"
}
], - "version": 2
}
This entry is created whenever a postmortem template section is updated
OK response.
{- "action": "postmortem_section.updated",
- "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": "Schedule a debrief",
- "type": "post_incident_task"
}
], - "version": 1
}
This entry is created whenever a postmortem template section is updated
OK response.
{- "action": "postmortem_section.updated",
- "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": "follow_ups",
- "type": "postmortem_template_section"
}
], - "version": 2
}
This entry is created whenever a postmortem template is created
OK response.
{- "action": "postmortem_template.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": "Schedule a debrief",
- "type": "post_incident_task"
}
], - "version": 1
}
This entry is created whenever a postmortem template is created
OK response.
{- "action": "postmortem_template.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": "Root cause analysis (RCA)",
- "type": "postmortem_template"
}
], - "version": 2
}
This entry is created whenever a postmortem template is deleted
OK response.
{- "action": "postmortem_template.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": "Schedule a debrief",
- "type": "post_incident_task"
}
], - "version": 1
}
This entry is created whenever a postmortem template is deleted
OK response.
{- "action": "postmortem_template.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": "Root cause analysis (RCA)",
- "type": "postmortem_template"
}
], - "version": 2
}
This entry is created whenever a postmortem template is updated
OK response.
{- "action": "postmortem_template.updated",
- "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": "Schedule a debrief",
- "type": "post_incident_task"
}
], - "version": 1
}
This entry is created whenever a postmortem template is updated
OK response.
{- "action": "postmortem_template.updated",
- "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": "Root cause analysis (RCA)",
- "type": "postmortem_template"
}
], - "version": 2
}
This entry is created whenever someone attempts to access a private incident.
OK response.
{- "action": "private_incident.access_attempted",
- "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"
}, - "metadata": {
- "outcome": "granted"
}, - "occurred_at": "2021-08-17T13:28:57.801578Z",
- "targets": [
- {
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "#INC-123 The website is slow",
- "type": "incident"
}
], - "version": 1
}
This entry is created whenever someone requests access to a private incident.
OK response.
{- "action": "private_incident.access_requested",
- "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": "#INC-123 The website is slow",
- "type": "incident"
}
], - "version": 1
}
This entry is created whenever someone is granted access to a private incident. If they have the 'manage private incidents' permission, then it'll appear that the system has given them access to the incident.
OK response.
{- "action": "private_incident_membership.granted",
- "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": "Bob the builder",
- "type": "user"
}, - {
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "#INC-123 The website is slow",
- "type": "incident"
}
], - "version": 1
}
This entry is created whenever someone's access to a private incident is revoked.
OK response.
{- "action": "private_incident_membership.revoked",
- "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": "Bob the builder",
- "type": "user"
}, - {
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "#INC-123 The website is slow",
- "type": "incident"
}
], - "version": 1
}
This entry is created whenever a rbac role is created
OK response.
{- "action": "rbac_role.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": "Engineering",
- "type": "rbac_role"
}
], - "version": 1
}
This entry is created whenever a rbac role is deleted
OK response.
{- "action": "rbac_role.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": "Engineering",
- "type": "rbac_role"
}
], - "version": 1
}
This entry is created whenever a rbac role is updated
OK response.
{- "action": "rbac_role.updated",
- "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": "Engineering",
- "type": "rbac_role"
}
], - "version": 1
}
This entry is created whenever a schedule is created
OK response.
{- "action": "schedule.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": "On-call",
- "type": "schedule"
}
], - "version": 1
}
This entry is created whenever a schedule is deleted
OK response.
{- "action": "schedule.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": "On-call",
- "type": "schedule"
}
], - "version": 1
}
This entry is created whenever a schedule is updated
OK response.
{- "action": "schedule.updated",
- "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": "On-call",
- "type": "schedule"
}
], - "version": 1
}
This entry is created whenever a SCIM group is mapped to a new RBAC role
OK response.
{- "action": "scim_group.role_mappings_updated",
- "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"
}, - "metadata": {
- "after_base_role_slug": "owner",
- "after_custom_role_slugs": "engineering,data",
- "before_base_role_slug": "admin",
- "before_custom_role_slugs": "engineering,security"
}, - "occurred_at": "2021-08-17T13:28:57.801578Z",
- "targets": [
- {
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "Security",
- "type": "scim_group"
}
], - "version": 1
}
This entry is created whenever a severity is created
OK response.
{- "action": "severity.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": "Minor",
- "type": "severity"
}
], - "version": 1
}
This entry is created whenever a severity is deleted
OK response.
{- "action": "severity.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": "Minor",
- "type": "severity"
}
], - "version": 1
}
This entry is created whenever a severity is updated
OK response.
{- "action": "severity.updated",
- "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": "Minor",
- "type": "severity"
}
], - "version": 1
}
This entry is created whenever a status page is created
OK response.
{- "action": "status_page.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": "Public Page",
- "type": "status_page"
}
], - "version": 1
}
This entry is created whenever a status page is deleted
OK response.
{- "action": "status_page.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": "Public Page",
- "type": "status_page"
}
], - "version": 1
}
This entry is created whenever a status page has its configuration updated
OK response.
{- "action": "status_page.updated",
- "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": "Public Page",
- "type": "status_page"
}
], - "version": 1
}
This entry is created whenever a status page sub-page is created
OK response.
{- "action": "status_page_sub_page.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": "Superpayments France",
- "type": "status_page_sub_page"
}
], - "version": 1
}
This entry is created whenever a status page sub-page is deleted
OK response.
{- "action": "status_page_sub_page.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": "Superpayments France",
- "type": "status_page_sub_page"
}
], - "version": 1
}
This entry is created whenever a status page sub-page has its configuration updated
OK response.
{- "action": "status_page_sub_page.updated",
- "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": "Superpayments France",
- "type": "status_page_sub_page"
}
], - "version": 1
}
This entry is created whenever a status page template is created
OK response.
{- "action": "status_page_template.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": "Investigating",
- "type": "status_page_template"
}
], - "version": 1
}
This entry is created whenever a status page template is deleted
OK response.
{- "action": "status_page_template.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": "Investigating",
- "type": "status_page_template"
}
], - "version": 1
}
This entry is created whenever a status page template is updated
OK response.
{- "action": "status_page_template.updated",
- "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": "Investigating",
- "type": "status_page_template"
}
], - "version": 1
}
{- "action": "user.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": "Bob the builder",
- "type": "user"
}
], - "version": 1
}
This entry is created whenever a user is deactivated
OK response.
{- "action": "user.deactivated",
- "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": "Bob the builder",
- "type": "user"
}
], - "version": 1
}
This entry is created when a user is reinstated after being deactivated
OK response.
{- "action": "user.reinstated",
- "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": "Bob the builder",
- "type": "user"
}
], - "version": 1
}
This entry is created whenever a user's role memberships are changed.
OK response.
{- "action": "user.role_memberships_updated",
- "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"
}, - "metadata": {
- "after_base_role_slug": "owner",
- "after_custom_role_slugs": "engineering,data",
- "before_base_role_slug": "admin",
- "before_custom_role_slugs": "engineering,security"
}, - "occurred_at": "2021-08-17T13:28:57.801578Z",
- "targets": [
- {
- "id": "01FCNDV6P870EA6S7TK1DSYDG0",
- "name": "Bob the builder",
- "type": "user"
}
], - "version": 1
}
{- "action": "user.updated",
- "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": "Bob the builder",
- "type": "user"
}
], - "version": 1
}
This entry is created whenever a workflow is created
OK response.
{- "action": "workflow.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": "Nudge to write a postmortem",
- "type": "workflow"
}
], - "version": 1
}
This entry is created whenever a workflow is deleted
OK response.
{- "action": "workflow.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": "Nudge to write a postmortem",
- "type": "workflow"
}
], - "version": 1
}
This entry is created whenever a workflow is updated
OK response.
{- "action": "workflow.updated",
- "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": "Nudge to write a postmortem",
- "type": "workflow"
}
], - "version": 1
}