Apache CloudStack · Example Payload

Cloudstack Api Network Example

ApacheCloudIaaSInfrastructureOpen SourceVirtualization

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

Top-level fields

idnamestatezoneidtypecidr

Example Payload

Raw ↑
{
  "id": "net-uuid-1234",
  "name": "default-network",
  "state": "Implemented",
  "zoneid": "zone-uuid-abcd",
  "type": "Isolated",
  "cidr": "10.0.0.0/24"
}