latestSwagger 2.02026-08-102194011.3 MB
602fc25ddd76
Audit logs
PrivateIncidentAccessRequestedV1 Audit logs
This entry is created whenever someone requests access to a private incident.
get/x-audit-logs/private_incident.access_requested.1
Response
OK response.
Example 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
}