REST API /storage/volumes/*/返回缺少卷的错误
适用场景
- ONTAP 9.7
- REST API
问题描述
REST API /storage/volumes/*/返回错误、其中缺少卷:
C:\Users\Administrator.DEMO>curl -k -X GET "https://192.168.0.101/api/storage/vo...me,volume.uuid" -H "accept: application/json" -H "authorization: Basic YWRtaW46TmV0YXBwMSE="
{
"records": [
],
"num_records": 0,
"error": {
"message": "A volume with UUID \"00000000-0000-0000-0000-000000000000\" was not found.",
"code": "918235",
"target": "volume.uuid"
}
}