ef_akyazan
2 years agoLevel 3
About using "contains" in netbackup api
Hello,
I want to pull data with contains filter in /config/policies/ in netbackup api. but I am getting the following error. can you help me?
{ "errorCode": 9401, "errorMessage": "The OData filter criteria is invalid.", "attributeErrors": {}, "fileUploadErrors": [], "errorDetails": [ "The filter is invalid." ] }
Hello again,
I think I found the mistake I made while writing to you.
1- contains (filterName, 'x')
I noticed that I am getting an error because there is a space between contains and parenthesis. Thank you for your support.