Headers
-
kbn-xsrf
string Required Kibana's anti Cross-Site Request Forgery token. Can be any string value.
Path parameters
-
agentId
string Required
POST
/api/fleet/agents/{agentId}/reassign
curl \
--request POST https://localhost:5601/api/fleet/agents/{agentId}/reassign \
--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
{
"policy_id": "string"
}
Response examples (200)
{}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}