CONTAP-272107:/api/storage/quota/reportsのクエリ時に予期しない引数"specifier"が返されました
問題
引数またはフィールドセクションで「specifier」を使用して/api/storage/quota/reportsに対するRESTAPI要求が失敗します。
- フィールドセクション
:[[[user1@rhel1
~]$curl -ku admin:password123-X GET "error" https://cluster.example.com/api/stor...urn_timeout=15
:{"message"
:"値\"specifier\"はフィールド\"fields\"(<field,...>)"、
"code":"262197"、
"target":"fields"
}}
]
- フィルタリング引数として
:
[[[user1@rhel1 ~]$curl -ku admin:password123 -X "error" https://cluster.example.com/api/stor...urn_timeout=15
:{"message":
"unexpected argument \"specifier\"."、
"code":"262179"、
"target":"specifier"
}
]