Headers
-
elastic-api-version string
The version of the API to use
Value is
2023-10-31
. Default value is2023-10-31
.
Query parameters
-
prerelease boolean
-
experimental boolean
-
include_policy_templates boolean
GET /api/fleet/epm/categories
curl \
-X GET https://localhost:5601/api/fleet/epm/categories \
-H "elastic-api-version: 2023-10-31"
Response examples (200)
{
"items": [
{
"count": 42.0,
"id": "string",
"parent_id": "string",
"parent_title": "string",
"title": "string"
}
],
"response": [
{
"count": 42.0,
"id": "string",
"parent_id": "string",
"parent_title": "string",
"title": "string"
}
]
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}