Search documentation
karat

+

K

User Documentation ↗
Version 1.0

Create Intel On a Target

PUT/api/gotham/v1/twb/createTargetIntel/{rid}

Create Intel on Target by RID

Path parameters

rid
string

Target RID

Query parameters

preview
booleanoptional

Represents a boolean value that restricts an endpoint to preview mode when set to true.

Request body

CreateTargetIntelRequest
object
Hide child attributes

Hide child attributes

id
string
name
string
description
stringoptional
domain
string (enum)

Enum values: SIGINT, OSINT, IMINT, ELINT, HUMINT, OTHER, ALL_SOURCE, GEOINT, OPIR, FMV, COMINT

validTime
string
location
objectoptional

A circle representing the area a target is located.

Show child attributes

Show child attributes

confidence
numberoptional
intelType
union
Show child attributes

Show child attributes

source
stringoptional

Response body

EmptySuccessResponse
object

Success response.

Examples

Request

Copied!
1 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"}'