security session limit request modify
Modify per-request session limit
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
This command allows modification of a per-request management session limit.
Parameters
- -interface {cli|ontapi|rest} - Interface
- The interface (CLI, ONTAPI, or REST) to which the limit applies.
- -request <text> - Request Name
- The specified request to which this limit applies. The limit with the request name -default- is the limit used for any request without a specific configured limit.
- [-max-active-limit <integer>] - Max-Active Limit
- The maximum number of concurrent sessions allowed for this interface and request.
Examples
The following example illustrates modifying the limit of the number of clients simulatiously executing a specific API.
cluster1::*> security session limit request modify -interface ontapi -request storage-disk-get-iter -max-active-limit 4
Give documentation feedback