Skip to main content

VM_Quota

statusboolean

Whether the request succeeded.

messagestring

Human-readable description of the result.

current_vmsinteger
Example: 1
max_vmsinteger
Example: 250
available_vmsinteger
Example: 249
percentage_usednumber
Example: 0.4
cidrstring
Example: 10.0.11.0/24
VM_Quota
{
"status": true,
"message": "string",
"current_vms": 1,
"max_vms": 250,
"available_vms": 249,
"percentage_used": 0.4,
"cidr": "10.0.11.0/24"
}