Get Cellular Modules Sim Security (v2.0)
GET/sdwan/v2.0/api/elements/:element_id/cellular_modules/:cellular_module_id/sim_security/:sim_security_id
List the cellular module sim security information.
Request
Path Parameters
element_id stringrequired
ID of the element.
cellular_module_id stringrequired
ID of the cellular module.
sim_security_id stringrequired
ID of the sim security.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
description
The description of the sim security. Max size = 256.
id string
The ID of the sim security.
name stringrequired
The name of the sim security. Max size = 128.
pin string
The pin of the sim security. Pin must be numeric with minimum 4 and maximum 8 digits.
remove_pin booleanrequired
The remove pin of the sim security.
slot_number int32required
The slot number of the sim.
tags string[]
An information field that can be added to identify the sim security. Maximum 10 unique tags of length 1024 each are allowed.
{
"id": "string",
"name": "string",
"pin": "string",
"remove_pin": true,
"slot_number": 0,
"tags": [
"string"
]
}
Loading...