Get all element ElementAccess Config (v2.1)
GET/sdwan/v2.1/api/elements/:element_id/elementaccessconfigs
Get all element ElementAccess Config
Request
Path Parameters
element_id stringrequired
Element Id
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
account_disable_interval int32
The account disable interval.
id string
The ID of the element.
inactive_interval int32
The inactive interval.
otpkey_version int32
The version of the OTP key.
retry_login_count int32
The count for retry logins.
ssh_enabled boolean
Indicates if SSH is enabled.
{
"account_disable_interval": 0,
"id": "string",
"inactive_interval": 0,
"otpkey_version": 0,
"retry_login_count": 0,
"ssh_enabled": true
}
Loading...