tanium-task
Fetch specified task status from Tanium server
tanium-task profile=PROFILE task-id=TASK-ID [error-if-running=ERROR-IF-RUNNING]
- profile=PROFILE
- Tanium profile name
- task-id=TASK-ID
- Tanium threat response task id
- error-if-running=ERROR-IF-RUNNING
- Throw error if task is not completed yet
Output Fields
Field | Type | Name | Description |
---|---|---|---|
id | Integer | Task ID | |
type | String | Type | e.g. deployIntel |
status | String | Status | e.g. COMPLETED |
start_time | Date | Start time | |
end_time | Date | End time | |
created_at | Date | Created time | |
updated_at | Date | Updated time | |
error | String | Error | |
metadata | Map | Metadata | |
results | Map | Results |