Create Intel on Target by RID
booleanRepresents a boolean value that restricts an endpoint to preview mode when set to true.
objectstringstringstringstring (enum)Enum values: SIGINT, OSINT, IMINT, ELINT, HUMINT, OTHER, ALL_SOURCE, GEOINT, OPIR, FMV, COMINT
stringobjectA circle representing the area a target is located.
numberunionstring1
2
3
4
5
curl -X PUT \
\t-H "Content-type: application/json" \
\t-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/gotham/v1/twb/createTargetIntel/ri.gotham-artifact.0-0.target.example?preview=true" \
-d '{"id":"Example Intel Id","name":"Example Intel Name","description":"Intel containing location.","domain":"GEOINT","validTime":"2023-10-04T14:48:00.000Z","location":{"center":{"longitude":0.0,"latitude":0.0,"elevation":0.0},"radius":1.1},"confidence":3.0,"intelType":{"type":"geotimeObservation","geotimeTrack":"ri.gotham.0-0.geotime-track.aa.bb.cc.example"},"source":"Example source"}'