Broadcom · Schema

Broadcom Virtual Machine

A Virtual Machine represents a software-based compute instance running on a vSphere host, with configurable CPU, memory, storage, and network resources.

Cloud InfrastructureGatewaysManagementNetworksObservabilityVirtualizationFortune 500

Properties

Name Type Description
vm string The unique identifier of the virtual machine.
name string The display name of the virtual machine.
power_state string The current power state of the virtual machine.
cpu_count integer The number of virtual CPUs allocated to the virtual machine.
memory_size_MiB integer The memory size in mebibytes allocated to the virtual machine.
guest_OS string The guest operating system identifier.
hardware object Hardware configuration of the virtual machine.
disks array The list of virtual disks attached to the virtual machine.
nics array The list of virtual network interfaces.
boot object Boot configuration for the virtual machine.
tags array Tags associated with the virtual machine.
View JSON Schema on GitHub

JSON Schema

broadcom-virtual-machine-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/broadcom/blob/main/json-schema/broadcom-virtual-machine-schema.json",
  "title": "Broadcom Virtual Machine",
  "description": "A Virtual Machine represents a software-based compute instance running on a vSphere host, with configurable CPU, memory, storage, and network resources.",
  "type": "object",
  "properties": {
    "vm": {
      "type": "string",
      "description": "The unique identifier of the virtual machine."
    },
    "name": {
      "type": "string",
      "description": "The display name of the virtual machine."
    },
    "power_state": {
      "type": "string",
      "enum": [
        "POWERED_ON",
        "POWERED_OFF",
        "SUSPENDED"
      ],
      "description": "The current power state of the virtual machine."
    },
    "cpu_count": {
      "type": "integer",
      "description": "The number of virtual CPUs allocated to the virtual machine."
    },
    "memory_size_MiB": {
      "type": "integer",
      "description": "The memory size in mebibytes allocated to the virtual machine."
    },
    "guest_OS": {
      "type": "string",
      "description": "The guest operating system identifier."
    },
    "hardware": {
      "type": "object",
      "description": "Hardware configuration of the virtual machine.",
      "properties": {
        "version": {
          "type": "string",
          "description": "The virtual hardware version."
        },
        "upgrade_policy": {
          "type": "string",
          "enum": [
            "NEVER",
            "AFTER_CLEAN_SHUTDOWN",
            "ALWAYS"
          ],
          "description": "The upgrade policy for virtual hardware."
        }
      }
    },
    "disks": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "description": "The identifier of the virtual disk."
          },
          "capacity": {
            "type": "integer",
            "description": "The capacity of the disk in bytes."
          },
          "type": {
            "type": "string",
            "enum": [
              "SCSI",
              "SATA",
              "IDE",
              "NVME"
            ],
            "description": "The type of host bus adapter the disk is connected to."
          }
        }
      },
      "description": "The list of virtual disks attached to the virtual machine."
    },
    "nics": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "key": {
            "type": "string",
            "description": "The identifier of the virtual NIC."
          },
          "mac_address": {
            "type": "string",
            "description": "The MAC address of the NIC."
          },
          "backing_type": {
            "type": "string",
            "description": "The backing type for the virtual NIC."
          },
          "state": {
            "type": "string",
            "enum": [
              "CONNECTED",
              "NOT_CONNECTED"
            ],
            "description": "The connection state of the NIC."
          }
        }
      },
      "description": "The list of virtual network interfaces."
    },
    "boot": {
      "type": "object",
      "description": "Boot configuration for the virtual machine.",
      "properties": {
        "type": {
          "type": "string",
          "enum": [
            "BIOS",
            "EFI"
          ],
          "description": "The firmware type used for booting."
        },
        "delay": {
          "type": "integer",
          "description": "Boot delay in milliseconds."
        }
      }
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Tags associated with the virtual machine."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/broadcom-virtual-machine"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.