GET /api/fleet/epm/packages/{pkgName}/{pkgVersion}

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/epm/packages/{pkgName}/{pkgVersion}

Refer to Spaces for more information.

Path parameters

  • pkgName string Required
  • pkgVersion string Required

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.

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • item object
      Hide item attributes Show item attributes object
      • agent object
        Hide agent attribute Show agent attribute object
        • privileges object
          Hide privileges attribute Show privileges attribute object
          • root boolean
      • asset_tags array[object]
        Hide asset_tags attributes Show asset_tags attributes object
        • asset_ids array[string]
        • asset_types array[string]
        • text string Required
      • assets array[string] Required
      • categories array[string] Required
      • conditions object Required
        Hide conditions attributes Show conditions attributes object
        • elasticsearch object
          Hide elasticsearch attribute Show elasticsearch attribute object
          • subscription string

            Values are basic, gold, platinum, or enterprise.

        • kibana object
          Hide kibana attribute Show kibana attribute object
          • versions string
      • data_streams array[object]
        Hide data_streams attributes Show data_streams attributes object
        • ingeset_pipeline string Required
        • name string Required
        • package string Required
        • release string Required
        • title string Required
        • type string Required
        • vars array[object]
          Hide vars attributes Show vars attributes object
          • default string Required
          • name string Required
      • description string Required
      • discovery object
        Hide discovery attribute Show discovery attribute object
        • fields array[object]
          Hide fields attribute Show fields attribute object
          • name string Required
      • download string Required
      • elasticsearch object
        Hide elasticsearch attribute Show elasticsearch attribute object
        • privileges object
          Hide privileges attribute Show privileges attribute object
          • cluster array[string]
      • format_version string Required
      • icons array[string]
      • internal boolean
      • name string Required
      • owner object Required
        Hide owner attributes Show owner attributes object
        • github string Required
        • type string

          Values are elastic, partner, or community.

      • path string Required
      • readme string
      • release string Deprecated

        release label is deprecated, derive from the version instead (packages follow semver)

        Values are experimental, beta, or ga.

      • screenshots array[object]
        Hide screenshots attributes Show screenshots attributes object
        • path string Required
        • size string
        • src string Required
        • title string
        • type string
      • source object
        Hide source attribute Show source attribute object
        • license string

          Values are Apache-2.0 or Elastic-2.0.

      • title string Required
      • type string Required

        Values are integration, input, or content.

      • version string Required
    • keepPoliciesUpToDate boolean
    • latestVersion string
    • licensePath string
    • notice string
    • savedObject object Required Deprecated
    • status string Required

      Values are installed, installing, install_failed, or not_installed.

  • 400 application/json

    Generic Error

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