- 
$VAR->server->fullHostNameFull name of the host where Plesk is installed; string 
- 
$VAR->server->ipAddress->allList of IP addresses registered with Plesk; array with elements 
 $VAR->ipAddress
- 
$VAR->server->admin->emailEmail address of the Plesk administrator; string 
- 
$VAR->server->productRootDirThe full path to the root directory of the Plesk installation; string 
- 
$VAR->server->productConfigDirThe full path to the directory where the Plesk configuration is 
 stored; string
- 
$VAR->server->getSslLibraryPathThe full path to the system SSL/TLS library; string 
- 
$VAR->server->getCryptoLibraryPathThe full path to the system cryptographic library; string 
1.2. $VAR->server->domains->
- 
$VAR->server->domains->allWithHostingList of domains where hosting (both web hosting and forwarding) is 
 set up; array with elements$VAR->domain
- 
$VAR->server->domains->allWithoutHostingList of domain accounts where no hosting is set up (neither web 
 hosting nor forwarding); array with elements$VAR->domain
1.3. $VAR->server->webserver->
- 
$VAR->server->webserver->vhostDirThe full path to the system vhosts/directory; string
- 
$VAR->server->webserver->httpLogsDirThe full path to the logs/directory; string
- 
$VAR->server->webserver-&…