ONTAP API returns 200 OK even with an invalid value
Applies to
ONTAP API
Issue
The following command fails due to invaild IP address of clientmatches as below.
::> vserver export-policy rule remove-clientmatches -vserver Test009 -policyname luxin -ruleindex 999999999 -clientmatches 1.1.1.1
Warning: Not removing any strings from the clientmatch field for ruleindex 999999999 in export policy "luxin", vserver "Test009". None of the match strings were found in the clientmatch list.
However, using REST API as below gets 200 OK status code.