メインコンテンツまでスキップ

SnapMirror REST APIで誤ったポリシータイプが返される

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

環境

  • ONTAP 9.12.1.
  • REST API

問題

CLIに表示されるポリシータイプに関係なく、SnapMirror REST APIからpolicy.typeが「async」が返される
 
CLIの例:

cluster1::> snapmirror list-destinations -source-path SVM1:vol1 -instance
                  Source Path: SVM1:vol1
             Destination Path:SVM1DR:vol1dr
            Relationship Type: XDP
      Relationship Group Type: none
      SnapMirror Policy Type: vault
      ....

REST APIの例:

curl -X GET "https://cluster1/api/snapmirror/relationships?list_destinations_only=true&source.svm.name=svm1&policy.type=vault&return_records=true&return_timeout=15" -H "accept: application/json" -H "authorization: Basic XXXXXXXXXXX"
{
 "records": [
    {
    "uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx",
    "source": {
      "path": "SVM1:vol1",
      "svm": {
       "name": "SVM1"
      }
      },
     "destination": {
       "path": "SVM1DR:vol1dr"
      },
     "policy": {
       "type": "async"
      }
    },

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.

 

  • この記事は役に立ちましたか?