CONTAP-272107: Unexpected argument "specifier" when querying /api/storage/quota/reports
Issue
RESTAPI request against /api/storage/quota/reports, using "specifier" either as an argument or in the field section fails:
- In the field section:
[
[user1@rhel1 ~]$ curl -ku admin:password123 -X GET "https://cluster.example.com/api/stor...urn_timeout=15"
{
"error": {
"message": "The value \"specifier\" is invalid for field \"fields\" (<field,...>)",
"code": "262197",
"target": "fields"
}
}
]
- As a filtering argument:
[
[user1@rhel1 ~]$ curl -ku admin:password123 -X GET "https://cluster.example.com/api/stor...urn_timeout=15"
{
"error": {
"message": "Unexpected argument \"specifier\".",
"code": "262179",
"target": "specifier"
}
]