Get Extension

GET /deployments/extensions/{extension_id}

Retrieves an extension.

Path parameters

  • extension_id string Required

    Id of an extension

Query parameters

  • include_deployments boolean

    Include deployments referencing this extension. Up to only 10000 deployments will be included.

    Default value is false.

Responses

  • 200 application/json

    The Extension

    Hide headers attributes Show headers attributes
    • x-cloud-resource-version string

      The resource version, which is used to avoid update conflicts with concurrent operations

    • x-cloud-resource-created string

      The date-time when the resource was created (ISO format relative to UTC)

    • x-cloud-resource-last-modified string

      The date-time when the resource was last modified (ISO format relative to UTC)

    Hide response attributes Show response attributes object
    • id string Required

      The extension ID

    • name string Required

      The extension name.

    • description string

      The extension description.

    • url string Required

      The extension URL to be used in the plan.

    • download_url string

      The download URL specified during extension creation.

    • extension_type string Required

      The extension type.

      Values are plugin or bundle.

    • version string Required

      The Elasticsearch version.

    • deployments array[string]

      List of deployments using this extension. Up to only 10000 deployments will be included in the list.

    • file_metadata object

      The extension file metadata.

      Hide file_metadata attributes Show file_metadata attributes object
      • last_modified_date string(date-time)

        The date and time the extension was last modified.

      • size integer(int64)

        The extension file size in bytes.

      • url string(uri)

        The temporary URL to download the extension file. Usable for verification.

  • 404 application/json

    The extension requested does not exist. (code: extensions.not_found)

    Hide headers attribute Show headers attribute
    • x-cloud-error-codes string

      The error codes associated with the response

      Value is extensions.not_found.

    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

GET /deployments/extensions/{extension_id}
curl \
 --request GET 'https://api.elastic-cloud.com/api/v1/deployments/extensions/{extension_id}'