Get Information about Element Cellular Module Image (v2.1)
GEThttps://api.sase.paloaltonetworks.com/sdwan/v2.1/api/cellular_module_images/:image_id
Get information about a element cellular module image.
Request
Path Parameters
image_id stringrequired
ID of the image.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (auto)
Schema
carrierstring
The name of the carrier.
fw_versionstring
The Fw version.
idstring
The ID.
inventory_idstring
The inventory ID.
maximum_ion_versionstring
The maximum ION version.
minimum_ion_versionstring
The minimum ION version.
modem_modelsstring[]
The modem models.
pri_versionstring
The pri version.
release_urlstring
The release URL.
statestring
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"
}
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.1/api/cellular_module_images/:image_id' \
-H 'Accept: application/json'
ResponseClear