ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver object-store-server bucket policy statement delete

    Delete a bucket policy statement

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

    Description

    The vserver object-store-server bucket policy statement delete command deletes the bucket policy statement belonging to the object store server bucket.

    Parameters

    -vserver <Vserver Name> - Vserver Name

    This parameter specifies the name of the Vserver whose bucket policy statement (which belongs to the object store server bucket) you wish to delete.

    -bucket <TextNoCase> - Object Store Server Bucket Name

    This parameter specifies the name of the object store server bucket whose policy needs to be deleted.

    -index <integer> - Statement Index

    This parameter specifies the index of the object store server bucket policy.

    Examples

    The following example deletes an object store server bucket policy statement with index 1 of Vserver vs1 and bucket bucket1.

    cluster1::> vserver object-store-server bucket policy statement delete -vserver vs1 -bucket bucket1 -index 1
    Top of Page