Get Information about Element Cellular Module Image (v2.1)
GET/v2.1/api/tenants/:tenant_id/cellular_module_images/:image_id
Get information about a element cellular module image.
Request
Path Parameters
tenant_id stringrequired
ID of the tenant.
image_id stringrequired
ID of the image.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
carrier string
The name of the carrier.
fw_version string
The Fw version.
id string
The ID.
inventory_id string
The inventory ID.
maximum_ion_version string
The maximum ION version.
minimum_ion_version string
The minimum ION version.
modem_models string[]
The modem models.
pri_version string
The pri version.
release_url string
The release URL.
state string
The state of the image.
{
"carrier": "string",
"fw_version": "string",
"id": "string",
"inventory_id": "string",
"maximum_ion_version": "string",
"minimum_ion_version": "string",
"modem_models": [
"string"
],
"pri_version": "string",
"release_url": "string",
"state": "string"
}
Loading...