ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver object-store-server audit event-selector show

    Display object store server audit event-selector

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

    Description

    The vserver object-store-server audit event-selector show command displays information about object store server audit event-selector.

    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.

    [-vserver <Vserver Name>] - Vserver Name

    If you specify this parameter, the command displays information on the object store server audit event-selector for the specified Vserver.

    [-bucket <TextNoCase>] - Object Store Server Bucket Name

    If you specify this parameter, the command displays information on the object store server audit event-selector for the specified bucket.

    [-access {read-only|write-only|all}] - Access type for audit events

    If you specify this parameter, the command displays information on the object store server audit event-selector that match the specified access.

    [-permission {allow-only|deny-only|all}] - Permission type for audit events

    If you specify this parameter, the command displays information on the object store server audit event-selector that match the specified permission.

    Examples

    The following example displays information on object store server audit event-selector for vserver vs1 and bucket bucket1:

    cluster1::> vserver object-store-server audit event-selector show
            -vserver vs1 -bucket bucket1
    Vserver     Bucket     Access              Permission
    ----------- ---------- ------------------- ----------
    vs1
                bucket1    read-only           allow-only

    The following example displays detailed information of the object server audit event-selector associated with Vserver vs1.

    cluster1::> vserver object-store-server audit event-selector show
            -vserver vs1
    
    Vserver           :vs1
    Bucket            :bucket1
    Access            :all
    Permission        :all
    Top of Page