Initiates the creation of a triage bundle for a specific alert using an HTTP POST request.
POST https://<address>/wsapis/v2.0.0/alerts/alert/<UUID>/triage_pkg
Required headers:
X-FeApi-Token:[API-Token]
Parameters
address—The IP address of the appliance running the Web Services API.
UUID—The universally unique identifier (UUID) for the alert.
API-Token—This token authenticates the session.
Client-Token—(Optional) This client token is provided by Trellix. For more information about the client token, contact your sales representative.
Response
After the request is received, the appliance validates the token and initiates the package creation.
Example response:
{
"status_code": "TRG_PKG_INIT",
"message": "Triage package creation initiated"
} cURL code sample:
curl -XPOST -kg -H "$c" "https://<cms ip>/wsapis/v2.0.0/alerts/alert/5e7fa099-e9eb-4241-b704-9d5243ddcbe8/triage_pkg"