.pdf)
WHM Plugins
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Perform a traceroute back to your local IP address while displaying packet speed at each hop in milliseconds. |
| Returns: | |
<data> <line> Traceroute to your IP address, followed by the amount of time it took the packet to travel to the hop in milliseconds.</line> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | This API call performs an A record DNS query for the hostname presented via the 'host' variable, with a 60 second timeout. If more than one A record exists for a given FQDN, all will be returned. |
| Parameters: | |
| host (string (FQDN)) | |
| This value is a fully qualified domain name. Either host.domain.com, or domain.com, i.e., www.cpanel.net, or simply cpanel.net. | |
| Returns: | |
<data> <line> List of A Records for the domain.</line> </data> |