VM_Quota
statusboolean
Whether the request succeeded.
messagestring
Human-readable description of the result.
current_vmsinteger
Example:
1max_vmsinteger
Example:
250available_vmsinteger
Example:
249percentage_usednumber
Example:
0.4cidrstring
Example:
10.0.11.0/24VM_Quota
{
"status": true,
"message": "string",
"current_vms": 1,
"max_vms": 250,
"available_vms": 249,
"percentage_used": 0.4,
"cidr": "10.0.11.0/24"
}
Was this page helpful?