List packages
Spaces method and path for this operation:
Refer to Spaces for more information.
Query parameters
-
Whether to exclude the install status of each package. Enabling this option will opt in to caching for the response via
cache-controlheaders. If you don't need up-to-date installation info for a package, and are querying for a list of available packages, providing this flag can improve performance substantially.Default value is
false. -
Whether to return prerelease versions of packages (e.g. beta, rc, preview)
Default value is
false. -
Default value is
false.
Responses
-
OK
Hide response attributes Show response attributes object
-
Hide items attributes Show items attributes object
-
Hide installationInfo attributes Show installationInfo attributes object
-
Hide experimental_data_stream_features attributes Show experimental_data_stream_features attributes object
-
Values are
registry,upload, orbundled. -
Values are
installed,installing, orinstall_failed. -
Latest successfully executed state in package install state machine
Hide latest_executed_state attributes Show latest_executed_state attributes object
-
Values are
create_restart_installation,install_kibana_assets,install_ilm_policies,install_ml_model,install_index_template_pipelines,remove_legacy_templates,update_current_write_indices,install_transforms,delete_previous_pipelines,save_archive_entries_from_assets_map, orupdate_so.
-
Latest failed install errors
-
Values are
verified,unverified, orunknown.
-
Hide response attributes Show response attributes object
-
Hide installationInfo attributes Show installationInfo attributes object
-
Hide experimental_data_stream_features attributes Show experimental_data_stream_features attributes object
-
Values are
registry,upload, orbundled. -
Values are
installed,installing, orinstall_failed. -
Latest successfully executed state in package install state machine
Hide latest_executed_state attributes Show latest_executed_state attributes object
-
Values are
create_restart_installation,install_kibana_assets,install_ilm_policies,install_ml_model,install_index_template_pipelines,remove_legacy_templates,update_current_write_indices,install_transforms,delete_previous_pipelines,save_archive_entries_from_assets_map, orupdate_so.
-
Latest failed install errors
-
Values are
verified,unverified, orunknown.
-
-
Generic Error
curl \
--request GET 'https://localhost:5601/api/fleet/epm/packages' \
--header "Authorization: $API_KEY"