security session limit application show
Show per-application session limits
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
This command shows the per-application management session limits that have been configured for each interface and application.
Parameters
- { [-fields <fieldname>, ...]
 - If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
 - | [-instance ]}
 - If you specify the -instance parameter, the command displays detailed information about all fields.
 - [-interface {cli|ontapi|rest}] - Interface
 - Selects the sessions that match this parameter value. This identifies the interface (CLI, ONTAPI, or REST) to which the limit applies.
 - [-application <text>] - Application
 - Selects the sessions that match this parameter value. This identifies the application for the limit. The limit with the application name -default- is the limit used for any application without a specific configured limit.
 - [-max-active-limit <integer>] - Max-Active Limit
 - Selects the sessions that match this parameter value. This identifies the configured limit that is used to throttle or reject requests.
 
Examples
The following example illustrates displaying the per-application limits for ONTAPI management sessions.
cluster1::*> security session limit application show -interface ontapi
Interface Application          Max-Active
--------- -------------------- ----------
ontapi    -default-                     5
ontapi    custom_app                   10
2 entries were displayed.
      
Give documentation feedback