Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/Contributing/reference/audit-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1849,6 +1849,23 @@ This activity contains the following field:
}
```

## cancelled_batch_script

Generated when a batch script run is cancelled.

This activity contains the following fields:
- "script_name": Name of the script.
- "host_count": Number of hosts in the batch.

#### Example

```json
{
"script_name": "remove-old-nudge.sh",
"host_count": 36
}
```


<meta name="title" value="Audit logs">
<meta name="pageOrderInSection" value="1400">
Expand Down
Loading