Apache CloudStack · Example Payload

Cloudstack Api Virtual Machine Example

ApacheCloudIaaSInfrastructureOpen SourceVirtualization

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

Top-level fields

idnamestatezoneidzonenameserviceofferingidtemplateidcpunumbermemoryipaddress

Example Payload

Raw ↑
{
  "id": "vm-uuid-1234",
  "name": "web-server-01",
  "state": "Running",
  "zoneid": "zone-uuid-abcd",
  "zonename": "us-east-1",
  "serviceofferingid": "so-uuid-5678",
  "templateid": "tmpl-uuid-9012",
  "cpunumber": 2,
  "memory": 2048,
  "ipaddress": "10.0.0.100"
}