GET /api/fleet/epm/packages/{pkgName}/stats

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/epm/packages/{pkgName}/stats

Refer to Spaces for more information.

Path parameters

  • pkgName string Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • response object Required
      Hide response attribute Show response attribute object
      • agent_policy_count integer Required
  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/epm/packages/{pkgName}/stats
curl \
 --request GET 'https://localhost:5601/api/fleet/epm/packages/{pkgName}/stats' \
 --header "Authorization: $API_KEY"