REST API未返回卷的数据
适用场景
ONTAP 9
问题描述
REST API未返回卷的数据。
从ONTAP 9.3升级到9.5时、有时不会更新卷UUID表。之后、如果从ONTAP 9.5升级到9.7、则不会显示这些卷。
Example: Curl command output for a query of 'volume_02': % curl -X GET -u <user>:<password> -k "https://cluster1.demo.netapp.com/api/storage/quota/reports?type=qtree&svm.name=vs0&volume.name=volume_02&show_default_records=true&max_records=1024" { "records": [ ], "num_records": 0, "_links": { "self": { "href": "/api/storage/quota/reports?max_records=1024svm.name=vs0type=tree" } }