Skip to main content
POST
Add Evidence

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

investigationId
string<uuid>
required

The unique identifier of an investigation.

Body

application/json

The POST body is information about the evidence to associate with the investigation.

Adds an Evidence object.

urn
string
required

Uniform Resource Name (URN) of the evidence. It may contain an alarm, event, user, asset, or other information as edidence for the investigation.

summary
string

Summary information from the source object providing the evidence. Such information is not subject to change or modified by a user.

Response

CREATED

Returns an evidence.

id
string<uuid>

Unique identifier of the resource.

urn
string

Uniform Resource Name (URN) of the evidence. It may contain an alarm, event, user, asset, or other information as edidence for the investigation.

summary
string

Summary information from the source object providing the evidence. Such information is not subject to change or modified by a user.

created
_mod_on_by · object

Specifies when the resource was created and by whom.