Create Intel on Target by RID.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: api:target-write.
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/v2/targetWorkbench/targets/ri.gotham-artifact.0-0.target.example/createTargetIntel" \
-d '{"domain":"SIGINT","confidence":3.0,"name":"Example Intel Name","description":"Intel containing location.","intelType":{"type":"geotimeObservation","geotimeTrack":"ri.gotham.0-0.geotime-track.aa.bb.cc.example"},"validTime":"2023-10-04T14:48:00.000Z","location":{"center":{"elevation":0.0,"latitude":0.0,"longitude":0.0},"radius":1.1},"id":"Example Intel Id","source":"Example source"}'| Error Name | ||
|---|---|---|
Target | Error Code | INVALID_ARGUMENT |
| Status Code | 400 | |
| Description | Cannot find target from provided rid. | |
| Parameters | targetRid | |
Create | Error Code | PERMISSION_DENIED |
| Status Code | 403 | |
| Description | Could not createTargetIntel the Target. | |
| Parameters | targetRid | |
See Errors for a general overview of errors in the platform.