applist function from within your custom script:
/xml-api/applist 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/applist
applist function from within your custom script:
/json-api/applist 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/applist
applist function. https://example.com:2087/xml-api/applist
will produce output similar to:
<applist>
<app>accountsummary</app>
<app>adddns</app>
<app>addip</app>
<app>addpkg</app>
<app>addzonerecord</app>
<app>applist</app>
<app>changepackage</app>
<app>cpanel</app>
<app>createacct</app>
<app>delip</app>
<app>dumpzone</app>
<app>editpkg</app>
<app>editzonerecord</app>
<app>fetchsslinfo</app>
<app>generatessl</app>
<app>gethostname</app>
<app>getlanglist</app>
<app>getzonerecord</app>
<app>installssl</app>
<app>killdns</app>
<app>killpkg</app>
<app>limitbw</app>
<app>listaccts</app>
<app>listacls</app>
<app>listcrts</app>
<app>listpkgs</app>
<app>listresellers</app>
<app>listsuspended</app>
<app>listzones</app>
<app>loadavg</app>
<app>lookupnsip</app>
<app>modifyacct</app>
<app>myprivs</app>
<app>nvget</app>
<app>nvset</app>
<app>passwd</app>
<app>reboot</app>
<app>removeacct</app>
<app>resellerstats</app>
<app>restartservice</app>
<app>saveacllist</app>
<app>setacls</app>
<app>sethostname</app>
<app>setresellerips</app>
<app>setresellerlimits</app>
<app>setresellermainip</app>
<app>setresellerpackagelimit</app>
<app>setresolvers</app>
<app>setupreseller</app>
<app>showbw</app>
<app>suspendacct</app>
<app>setresellerips</app>
<app>suspendreseller</app>
<app>terminatereseller</app>
<app>unsetupreseller</app>
<app>unsuspendacct</app>
<app>version</app>
</applist>
https://example.com:2087/json-api/applist
will produce output similar to:
{
"app":[
"accountsummary",
"adddns",
"addip",
"addpkg",
"addzonerecord",
"applist",
"changepackage",
"cpanel",
"createacct",
"delip",
"dumpzone",
"editpkg",
"editzonerecord",
"fetchsslinfo",
"generatessl",
"gethostname",
"getlanglist",
"getzonerecord",
"installssl",
"killdns",
"killpkg",
"limitbw",
"listaccts",
"listacls",
"listcrts",
"listips",
"listpkgs",
"listresellers",
"listsuspended",
"listzones",
"loadavg",
"lookupnsip",
"modifyacct",
"myprivs",
"nvget",
"nvset",
"passwd",
"reboot",
"removeacct",
"resellerstats",
"restartservice",
"saveacllist",
"setacls",
"sethostname",
"setresellerips",
"setresellerlimits",
"setresellermainip",
"setresellerpackagelimit",
"setresolvers",
"setupreseller",
"showbw",
"suspendacct",
"suspendreseller",
"terminatereseller",
"unsetupreseller",
"unsuspendacct",
"version"
]
}
Copyright © cPanel 2000-2009.