Add CLI action audit reads

This commit is contained in:
rcourtman 2026-05-04 00:18:19 +01:00
parent 2c96242487
commit 863f214c10
4 changed files with 423 additions and 0 deletions

View file

@ -157,6 +157,15 @@ PULSE_API_TOKEN=your-token pulse actions plan \
--param mode=graceful \
--reason "Recover after confirmed outage" \
--requested-by agent:oncall-helper
PULSE_API_TOKEN=your-token pulse actions audit \
--api-url http://localhost:7655 \
--resource-id vm:42 \
--limit 10
PULSE_API_TOKEN=your-token pulse actions events \
--api-url http://localhost:7655 \
--action-id act_...
```
Request: