ONTAP 9.12.1 commands

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

    Authorize a new role for web service access

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

    Description

    This command authorizes roles to access the Vserver’s web services. For the user to access services that require authentication, the user’s roles, as defined by security login show , must be included 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 new role to be authorized for this service.

    Examples

    The following example authorizes the role auditor - created previously - for the web service:

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