ahnlab-epp-tasks
Fetch task list from AhnLab EPP
ahnlab-epp-tasks [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss]
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10smeans data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Connect profile | |
| job_id | Long | Job ID | |
| task_id | Long | Task ID | |
| job_type | String | Job type | |
| task_type | String | Task type | |
| target | String | Targets | |
| task_status | String | Task status | |
| start_time | Date | Start time | |
| end_time | Date | End time | |
| is_retry | Bool | Retry or not | |
| fail_node_count | Integer | Fail node count | |
| admin_id | String | Admin ID | Account name that ran the task |
| logical_target | List | Logical target | type, target, target_name properties |
| correlation_rule_id | Integer | Correlation rule ID | |
| correlation_name | String | Correlation name | |
| is_correlation_enabled | Bool | Correlation enabled or not | |
| is_correlation_removed | Bool | Correlation removed or not | |
| instance_id | Integer | Instance ID | |
| notice_title | String | Notice title | |
| notice_contents | String | Notice contents | |
| removed_node_id | String | Removed node ID | |
| server_context_payload | Map | Server context payload |