Get a package file
[Required authorization] Route required privileges: ANY of [integrations-read OR fleet-setup OR fleet-all].
Path parameters
-
pkgName
string Required -
pkgVersion
string Required -
filePath
string Required
GET
/api/fleet/epm/packages/{pkgName}/{pkgVersion}/{filePath}
curl \
--request GET 'http://localhost:5622/api/fleet/epm/packages/{pkgName}/{pkgVersion}/{filePath}' \
--header "Authorization: $API_KEY"
Response examples (400)
{
"error": "string",
"errorType": "string",
"message": "string",
"statusCode": 42.0
}