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

security multi-admin-verify request create

Contributors
Suggest changes

Create a request

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The security multi-admin-verify request create command creates a request for the specified ONTAP operation.

Parameters

[-index <integer>] - Request Index

This specifies the index of the request which is automatically generated for each request.

-operation <text> - Operation

This specifies the ONTAP operation information for which the request is to be created.

-query <query> - Query

This identifies the object (or objects) upon which the user wants to apply the operation. Any field or query supported by the operation can be supplied.

[-comment <text>] - Comment

This is an optional parameter where users creating a request can provide comments related to the request.

[-users-permitted <text>,…​] - Users Permitted

This is an optional parameter where a user creating the request can specify the list of ONTAP users who are permitted to perform the ONTAP operation specified by the request, once it is approved. If this parameter is not provided, then any user with default permissions to perform the ONTAP operation is allowed to perform the ONTAP operation specified by the request.

Examples

The following example creates a new request for ONTAP operation volume delete which is applicable to objects of vserver vs0.

cluster1::> security multi-admin-verify request create -operation "volume delete" -query "-vserver vs0"

The following example creates a new request for the ONTAP operation volume snapshot delete which is applicable to Vserver objects vs0 and volume v1. Users permitted to perform this operation on the specified subset of objects are user1 and user2:

cluster1::> security multi-admin-verify request create -operation "volume delete" -query "-vserver vs0 -volume v1" -users-permitted user1, user2