v1

latestOpenAPI 3.0.3FortiCNAPP Use License2026-08-041754351.1 MB
Alerts

Alert Entity Details

Get details about an entity associated with a given alert ID for which additional context is available by invoking the following endpoint:

GET https://YourAccount.lacework.net/api/v2/Alerts/EntityDetails/{alertId}?contextEntityType={entityType}&entityValue={entityValue}

You must specify a contextEntityType and entityValue. (Currently, additional context support is available for IpAddress entities only, so contextEntityType must be Machine or IpAddress.) If any item of information about this entity is not available, partial information is returned.

get/api/v2/Alerts/EntityDetails/{alertId}

Path parameters

alertIdstring required

Alert ID

Query parameters

contextEntityType'IpAddress' | 'Machine' required

You must specify a context entity type from the available options. (Currently, only Machine and IpAddress is available.)

entityValuestring required

You must specify a context entity value, such as the Machine identifier (MID) or IP address.

Headers

Authorizationstring required

Bearer Access Token. For example, "Bearer {YourAPIToken}"

Content-Typestring required

application/json

Response

Alert Entity Details

OR