Update a Configuration Password

post

/rest/{versionId}/configuration/deviceConfigs/{deviceId}/util/encryptPassword

Use this (POST) method to provide specific configuration required passwords. Devices may require additional passwords for some configuration elements so they can be modified. Refer to the device product documentation for more information about these additional passwords.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : encryptPassword
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: string

400 Response

The user input is invalid.

401 Response

The session ID is invalid.

404 Response

The object (resource URI, device, and so on) of your input request cannot be found.
Back to Top