CONAP-272107:查询/API/storage/配额/报告时出现意外参数"specifier"
问题描述
对/API/storage/QUOTA/reports使用"specifier"作为参数或在字段部分中使用"specifier"时、RESTAPI请求失败:
- 在字段部分中:
[
[user1 ~ rhel1@]$ cURL -ku admin:password123 -X get " https://cluster.example.com/api/stor...urn_timeout=15 "
{
"error":{
"message":"the value \"specifier\" is invalided for field \"fields\"(<field,...>)"
、"code":"262197"、
"target":"fields"
}
]
- 作为筛选参数:
[
[user1@rhel1 ~]$ cURL -ku admin:password123 -X get " https://cluster.example.com/api/stor...urn_timeout=15 "
{
"error":{
"message":"意外参数\"specifier\"。"、
"code":"262179"、
"target":"specifier"
}
]