Spaces method and path for this operation:
Refer to Spaces for more information.
Get information about a package by name, returning the latest installed or available version.
Responses
-
Successful response
Hide response attributes Show response attributes object
-
Additional properties are allowed.
Hide item attributes Show item attributes object
-
Additional properties are NOT allowed.
-
Not more than
1000elements. -
Not more than
100elements. -
Additional properties are allowed.
Hide conditions attributes Show conditions attributes object
-
Additional properties are allowed.
-
Additional properties are allowed.
-
Additional properties are allowed.
-
-
Not more than
1000elements. -
Additional properties are allowed.
-
Additional properties are allowed.
Hide discovery attributes Show discovery attributes object
-
Not more than
100elements. -
Additional properties are allowed.
Hide installationInfo attributes Show installationInfo attributes object
-
Hide additional_spaces_installed_kibana attribute Show additional_spaces_installed_kibana attribute object
-
Not more than
100elements.Hide experimental_data_stream_features attributes Show experimental_data_stream_features attributes object
-
Values are
registry,upload,bundled, orcustom. -
Values are
installed,installing, orinstall_failed. -
Not more than
10000elements. -
Not more than
10000elements.Hide installed_kibana attributes Show installed_kibana attributes object
-
Additional properties are allowed.
-
Not more than
10elements.Hide latest_install_failed_attempts attributes Show latest_install_failed_attempts attributes object
-
Not more than
100elements. -
Values are
unverified,verified, orunknown.
-
-
Additional properties are allowed.
-
Not more than
1000elements. -
Values are
ga,beta, orexperimental. -
Not more than
100elements. -
Additional properties are allowed.
-
Not more than
100elements.Hide var_groups attributes Show var_groups attributes object
-
Not more than
100elements.
-
Not more than
1000elements.
-
-
Additional properties are NOT allowed.
-
-
Bad Request
curl \
--request GET 'https://<KIBANA_URL>/api/fleet/epm/packages/{pkgName}' \
--header "Authorization: $API_KEY"
{
"item": {
"assets": {
"kibana": {
"dashboard": [],
"index_pattern": []
}
},
"categories": [
"cloud"
],
"description": "Collect logs and metrics from Amazon Web Services",
"name": "aws",
"status": "installed",
"title": "AWS",
"version": "2.10.0"
}
}
{
"error": "Bad Request",
"message": "An error message describing what went wrong",
"statusCode": 400
}