mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-18 23:41:06 +00:00
Add CLI action audit reads
This commit is contained in:
parent
2c96242487
commit
863f214c10
4 changed files with 423 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue