Can anyone point me how to open a support ticket with OrionSDK team? I opened a normal standard support ticket with Solarwinds and the support engineer immediately told me that they don't support this and instead I need to go to Thwack website? I don't understand how a paying customer can't open a support for a problem.
Anyways, IPAM version is 2020, I am getting this error when using orionsdk python module
Need to have this solved/resolved as IPAM becomes kind of useless solution for us if we can't utilize API for dynamic IP Database Management of course
props = {
"ParentId": "1784",
"Address": "10.84.0.0",
"CIDR": "16",
"FriendlyName": "10.84.0.0/16",
"Comments": "xxxxxxxxx",
"Location": "us-east-1",
"VLAN": "Connectivity VLAN"
}
r = swis.create("IPAM.Subnet", **props)
HTTPError Traceback (most recent call last)
<ipython-input-139-44ac8f3dd61c> in <module>
----> 1 r = swis.create("IPAM.Subnet", **props)
\pycharmprojects\ssh\venv\lib\site-packages\orionsdk\swisclient.py in create(self, entity, **properties)
34 return self._req(
35 "POST",--->
36 "Create/" + entity, properties).json()
37
38 def read(self, uri
\pycharmprojects\ssh\venv\lib\site-packages\orionsdk\swisclient.py in _req(self, method, frag, data)
61 pass
62
---> 63 resp.raise_for_status()
64 return resp
\pycharmprojects\ssh\venv\lib\site-packages\requests\models.py in raise_for_status(self)
939
940 if http_error_msg:
--> 941 raise HTTPError(http_error_msg, response=self)
942
943 def close(self HTTPError: 400 Client Error: Unable to create IPAM.Subnet. Details : Error : In property CIDR. Reason : CIDR must be greater than 21..
---------------------------------- for url: xxxx:17778/.../IPAM.Subnet