VMware · Schema
VMInfo
Detailed virtual machine configuration and state
Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Display name of the virtual machine |
| identity | object | VM identity information |
| power_state | string | |
| guest_OS | string | Configured guest operating system |
| boot | object | |
| disks | object | Map of disk identifier to disk configuration |
| nics | object | Map of NIC identifier to NIC configuration |
| cdroms | object | Map of CD-ROM identifier to CD-ROM configuration |
| parallel_ports | object | |
| serial_ports | object | |
| floppy_drives | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "VMInfo",
"type": "object",
"description": "Detailed virtual machine configuration and state",
"properties": {
"name": {
"type": "string",
"description": "Display name of the virtual machine"
},
"identity": {
"type": "object",
"description": "VM identity information"
},
"power_state": {
"type": "string"
},
"guest_OS": {
"type": "string",
"description": "Configured guest operating system"
},
"boot": {
"type": "object"
},
"disks": {
"type": "object",
"description": "Map of disk identifier to disk configuration"
},
"nics": {
"type": "object",
"description": "Map of NIC identifier to NIC configuration"
},
"cdroms": {
"type": "object",
"description": "Map of CD-ROM identifier to CD-ROM configuration"
},
"parallel_ports": {
"type": "object"
},
"serial_ports": {
"type": "object"
},
"floppy_drives": {
"type": "object"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vmware-vsphere-vm-info"
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.