Apache CloudStack · JSON Structure

Cloudstack Api Network Structure

A CloudStack network resource providing connectivity for virtual machines.

Type: record Properties: 0
ApacheCloudIaaSInfrastructureOpen SourceVirtualization

Cloudstack Api Network Structure is a JSON Structure definition published by Apache CloudStack. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-cloudstack/refs/heads/main/json-structure/cloudstack-api-network-structure.json",
  "title": "Network",
  "description": "A CloudStack network resource providing connectivity for virtual machines.",
  "type": "record",
  "fields": [
    { "name": "id", "type": "string", "description": "UUID of the network." },
    { "name": "name", "type": "string", "description": "Display name of the network." },
    { "name": "state", "type": "string", "description": "Current state of the network." },
    { "name": "zoneid", "type": "string", "description": "UUID of the zone containing the network." },
    { "name": "type", "type": "string", "description": "Type of network." },
    { "name": "cidr", "type": "string", "description": "CIDR block of the network." }
  ]
}