Skip to main content

Get OTP Access Configs (v2.0)

GET 

/sdwan/v2.0/api/otpaccessconfigs

List all the otp access configs.

Responses

Successful Operation

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.

Loading...