Get a package file

GET /api/fleet/epm/packages/{pkgName}/{pkgVersion}/{filePath}

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/epm/packages/{pkgName}/{pkgVersion}/{filePath}

Refer to Spaces for more information.

[Required authorization] Route required privileges: integrations-read OR fleet-setup OR fleet-all.

Path parameters

  • pkgName string Required
  • pkgVersion string Required
  • filePath string Required

Responses

  • 200 application/json
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/epm/packages/{pkgName}/{pkgVersion}/{filePath}
curl \
 --request GET 'http://localhost:5601/api/fleet/epm/packages/{pkgName}/{pkgVersion}/{filePath}' \
 --header "Authorization: $API_KEY"