Get Cellular Module Firmware Configuration (v2.0)
GET/sdwan/v2.0/api/machines/:machine_id/cellular_modules/:cellular_module_id/firmware
Get the cellular module firmware configuration.
Request
Path Parameters
machine_id stringrequired
The ID of the device.
cellular_module_id stringrequired
ID of the cellular module.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
cellular_module_image_ids string[]
The cellular module image ID.
id string
The ID of the cellular module firmware.
{
"cellular_module_image_ids": [
"string"
],
"id": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "CELLULAR_MODULE_FW_CONFIG_NOTFOUND"
}
]
}
}
Loading...