Search documentation
karat

+

K

User Documentation ↗

Create Intel On A target

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

This endpoint is in preview and may be modified or removed at any time. To use this endpoint, add preview=true to the request query parameters.

Create Intel on Target by RID

Path parameters

rid
string

Target RID

Query parameters

preview
boolean
optional

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
string
optional
domain
string (enum)

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

validTime
string
location
object
optional

A circle representing the area a target is located.

Show child attributes

Show child attributes

confidence
number
optional
intelType
union
Show child attributes

Show child attributes

source
string
optional

Response body

EmptySuccessResponse
object

Success response.

Examples

Request

Copied!
1 2 3 4 5 curl -X PUT \ -H "Content-type: application/json" \ -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.","intelDomain":"GEOINT","validTime":"2023-10-04T14:48:00.000Z","validTimeLinked":true,"location":{"center":{"longitude":0.0,"latitude":0.0,"elevation":0.0},"radius":1.1},"confidence":3.0,"intelType":{"IntelGeotimeObservation":{"geotimeTrack":"ri.gotham.0-0.geotime-track.aa.bb.cc.example"}},"source":"Example source"}'