Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Version History
Version 1
Current »
GET tide/api/services/intel/lookup/jobs/{job_id}/tasks/{task_id}
Returns status of a single task in a Dossier lookup job.
curl --location --request GET 'https://csp.infoblox.com/tide/api/services/intel/lookup/jobs/aef 7e05a-42c6-45f2-9be4-02139caf31a4/tasks/6c19c40f-c5c6-4d89-b099- e92b036e92d5' \ --header 'Authorization: Token <key>' |
{ "state": "completed", "status": "success", "task": { "id": "6c19c40f-c5c6-4d89-b099-e92b036e92d5", "state": "completed", "status": "success", "create_ts": 1501802999664, "create_time": "2017-08-03T23:29:59.664Z", "start_ts": 1501802999908, "start_time": "2017-08-03T23:29:59.908Z", "end_ts": 1501802999960, "end_time": "2017-08-03T23:29:59.96Z", "params": { "type": "host", "target": "google.com", "source": "dns" } } } |