Skip to main content
A newer release of this product is available.

Modify a multi-admin-verify configuration

Contributors

PATCH /security/multi-admin-verify

Introduced In: 9.11

Modifies the multi-admin-verify configuration.

Request Body

Name Type Description

approval_expiry

string

Default time for requests to be approved, in ISO-8601 duration format.

approval_groups

array[string]

List of approval groups that are allowed to approve requests for rules that don't have approval groups.

enabled

boolean

execution_expiry

string

Default time for requests to be executed once approved, in ISO-8601 duration format.

required_approvers

integer

The number of required approvers, excluding the user that made the request.

Example request
{
  "approval_groups": {
  }
}

Response

Status: 200, Ok

Error

Status: Default

ONTAP Error Response Codes

Error Code Description

262309

The feature must be enabled first.

262311

Value must be greater than zero.

262312

Number of required approvers must be less than the total number of unique approvers in the approval-groups.

262313

Number of unique approvers in the approval-groups must be greater than the number of required approvers.

262315

Approval-groups must be specified when enabling this feature.

262316

Value must be in the range one second to two weeks.

262318

multi-admin-verify requires an effective cluster version of ONTAP 9.11.1 or later.

Name Type Description

error

error

Example error
{
  "error": {
    "arguments": {
      "code": "string",
      "message": "string"
    },
    "code": "4",
    "message": "entry doesn't exist",
    "target": "uuid"
  }
}

Definitions

See Definitions

multi_admin_verify_config

Name Type Description

approval_expiry

string

Default time for requests to be approved, in ISO-8601 duration format.

approval_groups

array[string]

List of approval groups that are allowed to approve requests for rules that don't have approval groups.

enabled

boolean

execution_expiry

string

Default time for requests to be executed once approved, in ISO-8601 duration format.

required_approvers

integer

The number of required approvers, excluding the user that made the request.

error_arguments

Name Type Description

code

string

Argument code

message

string

Message argument

error

Name Type Description

arguments

array[error_arguments]

Message arguments

code

string

Error code

message

string

Error message

target

string

The target parameter that caused the error.