Get CRM data center from Deluge function

Get CRM data center from Deluge function

Hello, 

I'm developing a Zoho CRM extension. This extension will be installed in multiple Zoho CRM data centers (.eu, .com etc...) 

I would like to know if there's a way to get the data center of the Zoho CRM where the extension has been installed in Deluge (I won't go into the details of my use case which is quite complex)

I would need to do something that would look like this in Deluge :
  1. currentZohoCRMDomain = zoho.crm.getDomain() // .eu / .com / .in etc...
  2. currentZohoCRMDomain = zoho.crm.getOrgVariable("default_zoho_system_variable_with_zoho_domain_info") // .eu / .com / .in etc...
Is it possible at the moment ? 

Thanks