Get package stats
GET /api/fleet/epm/packages/{pkgName}/stats
curl \
-X GET https://localhost:5601/api/fleet/epm/packages/{pkgName}/stats
Response examples (200)
{
"response": {
"agent_policy_count": 42
}
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}