How to get VMS version info via API
AnsweredI’m integrating with a Video Management System (VMS) and I just need to query the version information (e.g., software version, build number) through its API.
Need to know 6.x or 5.x VMS to log and validation
- Is there a standard endpoint (like
/api/versionor/system/info) that most VMS platforms expose? - What’s the typical response format (JSON, XML)?
- Any sample request/response examples would be appreciated.
Environment context:
- Goal: Just retrieve version info for validation/logging
0
-
Hi Subramanian,
To get the current version of Nx Witness, you can use the following
GETrequest:https://<serverIp>:7001/rest/v3/system/infoOr if you only want the version:
https://<serverIp>:7001/rest/v3/system/info?_with=versionWith kind regards.
0
Please sign in to leave a comment.
Comments
1 comment