Audit logs
InternalStatusPageUpdatedV1 Audit logs
This entry is created whenever an internal status page has its configuration updated
get/x-audit-logs/internal_status_page.updated.1
Response
OK response.
Example 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
}