Dylan Zumar
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 8
Comments
Recent activity by Dylan Zumar Sort by recent activity-
Andrey Terentyev Using python to parse a JSON isn't the issue (already have experience with that), but I'm wondering how to interpret this response because it seems to coming in random orders of IP...
-
Andrey Terentyev These are all automated processes on our end using code, so we are wondering if there is a way to parse these responses in a more programmatic/structured way?
-
Andrey Terentyev Thanks for the quick reply! We tested with this API on a VMS that has 3 servers, and this field provided us with 4 IP addresses: <private IPv4><IPv6><IPv6><public IPv4>. How should...
-
Andrey Terentyev Thanks for pointing me towards the documentation! However, in the /rest/v2/servers API documentation I don't see the field 'timeZoneUTCOffset'? Also, is there a reason why I might...
-
Andrey Terentyev thank you for the reply! How do we get access to the /rest/v2/ APIs? Is there documentation for them? Are they GET or POST requests?
-
Hi there, we were wondering if there were any updates on this question?
-
Andrey Terentyev When I called that API on two devices (one V4 and one V5), I did not see the "noVideoSupport" field. Does it only come up when there is a device that does not support video? Also, ...
-
Hey, we are wondering if you have had a chance to review this question. Thank you!
-
Andrey Terentyev Thank you for your answer! I was wondering specifically which permissions are required for these functions:1. request_api(LOCAL_URL, '/rest/v1/system/info', 'GET', verify=False)2. ...
-
Andrey Terentyev Thank you for your help! I can successfully authenticate and get information from the system now. Though I am wondering about permissions. When we get a new system what user permis...