.pdf)
WHM Plugins
version function from within your custom script:
/xml-api/version function call name, plus the required variables (see below), to a URL which includes the address of your server.
example.com, you would include the following string in your script: https://example.com:2087/xml-api/version
version function from within your custom script:
/json-api/version function call name, plus the required variables (see below), to a URL which includes the address of your server.
example.com, you would include the following string in your script: https://example.com:2087/json-api/version
version function. https://example.com:2087/xml-api/version in WebHost Manager will produce output similar to:
<version>
<version>11.24.4</version>
</version>
https://example.com:2087/json-api/version in WebHost Manager will produce output similar to:
{
"version":"11.24.4"
}