Skip to main content

Get Machine Images (v2.3)

GET 

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

List all the device images.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Responses

Successful Operation

Schema
    count int32

    The total number.

    id string

    The ID.

    items ElementImageV2N3[]
  • 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.

    ml7_version string

    The ml7 version.

    model_software_map ModelSoftwareMap[]

    The model and bundle name of the model software map.

  • Array [
  • bundle_name string

    The software bundle name.

    model string

    The software model.

  • ]
  • release_url string

    The release URL.

    state string

    The device connection state.

    version string

    The software version installed.

  • ]
Loading...