Apache CloudStack · Example Payload

Cloudstack Api Zone Example

ApacheCloudIaaSInfrastructureOpen SourceVirtualization

Cloudstack Api Zone Example is an example object payload from Apache CloudStack, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamenetworktypeallocationstatesecuritygroupsenabled

Example Payload

Raw ↑
{
  "id": "zone-uuid-abcd",
  "name": "us-east-1",
  "networktype": "Advanced",
  "allocationstate": "Enabled",
  "securitygroupsenabled": false
}