Every API 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 apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.
get_api_artifactsOne API's artifacts, grouped by type.
get_openapiThe primary OpenAPI for this API.
find_similar_apisAPIs that look like this one.
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 API
curl "https://apis.io/api/v1/apis/intersight-vmrc-api"
All apis
curl "https://apis.io/api/v1/apis?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.
openapi: 3.2.0
info:
description: 'Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and
3rd party IT infrastructure. This platform offers an intelligent level of management that enables
IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior
generations of tools. Cisco Intersight provides an integrated and intuitive management experience for
resources in the traditional data center as well as at the edge. With flexible deployment options to address
complex security needs, getting started with Intersight is quick and easy.
Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment,
configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote
location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment.
It also streamlines maintaining those systems whether you are working with small or very large configurations.
The Intersight OpenAPI document defines the complete set of properties that are returned in the
HTTP response. From that perspective, a client can expect that no additional properties are returned,
unless these properties are explicitly defined in the OpenAPI document.
However, when a client uses an older version of the Intersight OpenAPI document, the server may
send additional properties because the software is more recent than the client. In that case, the client
may receive properties that it does not know about.
Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document.
This document was created on 2026-08-07T06:46:04Z.'
version: 1.0.11-20260807064027971
title: Cisco Intersight Virtualization Vmrc API
license:
name: Apache License, Version 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
contact:
name: Intersight API support
url: https://intersight.com/help
email: intersight@cisco.com
x-provenance:
method: harvested
authored_by: Cisco Intersight
harvested_by: API Evangelist
harvested_on: '2026-08-19'
first_party: true
provider_published: true
source_host: cdn.intersight.com
note: Cisco publishes the full Intersight OpenAPI 3.0.2 anonymously from its CDN (27.5MB master document; 3,963 operations / 2,448 paths / 5,612 schemas) plus 11 per-service documents covering 100% of the master's paths. Byte-identity reconfirmed 2026-08-19 by SHA-256. Note intersight.com itself is a soft-404 farm — the contract is on the CDN, not the app host.
x-evidence:
- type: source
url: https://cdn.intersight.com/components/an-apidocs/1.0.11-20260807064027971/model/intersight-openapi-v3-1.0.11-20260807064027971.json
- type: source
url: https://intersight.com/apidocs/apirefs/
servers:
- url: https://{server}
variables:
server:
default: intersight.com
description: The Intersight URL for the cloud-based infrastructure management APIs.
tags:
- name: vmrc
paths:
/api/v1/vmrc/Consoles:
post:
tags:
- vmrc
summary: Create a 'vmrc.Console' resource.
operationId: CreateVmrcConsole
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- CREATE.vmrc.Console
- PRIVSET.Account Administrator
- PRIVSET.Launch VM consoles
- PRIVSET.Manage Hypervisors
- ROLE.Account Administrator
parameters:
- $ref: '#/components/parameters/IfMatch'
- $ref: '#/components/parameters/IfNoneMatch'
requestBody:
description: The 'vmrc.Console' resource to create.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/vmrc.Console'
responses:
'200':
description: The HTTP 200 status response code indicates that the request has succeeded and the 'vmrc.Console' resource was created as requested. The 'vmrc.Console' resource is created before this response is sent back and the resource is returned in the body of the message.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: '#/components/schemas/vmrc.Console'
links:
GetVmrcConsoleByMoid:
operationId: GetVmrcConsoleByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vmrc/Consoles/{Moid}'.
GetIamAccountByMoid:
$ref: '#/components/links/GetIamAccountByMoid'
GetIamDomainGroupByMoid:
$ref: '#/components/links/GetIamDomainGroupByMoid'
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
get:
tags:
- vmrc
summary: Read a 'vmrc.Console' resource.
operationId: GetVmrcConsoleList
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Launch VM consoles
- PRIVSET.Manage Hypervisors
- PRIVSET.Manage Sessions
- PRIVSET.View Hypervisors
- PRIVSET.View sessions
- READ.vmrc.Console
- ROLE.Account Administrator
parameters:
- $ref: '#/components/parameters/filterParam'
- $ref: '#/components/parameters/orderbyParam'
- $ref: '#/components/parameters/topParam'
- $ref: '#/components/parameters/skipParam'
- $ref: '#/components/parameters/selectParam'
- $ref: '#/components/parameters/expandParam'
- $ref: '#/components/parameters/applyParam'
- $ref: '#/components/parameters/countParam'
- $ref: '#/components/parameters/inlinecountParam'
- $ref: '#/components/parameters/atParam'
- $ref: '#/components/parameters/tagsParam'
responses:
'200':
description: List of 'vmrc.Console' resources for the given filter criteria
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
Content-Disposition:
$ref: '#/components/headers/Content-Disposition'
Content-Length:
$ref: '#/components/headers/Content-Length'
content:
application/json:
schema:
$ref: '#/components/schemas/vmrc.Console.Response'
text/csv:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
/api/v1/vmrc/Consoles/{Moid}:
get:
tags:
- vmrc
summary: Read a 'vmrc.Console' resource.
operationId: GetVmrcConsoleByMoid
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Launch VM consoles
- PRIVSET.Manage Hypervisors
- PRIVSET.Manage Sessions
- PRIVSET.View Hypervisors
- PRIVSET.View sessions
- READ.vmrc.Console
- ROLE.Account Administrator
parameters:
- $ref: '#/components/parameters/moidParam'
- $ref: '#/components/parameters/selectParam'
- $ref: '#/components/parameters/expandParam'
- $ref: '#/components/parameters/atParam'
responses:
'200':
description: An instance of the 'vmrc.Console' resource.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
Content-Disposition:
$ref: '#/components/headers/Content-Disposition'
Content-Length:
$ref: '#/components/headers/Content-Length'
content:
application/json:
schema:
$ref: '#/components/schemas/vmrc.Console'
text/csv:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/CsvFile
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/ExcelFile
links:
GetVmrcConsoleByMoid:
operationId: GetVmrcConsoleByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vmrc/Consoles/{Moid}'.
GetIamAccountByMoid:
$ref: '#/components/links/GetIamAccountByMoid'
GetIamDomainGroupByMoid:
$ref: '#/components/links/GetIamDomainGroupByMoid'
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
post:
tags:
- vmrc
summary: Update a 'vmrc.Console' resource.
operationId: UpdateVmrcConsole
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Launch VM consoles
- PRIVSET.Manage Hypervisors
- PRIVSET.Manage Sessions
- PRIVSET.Terminate sessions
- ROLE.Account Administrator
- UPDATE.vmrc.Console
parameters:
- $ref: '#/components/parameters/moidParam'
- $ref: '#/components/parameters/IfMatch'
requestBody:
description: The 'vmrc.Console' resource to update.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/vmrc.Console'
application/json-patch+json:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument
responses:
'200':
description: The HTTP 200 status response code indicates that the request has succeeded and the 'vmrc.Console' resource was modified as requested. The 'vmrc.Console' resource is modified before this response is sent back and the resource is returned in the body of the message.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: '#/components/schemas/vmrc.Console'
links:
GetVmrcConsoleByMoid:
operationId: GetVmrcConsoleByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vmrc/Consoles/{Moid}'.
GetIamAccountByMoid:
$ref: '#/components/links/GetIamAccountByMoid'
GetIamDomainGroupByMoid:
$ref: '#/components/links/GetIamDomainGroupByMoid'
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
patch:
tags:
- vmrc
summary: Update a 'vmrc.Console' resource.
operationId: PatchVmrcConsole
security:
- cookieAuth: []
- http_signature: []
- oAuth2:
- PRIVSET.Account Administrator
- PRIVSET.Launch VM consoles
- PRIVSET.Manage Hypervisors
- PRIVSET.Manage Sessions
- PRIVSET.Terminate sessions
- ROLE.Account Administrator
- UPDATE.vmrc.Console
parameters:
- $ref: '#/components/parameters/moidParam'
- $ref: '#/components/parameters/IfMatch'
requestBody:
description: The 'vmrc.Console' resource to update.
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/vmrc.Console'
application/json-patch+json:
schema:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/PatchDocument
responses:
'200':
description: The HTTP 200 status response code indicates that the request has succeeded and the 'vmrc.Console' resource was patched as requested. The 'vmrc.Console' resource is patched before this response is sent back and the resource is returned in the body of the message.
headers:
Set-Cookie:
$ref: '#/components/headers/Set-Cookie'
x-starship-traceid:
$ref: '#/components/headers/x-starship-traceid'
content:
application/json:
schema:
$ref: '#/components/schemas/vmrc.Console'
links:
GetVmrcConsoleByMoid:
operationId: GetVmrcConsoleByMoid
parameters:
Moid: $response.body#/Moid
description: The 'Moid' value returned in the response can be used as the 'Moid' parameter in 'GET /api/v1/vmrc/Consoles/{Moid}'.
GetIamAccountByMoid:
$ref: '#/components/links/GetIamAccountByMoid'
GetIamDomainGroupByMoid:
$ref: '#/components/links/GetIamDomainGroupByMoid'
'400':
$ref: '#/components/responses/http_status_400'
'401':
$ref: '#/components/responses/http_status_401'
'403':
$ref: '#/components/responses/http_status_403'
'404':
$ref: '#/components/responses/http_status_404'
default:
$ref: '#/components/responses/default'
components:
headers:
x-starship-traceid:
description: A value that uniquely identifies a HTTP request and its response.
schema:
type: string
Set-Cookie:
description: Cookie authentication key for use with the `cookieAuth` apiKey authentication.
schema:
type: string
example: X-Starship-Token=abcde12345; Path=/
Content-Length:
description: Indicates the size of the entity-body, in bytes, sent to the recipient.
schema:
type: integer
Content-Disposition:
description: If not present, indicates the response content is expected to be displayed inline in the browser, that is, as a Web page or as part of a Web page. If present, indicates the response content is expected to be an attachment, that is downloaded and saved locally.
schema:
type: string
schemas:
virtualization.VmwareAttachedResourceTag:
title: Virtualization:Vmware Attached Resource Tag
description: Holds the tag information for the attached resource.
x-allOf-name: virtualization.VmwareAttachedResourceTag
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType
- type: object
description: Definition of the list of properties defined in 'virtualization.VmwareAttachedResourceTag', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.'
enum:
- virtualization.VmwareAttachedResourceTag
default: virtualization.VmwareAttachedResourceTag
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.'
enum:
- virtualization.VmwareAttachedResourceTag
default: virtualization.VmwareAttachedResourceTag
x-enum-as-string: true
Category:
description: The category of the tag assigned to the resource.
type: string
readOnly: true
x-omitempty: true
Name:
description: The name of the tag assigned to the resource.
type: string
readOnly: true
x-omitempty: true
virtualization.GuestInfo:
title: Virtualization:Guest Info
description: Captures the common details of the guest personality that runs in a VM.
x-allOf-name: virtualization.GuestInfo
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseComplexType
- type: object
description: Definition of the list of properties defined in 'virtualization.GuestInfo', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.'
enum:
- virtualization.GuestInfo
default: virtualization.GuestInfo
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.'
enum:
- virtualization.GuestInfo
default: virtualization.GuestInfo
x-enum-as-string: true
Hostname:
description: Name provided to the host OS (example, ubuntu6410, test-gateway, etc.).
type: string
x-omitempty: true
IpAddress:
description: Primary IP address of the guest os.
type: string
x-omitempty: true
Name:
description: The name of the guest running on this VM. This may not be the same as the hostname.
type: string
x-omitempty: true
OperatingSystem:
description: The name of the guest OS running on this VM (Cent OS 4/5/6/7).
type: string
x-omitempty: true
vmrc.Console.List:
title: List of 'vmrc.Console' resources
description: This resource list is returned as a response to a HTTP GET request that does not include a specific resource identifier.
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseResponse
- type: object
properties:
Count:
description: 'The total number of ''vmrc.Console'' resources matching the request, accross all pages.
The ''Count'' attribute is included when the HTTP GET request includes the ''$inlinecount'' parameter.'
type: integer
format: int32
Results:
description: The array of 'vmrc.Console' resources matching the request.
type:
- array
- 'null'
items:
$ref: '#/components/schemas/vmrc.Console'
virtualization.BaseDatastore:
title: Virtualization:Base Datastore
description: Common attributes of a datastore allocated to a hypervisor. Serves as a base class for all concrete datastore types. A datastore is assigned to a datacenter and virtual machines use it for storage. The datastore could be backed by NFS, VMFS, etc.
x-allOf-name: virtualization.BaseDatastore
allOf:
- $ref: '#/components/schemas/virtualization.BaseSourceDevice'
- type: object
description: Definition of the list of properties defined in 'virtualization.BaseDatastore', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.
The enum values provides the list of concrete types that can be instantiated from this abstract type.'
enum:
- virtualization.VmwareDatastore
default: virtualization.VmwareDatastore
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.
The enum values provides the list of concrete types that can be instantiated from this abstract type.'
enum:
- virtualization.VmwareDatastore
default: virtualization.VmwareDatastore
x-enum-as-string: true
Capacity:
description: Storage utilization for this datastore.
$ref: '#/components/schemas/virtualization.StorageCapacity'
x-omitempty: true
HostCount:
description: Number of hosts attached to or supported-by this datastore.
type: integer
format: int64
x-omitempty: true
Identity:
description: The internally generated identity of this datastore. This entity is not manipulated by users. It aids in uniquely identifying the datastore object. For VMware, this is a MOR (managed object reference).
type: string
x-omitempty: true
Name:
description: Name of this datastore supplied by user. It is not the identity of the datastore. The name is subject to user manipulations.
type: string
x-omitempty: true
Type:
description: 'A string indicating the type of the datastore (VMFS, NFS, etc).
* `Unknown` - The nature of the file system is unknown.
* `VMFS` - It is a Virtual Machine Filesystem.
* `NFS` - It is a Network File System.
* `vSAN` - It is a virtual Storage Area Network file system.
* `VirtualVolume` - A Virtual Volume datastore represents a storage container in a hypervisor server.'
type: string
enum:
- Unknown
- VMFS
- NFS
- vSAN
- VirtualVolume
default: Unknown
x-omitempty: true
VmCount:
description: Number of virtual machines relying on (using) this datastore.
type: integer
format: int64
x-omitempty: true
vmrc.Console:
title: Vmrc:Console
description: 'The Console object provides API access to launch VMRC consoles to VMware virtual machines. It facilitates secure and efficient virtual machine management through robust console access.
#### Purpose
Console object enables organizations to manage VMware virtual machines efficiently through VMRC console access. It supports secure and streamlined operations by providing robust console management capabilities.
#### Key Concepts
- **VMRC Console Access:** Provides access to launch VMRC consoles, supporting efficient virtual machine management.
- **Virtual Machine Relationship:** Establishes relationships with virtual machines to ensure accurate console operations.
- **VCenter Integration:** Integrates with vCenters to facilitate seamless console access and management.'
x-allOf-name: vmrc.Console
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/tunneling.Tunnel
- type: object
description: Definition of the list of properties defined in 'vmrc.Console', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.'
enum:
- vmrc.Console
default: vmrc.Console
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.'
enum:
- vmrc.Console
default: vmrc.Console
x-enum-as-string: true
Vcenter:
$ref: '#/components/schemas/virtualization.VmwareVcenter.Relationship'
description: 'A reference to a virtualizationVmwareVcenter resource.
When the $expand query parameter is specified, the referenced resource is returned inline.'
readOnly: true
VirtualMachine:
$ref: '#/components/schemas/virtualization.VmwareVirtualMachine.Relationship'
description: 'A reference to a virtualizationVmwareVirtualMachine resource.
When the $expand query parameter is specified, the referenced resource is returned inline.'
virtualization.VmwareDistributedSwitch.Relationship:
description: A relationship to the 'virtualization.VmwareDistributedSwitch' resource, or the expanded 'virtualization.VmwareDistributedSwitch' resource, or the 'null' value.
x-one-of-name: virtualization.VmwareDistributedSwitch.Relationship
oneOf:
- type: 'null'
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.MoRef
- $ref: '#/components/schemas/virtualization.VmwareDistributedSwitch'
discriminator:
propertyName: ClassId
virtualization.BaseHypervisorManager:
title: Virtualization:Base Hypervisor Manager
description: The basic hypervisor manager. Serves as a management layer for all hypervisors. A hypervisor manager contains datacenters, and datacenters contain all other entities such as Host, Portgroups, Virtual Machines, etc.
x-allOf-name: virtualization.BaseHypervisorManager
allOf:
- $ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/mo.BaseMo
- type: object
description: Definition of the list of properties defined in 'virtualization.BaseHypervisorManager', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.
The enum values provides the list of concrete types that can be instantiated from this abstract type.'
enum:
- virtualization.VmwareVcenter
default: virtualization.VmwareVcenter
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.
The enum values provides the list of concrete types that can be instantiated from this abstract type.'
enum:
- virtualization.VmwareVcenter
default: virtualization.VmwareVcenter
x-enum-as-string: true
Build:
description: The build number of the Hypervisor Manger (e.g., 4541947, 6.3.9600.18692). The build number may indicate some feature support that applications might rely on. The build number may not always be an integer.
type: string
readOnly: true
x-omitempty: true
Identity:
description: Identity of the hypervisor (not manipulated by user). It could be a UUID too. For example, c917093f-5443-4748-bc09-eec72ded7608.
type: string
readOnly: true
x-omitempty: true
Name:
description: The user provided name for the hypervisor manager. For example, vCenterIreland. Usually, this name is subject to manipulation by the user. It is not the identity of the hypervisor.
type: string
pattern: ^[a-zA-Z0-9]+[\sa-zA-Z0-9_-]{1,32}$
x-omitempty: true
Version:
description: Release version of the Hypervisor Manger (VMware vCenter Server 6.0.0 build-4541947).
type: string
readOnly: true
x-omitempty: true
RegisteredDevice:
$ref: intersight-system-v3-1.0.11-20260807064027971.json#/components/schemas/asset.DeviceRegistration.Relationship
description: 'A reference to a assetDeviceRegistration resource.
When the $expand query parameter is specified, the referenced resource is returned inline.'
virtualization.VmwareHost:
title: Virtualization:Vmware Host
description: 'The VmwareHost object delineates the VMware host entity, detailing attributes and relationships pivotal to hosting virtual machines within a datacenter.
#### Purpose
VmwareHost serves as the operational node within VMware environments, providing detailed information about host resources, states, and relationships with other VMware entities.
#### Key Concepts
- **Resource Utilization:** Tracks resource consumption, including CPU and memory, to optimize performance and resource allocation.
- **Connectivity Status:** Monitors connection states with vCenter, ensuring accurate status reporting and management.
- **Integration:** Interfaces with datacenters, clusters, and virtual machines, fostering cohesive relationships and operational functionality.
- **Security and Configuration:** Includes settings for security features like SSH and quarantine mode, supporting secure and reliable host management.'
x-allOf-name: virtualization.VmwareHost
allOf:
- $ref: '#/components/schemas/virtualization.BaseHost'
- type: object
description: Definition of the list of properties defined in 'virtualization.VmwareHost', excluding properties defined in parent classes.
required:
- ClassId
- ObjectType
properties:
ClassId:
description: 'The fully-qualified name of the instantiated, concrete type.
This property is used as a discriminator to identify the type of the payload
when marshaling and unmarshaling data.'
enum:
- virtualization.VmwareHost
default: virtualization.VmwareHost
x-enum-as-string: true
ObjectType:
description: 'The fully-qualified name of the instantiated, concrete type.
The value should be the same as the ''ClassId'' property.'
enum:
- virtualization.VmwareHost
default: virtualization.VmwareHost
x-enum-as-string: true
AttachedResourceTags:
type:
- array
- 'null'
items:
# --- truncated at 32 KB (552 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/intersight/refs/heads/main/openapi/intersight-vmrc-api-openapi.yml