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 »

Returns results of a single task in a Dossier lookup job.

Example:

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

Response:

{
"state": "completed",
"status": "success", "results": {
"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