Skip to main content

Auditing Channels

It is possible to audit all actions taken on a channel, even one that has been deleted.

# Get a channel timeline
$ restish isp get-channel-timeline $CHANNEL_ID

Individual audit entries look something like these below:

{
"action": "put-channel",
"agent": "UNIQUE_USER_IDENTIFIER",
"request_body": "{...data as JSON string...}",
"status_code": 200,
"timestamp": "2021-01-01T12:00:00Z",
"trace_id": "484821178360672118"
},
{
"action": "program-start",
"agent": "UNIQUE_USER_IDENTIFIER",
"request_body": "{\"event_id\":0}",
"status_code": 204,
"timestamp": "2021-01-01T12:00:00Z",
"trace_id": "5179266826846428609",
}