Common - Server Discover

Server discover api lists various server details like wether server supports only local authentication ,active directory authentication enabled domains etc.


  • Functionality
  • Retrieve Server information before authentication.
  • HTTP Method 
  • GET
  • API URI
  • api/1.3/desktop/discover
  • Auth Token Required
  • No

Response Data

 {   "message_response": {     "discover": {       "server_data": {         "license_type": "T",         "base_language": "en_IN",         "server_ip": "192.168.188.219",         "is_msp": false,         "sec_ip": "192.168.188.219",         "build_no": "91110"       },       "login_data": {         "is_local_authentication_only": false,         "domain_list": [           "zohocorp"         ],         "default_domain": "ZOHOCORP"       }     }   },   "status": "success",   "message_version": "1.3",   "message_type": "discover" }