Skip to main content

Get Information about Machine Image (v2.2)

GET 

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

List all the information about a machine image.

Request

Path Parameters

    tenant_id stringrequired

    The ID of the tenant.

    machine_image_id stringrequired

    The ID of the device image.

Responses

Successful Operation

Schema
    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...