FlexGroup 的REST API查询不返回任何数据
- Views:
- 3
- Visibility:
- Public
- Votes:
- 0
- Category:
- ontap-9
- Specialty:
- core<a>2008576690</a><a>翻译</a>
- Last Updated:
适用场景
- ONTAP 9.6 及更高版本
- REST API
- FlexGroup
问题描述
- FlexGroup 的REST API查询不返回任何条目
https://Cluster01/api/storage/volumes?name=fg1
{
"records": [
],
"num_records": 0,
"_links": {
"self": {
"href": "/api/storage/volumes?name=fg1"
}
}
}
- FlexGroup 可从命令行查看
Cluster01::> volume show -vserver vs0
Vserver Volume Aggregate State Type Size Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
vs0 fg1 - online RW 1000GB 999.5GB 0%