Get OTP Access Configs (v2.0)
GET/sdwan/v2.0/api/otpaccessconfigs
List all the otp access configs.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
id string
The ID of the config.
otp_attempts int32
The number of otp attempts. Min value = 2L / Max value = 20L.
otp_validity_minutes int32
The time for the otp validity. Min value = 5L / Max value = 60L.
{
"id": "string",
"otp_attempts": 0,
"otp_validity_minutes": 0
}
Loading...