Skip to main content

Update Recovery Token for Fips change mode (v2.1)

PUT 

/sdwan/v2.1/api/machines/:machine_id/recovery_tokens/:token_id

Update Recovery Token for Fips change mode

Request

Path Parameters

    machine_id stringrequired

    Machine Id

    token_id stringrequired

    Token Id

Body

Details of the recovery token for the element

    id string

    The recovery token ID.

    token_validity_in_hour int32

    The token validity in a hour.

Responses

Successful Operation

Schema
    hardware_id string

    Hardware Id

    id string

    Id

    ion_token string

    Ion Token

    is_used boolean

    Is Used

    secret_token string

    Secret Token

    token_validity_in_hour int32

    Token Validity In Hour

    valid_till_secs int64

    Valid Till Secs

Loading...