Get limited package list

GET /api/fleet/epm/packages/limited

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/epm/packages/limited

Refer to Spaces for more information.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • items array[string]
  • 400 application/json

    Generic Error

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