Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/on-prem/ontap/DM/REST-API/REST_API_KBs/Can_you_create_a_REST_role_with_access_only_to_specific_volumes
      Applies to REST It is not possible to create a custom REST role with access only to specific volumes. Attempting to limit a REST role with a specific volume uuid will not will work and will return the...Applies to REST It is not possible to create a custom REST role with access only to specific volumes. Attempting to limit a REST role with a specific volume uuid will not will work and will return the following error. cluster::security login rest-role*> create -vserver cluster -role test -api /api/storage/volumes/<volume uuid> -access all Error: command failed: Specified URI path is invalid or not supported. Verify that the URI contains only valid characters. This is a limitation in REST.