CONTAP-180058: users fail to modify quota status via Rest having all privilege on Role /api/storage/quota
Issue
- REST API fails with "not authorized for that command" for users while trying to create a quota with /api/storage/quota as all privilege
- The role QuotaRest has the below details:
cluster1::> security login rest-role show -role QuotaRest
Role Access
Vserver Name API Level
---------- ------------- ------------------- ------
cluster1
QuptaRest
/api/storage/quota all
- However, when creating a new quota rule with a REST call it fails due to insufficient permissions:
{
"error": {
"message": "not authorized for that command",
"code": "6"
}
- The equivalent in ZAPI works fine