Get package
Query parameters
-
ignoreUnverified boolean
Ignore if the package is fails signature verification
-
full boolean
Return all fields from the package manifest, not just those supported by the Elastic Package Registry
-
prerelease boolean
Whether to return prerelease versions of packages (e.g. beta, rc, preview)
Default value is
false
.
GET /api/fleet/epm/packages/{pkgName}/{pkgVersion}
curl \
-X GET https://localhost:5601/api/fleet/epm/packages/{pkgName}/{pkgVersion}
Response examples (200)
{
"item": {
"agent": {
"privileges": {
"root": true
}
},
"asset_tags": [
{
"asset_ids": [
"string"
],
"asset_types": [
"string"
],
"text": "string"
}
],
"assets": [
"string"
],
"categories": [
"string"
],
"conditions": {
"elasticsearch": {
"subscription": "basic"
},
"kibana": {
"versions": "string"
}
},
"data_streams": [
{
"ingeset_pipeline": "string",
"name": "string",
"package": "string",
"release": "string",
"title": "string",
"type": "string",
"vars": [
{
"default": "string",
"name": "string"
}
]
}
],
"description": "string",
"discovery": {
"fields": [
{
"name": "string"
}
]
},
"download": "string",
"elasticsearch": {
"privileges": {
"cluster": [
"string"
]
}
},
"format_version": "string",
"icons": [
"string"
],
"internal": true,
"name": "string",
"owner": {
"github": "string",
"type": "elastic"
},
"path": "string",
"readme": "string",
"release": "experimental",
"screenshots": [
{
"path": "string",
"size": "string",
"src": "string",
"title": "string",
"type": "string"
}
],
"source": {
"license": "Apache-2.0"
},
"title": "string",
"type": "integration",
"version": "string"
},
"keepPoliciesUpToDate": true,
"latestVersion": "string",
"licensePath": "string",
"notice": "string",
"savedObject": {},
"status": "installed"
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}