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}/results

Returns results 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/results' \ --header 'Authorization: Token <key>'

Response:

{
"state": "completed",
"status": "success",
"job_id": "aef7e05a-42c6-45f2-9be4-02139caf31a4",
"results": [
{
"task_id": "8e4d8ac5-9772-42f6-8644-0a23fb509870",
"params": {
"type": "host",
"target": "google.com",
"source": "dns"
},
"v": "2.0.1",
"status":
"success", "data":
{
<data>
}
},
{
"task_id": "6c19c40f-c5c6-4d89-b099-e92b036e92d5",
"params": {
"type": "host",
"target": "google.com",
"source": "dns"
},
"v": "2.0.0",
"status": "success",
"time": 25,
data": {
<data>
}
}
]
}
  • No labels