Skip to main content

Get Machine Images (v2.2)

GET 

/v2.2/api/tenants/:tenant_id/element_images

List all the device images.

Request

Path Parameters

    tenant_id stringrequired

    The ID of the tenant.

Responses

Successful Operation

Schema
    count int32

    The total number.

    id string

    The ID.

    type string

    The type.

    items ElementImageV2N2[]
  • Array [
  • fips_certification_valid boolean

    The valid FIPS certified device images.

    fips_certified boolean

    The FIPS certified device images.

    id string

    The ID of the device images.

    model_software_map ModelSoftwareMap[]

    The model and bundle name of the model software map.

  • Array [
  • bundle_name string

    Bundle Name

    model string

    Model

  • ]
  • release_url string

    The release URL.

    state string

    The device connection state.

    version string

    The software version installed.

  • ]
Loading...