Skip to main content

Update OTP Access for Elements (v2.0)

PUT 

/sdwan/v2.0/api/otpaccessconfigs/:otpaccess_config_id

Update an OTP Access for all the elements under a Tenant.

Request

Path Parameters

    otpaccess_config_id stringrequired

    The OTP access config ID.

Body

Details of the challenge phrase and response phrase updated

    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.

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...