Headers
-
kbn-xsrf
string Required Kibana's anti Cross-Site Request Forgery token. Can be any string value.
POST
/api/fleet/agents
curl \
--request POST https://localhost:5601/api/fleet/agents \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json; Elastic-Api-Version=2023-10-31" \
--header "kbn-xsrf: string"
Request examples
# Headers
kbn-xsrf: string
# Payload
{
"actionIds": [
"string"
]
}
Response examples (200)
[
[
"string"
]
]
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}