跳转到主内容

命令行界面和 REST API 之间的卷 UUID 不一致

Views:
12
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core<a>2008852574</a>
Last Updated:

适用场景

ONTAP 9.7 或更高版本

问题描述

命令行界面和 REST API 之间的卷 UUID 不一致。 

命令行界面

cluster2::*> volume show -fields uuid -volume vol1
vserver volume uuid
------- ------ ------------------------------------
svm1   vol1  ab2c81b1-f1e2-11eb-98d7-005056a05f57

REST API

https://10.216.13.186/api/storage/volumes?name=vol1
{
  "records": [
    {
      "uuid": "ab2ac953-f1e2-11eb-98d7-005056a05f57",
      "name": "vol1",
      "_links": {
        "self": {
          "href": "/api/storage/volumes/ab2ac953-f1e2-11eb-98d7-005056a05f57"
        }
      }
    }
  ],
  "num_records": 1,
  "_links": {
    "self": {
      "href": "/api/storage/volumes?name=vol1"
    }
  }
}

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.