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

関連するバックアップの削除に失敗したため、SCVポリシーを削除できません

Views:
6
Visibility:
Public
Votes:
0
Category:
snapcenter
Specialty:
snapx<a>2009892565</a>
Last Updated:

環境

SnapCenter Plug-in for VMware vSphere(SCV)4.x

問題

REST APIを使用してポリシーを削除しようとすると、リンクバックアップが原因で失敗します。
 
次のREST APIコマンドを使用して、そのポリシーにリストされている、通常は古いバックアップをnsm_Backupで削除しようとすると、
curl -X DELETE "https://<SCV_IP_OR_FQDN>:8144/api/4.1/backups" -H "accept: application/json" -H "Token: <LOGIN_TOKEN>" -H "Content-Type: application/json" -d "{ \"listOfBackupIds\": [ { \"backupId\": \"<BACKUP_ID>\" } ]}
 
(REST API GUIで表示可能)、次のエラーが発生します。
 
400   Error: Bad Request
Response body
{
  "statusMessage": "BAD_REQUETS",
  "statusCode": 400,
  "responseMessage": [
     "Unable to verify backupId <BACKUP_ID>. Please check and specify a valid BackupId."
   ]
}

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.