2.32 configuration/security

GET

Get the security settings.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
eepromIntegrityCheck
boolean

Integrity check status of the EEPROM

Since version: 2.7

read-only

level
integer

The security level. 1 is the lowest, 3 is the highest.

Example: 1

passcodeType
stringThe type of passcode.
supportedPasscodeTypes
array

The supported passcode types.

Example: ['NoPasscode', 'NumericPasscode']

read-only

PATCH

Change the security settings.

Request body (application/json): object
MemberTypeDescription
eepromIntegrityCheck
boolean

Integrity check status of the EEPROM

Since version: 2.7

read-only

level
integer

The security level. 1 is the lowest, 3 is the highest.

Example: 1

passcodeType
stringThe type of passcode.
supportedPasscodeTypes
array

The supported passcode types.

Example: ['NoPasscode', 'NumericPasscode']

read-only

Responses
200PATCH successful.