mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
Add CLI action audit reads
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user