Description: Gets the Xray version and revision you are running
Security: Requires a valid user
Usage: GET /api/v1/system/version
Produces: application/json
{ "xray_version":"<version number>", "xray_revision":"<revision number>" }
Sample Usage:
GET /api/v1/system/version { "xray_version":"1.4", "xray_revision":"b3034" }
Response Codes:
200: Got version info successfully