ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services web access delete

    Remove role authorization for web service access

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

    Description

    This command removes the authorization of a role from the Vserver’s web services. A service for which no roles are defined has a single role of 'none' automatically displayed in this configuration.

    Node Vserver services are authorized with the data Vserver’s roles.

    Parameters

    -vserver <Vserver Name> - Vserver

    Identifies a Vserver for hosting a specific web service.

    -name <text> - Service Name

    Identifies the name of the web service.

    -role <text> - Role Name

    Identifies the role whose authorization is to be removed. You cannot remove the authorization of the role 'none'. Use vserver services web access create to authorize access for the role.

    Examples

    The following example removes authorization for the role auditor for the web service:

    cluster1::> vserver services web access delete -name ontapi -role auditor
    Top of Page