是否可以创建只能访问特定卷的REST角色?
适用场景
- ONTAP 9.x
- 休息
问题解答
- 无法创建仅可访问特定卷的自定义REST角色。
- 尝试使用特定卷的unId限制REST角色将不起作用、并将返回以下错误。
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.
- 这是一个REST限制。