Initiate agent setup Beta
POST
/api/fleet/agents/setup
curl \
-X POST https://<KIBANA_URL>/api/fleet/agents/setup \
-H "kbn-xsrf: true"
Response examples (200)
{
"isInitialized": true,
"nonFatalErrors": [
{
"message": "string",
"name": "string"
}
]
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}