ONTAP APIは、無効な値であっても200 OKを返します
環境
ONTAP APIの略
問題
次のコマンドは 、次のようなclientmatchesのIPアドレスが無効になっているために失敗します。
::> vserver export-policy rule remove-clientmatches -vserver Test009 -policyname luxin -ruleindex 10000 -clientmatches 1.1.1.1
Warning: Not removing any strings from the clientmatch field for ruleindex 10000 in export policy "luxin", vserver "Test009". None of the match strings were found in the clientmatch list.
ただし、以下のようにREST APIを使用すると 、200 OKステータスコードが取得されます。