Good day,
I've tested NetFlow Analyzer with build number 12.8.579.
I'm
trying to add a IP Group through the API. According to the API
documentation it's possible, but when I try I get the below error
message.
{'error': {'message': 'This API is used by the
product for its internal operation, and you cannot access it.',
'errorcode': 'REST_API_NOT_ALLOWED'}
Example of the POST request I'm using is below.
https://<url>:8061/api/json/nfaipgroup/addIPGroup?apiKey=<apiKey>&GroupName=["test123"]&Desc=test321&speed=20000000&status=["include"]&DevList=["5000013", "5000010", "5000012", "5000032", "5000003"]&IPType=["ipnetwork"]&IPData=10.0.0.0,255.255.255.0
Is there anything that I missed or that I'm doing wrong?
Any assistance will be greatly appreciated.
Thank you in advance.