Get Cellular Modules (v2.0)
GET/sdwan/v2.0/api/elements/:element_id/cellular_modules
List all the cellular modules.
Request
Path Parameters
element_id stringrequired
ID of the element.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
description
The description of the cellular module. Max size = 256.
gps_enable booleanrequired
Indicates if the GPS is enabled for the cellular module.
id string
The ID of the cellular module.
name stringrequired
The name of the cellular module. Max size = 128.
primary_sim integerrequired
The primary SIM attribute of the cellular module.
radio_on booleanrequired
Indicates the radio on attribute.
tags string[]
An information field that can be added to identify the cellular module. Maximum 10 unique tags of length 1024 each are allowed.
{
"gps_enable": true,
"id": "string",
"name": "string",
"primary_sim": 0,
"radio_on": true,
"tags": [
"string"
]
}
Loading...