maestro-playbook-runs
Enumerate playbook runs in Logpresso Sonar.
maestro-playbook-runs [duration=VALUE] [from=VALUE] [to=VALUE]
- duration=VALUE
- Optional. Scan only recent data based on start_time. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10smeans data from 10 seconds earlier. Either duration or from is required. - from=VALUE
- Optional. Start of search range based on start_time. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero. Either duration or from is required.
- to=VALUE
- Optional. End of search range based on start_time. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| _time | Date | Time | Event time (same as start_time) |
| guid | String | GUID | Playbook run GUID |
| playbook_name | String | Playbook Name | Playbook name |
| version | Integer | Version | Playbook version |
| status_code | String | Status Code | Run status code (e.g. running, cancelled, finished, waiting_input, waiting_approval, failed) |
| status_name | String | Status | Localized run status name (e.g. Running, Finished, Failed) |
| elapsed | Double | Elapsed | Elapsed time in seconds |
| description | String | Description | Description |
| playbook_guid | String | Playbook GUID | Playbook GUID |
| start_time | Date | Start Time | Start time |
| end_time | Date | End Time | End time |