v1

latestOpenAPI 3.0.0Elastic License 2.02026-07-1791851.7 KB

The endpoint that an agent uses to acknowledge (and inform fleet-server) of events that it has recieved/executed. A single action may have multiple different events associated with it. Also an action may not have any acks associated with it.

post/api/fleet/agents/{id}/acks

Path parameters

idstring required

The agent ID.

Headers

X-Request-Idstring

The request tracking ID for APM.

Elastic-Api-Versionstring

The API version to use, format should be "YYYY-MM-DD"

Request body

Response

Agent ack successfully received.

actionstring required

The action result. Will have the value "acks".

errorsboolean required

A flag to indicate if one or more errors occured when proccessing events.