WebApp
Web Apps
List available application runtimes and limits.
This function returns the account's application capacity: the account-wide application pool, and — per App Type enabled on the server — the runtime's supported version tags and their package managers and the account's current per-type usage.
Call this function first to determine what kinds of applications the account can deploy.
get/WebApp/get_available
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_available",
"module": "WebApp",
"result": {
"data": {
"account": {
"apps": {
"available": 1,
"limit": 4,
"used": 3
}
}
},
"status": 1
}
}