GET /api/fleet/epm/packages/installed

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/epm/packages/installed

Refer to Spaces for more information.

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

Query parameters

  • dataStreamType string

    Values are logs, metrics, traces, synthetics, or profiling.

  • showOnlyActiveDataStreams boolean
  • nameQuery string
  • searchAfter array[string | number]

    Not more than 10 elements.

  • perPage number

    Default value is 15.

  • sortOrder string

    Values are asc or desc. Default value is asc.

Responses

  • 200 application/json

    OK: A successful request.

    Hide response attributes Show response attributes object
    • items array[object] Required

      Not more than 10000 elements.

      Hide items attributes Show items attributes object
      • dataStreams array[object] Required

        Not more than 10000 elements.

        Hide dataStreams attributes Show dataStreams attributes object
        • name string Required
        • title string Required
      • description string
      • icons array[object]

        Not more than 10 elements.

        Hide icons attributes Show icons attributes object
        • dark_mode boolean
        • path string
        • size string
        • src string Required
        • title string
        • type string
      • name string Required
      • status string Required
      • title string
      • version string Required
    • searchAfter array[string | number | boolean]

      Not more than 2 elements.

    • total number Required
  • 400 application/json

    A bad request.

    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/epm/packages/installed
curl \
 --request GET 'https://localhost:5601/api/fleet/epm/packages/installed' \
 --header "Authorization: $API_KEY"