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 Page History

Version 1 Current »

GET tide/api/services/intel/lookup/jobs/{job_id}

Returns status of a Dossier lookup job.

Example:

curl --location --request GET 'https://csp.infoblox.com/tide/api/services/intel/lookup/jobs/aef7e05 a-42c6-45f2-9be4-02139caf31a4' \ --header 'Authorization: Token

<key>'

Response:

{
"status": "success",
"job_id": "aef7e05a-42c6-45f2-9be4-02139caf31a4",
"job": {
"id": "aef7e05a-42c6-45f2-9be4-02139caf31a4",
"state": "completed",
"status": "success",
"create_ts": 1501802999664,
"create_time": "2017-08-03T23:29:59.664Z",
"completed_tasks": [
"8e4d8ac5-9772-42f6-8644-0a23fb509870",
"6c19c40f-c5c6-4d89-b099-e92b036e92d5"
],
"org": "org",
"user": "user@test.com"
},
"tasks": {
"6c19c40f-c5c6-4d89-b099-e92b036e92d5": {
"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"
}
},
"8e4d8ac5-9772-42f6-8644-0a23fb509870": {
<status>
}
}
}
}
  • No labels