ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security session limit request delete

    Delete per-request session limit

    Availability: This command is available to cluster administrators at the advanced privilege level.

    Description

    This command allows deletion 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.

    Examples

    The following example illustrates deleting custom limits for that were configured for the volume commands and APIs.

    cluster1::*> security session limit request delete -interface * -request volume*
    4 entries were deleted.
    Top of Page