1. Packages
  2. Intersight Provider
  3. API Docs
  4. getVirtualizationVmwareHost
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getVirtualizationVmwareHost

Explore with Pulumi AI

The VMware Host entity with its attributes. Every Host belongs to a Datacenter and may run VMs.

Using getVirtualizationVmwareHost

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getVirtualizationVmwareHost(args: GetVirtualizationVmwareHostArgs, opts?: InvokeOptions): Promise<GetVirtualizationVmwareHostResult>
function getVirtualizationVmwareHostOutput(args: GetVirtualizationVmwareHostOutputArgs, opts?: InvokeOptions): Output<GetVirtualizationVmwareHostResult>
Copy
def get_virtualization_vmware_host(account_moid: Optional[str] = None,
                                   additional_properties: Optional[str] = None,
                                   ancestors: Optional[Sequence[GetVirtualizationVmwareHostAncestor]] = None,
                                   boot_time: Optional[str] = None,
                                   class_id: Optional[str] = None,
                                   cluster: Optional[GetVirtualizationVmwareHostCluster] = None,
                                   connection_state: Optional[str] = None,
                                   cpu_info: Optional[GetVirtualizationVmwareHostCpuInfo] = None,
                                   create_time: Optional[str] = None,
                                   datacenter: Optional[GetVirtualizationVmwareHostDatacenter] = None,
                                   datastores: Optional[Sequence[GetVirtualizationVmwareHostDatastore]] = None,
                                   dc_inv_path: Optional[str] = None,
                                   distributed_networks: Optional[Sequence[GetVirtualizationVmwareHostDistributedNetwork]] = None,
                                   distributed_switches: Optional[Sequence[GetVirtualizationVmwareHostDistributedSwitch]] = None,
                                   dns_servers: Optional[Sequence[str]] = None,
                                   domain_group_moid: Optional[str] = None,
                                   hardware_info: Optional[GetVirtualizationVmwareHostHardwareInfo] = None,
                                   hw_power_state: Optional[str] = None,
                                   hyper_flex_node: Optional[GetVirtualizationVmwareHostHyperFlexNode] = None,
                                   hypervisor_type: Optional[str] = None,
                                   id: Optional[str] = None,
                                   identity: Optional[str] = None,
                                   is_ssh_enabled: Optional[bool] = None,
                                   maintenance_mode: Optional[bool] = None,
                                   memory_capacity: Optional[GetVirtualizationVmwareHostMemoryCapacity] = None,
                                   mod_time: Optional[str] = None,
                                   model: Optional[str] = None,
                                   moid: Optional[str] = None,
                                   name: Optional[str] = None,
                                   network_adapter_count: Optional[float] = None,
                                   ntp_servers: Optional[Sequence[str]] = None,
                                   object_type: Optional[str] = None,
                                   owners: Optional[Sequence[str]] = None,
                                   parent: Optional[GetVirtualizationVmwareHostParent] = None,
                                   permission_resources: Optional[Sequence[GetVirtualizationVmwareHostPermissionResource]] = None,
                                   processor_capacity: Optional[GetVirtualizationVmwareHostProcessorCapacity] = None,
                                   product_info: Optional[GetVirtualizationVmwareHostProductInfo] = None,
                                   quarantine_mode: Optional[bool] = None,
                                   registered_device: Optional[GetVirtualizationVmwareHostRegisteredDevice] = None,
                                   resource_consumed: Optional[GetVirtualizationVmwareHostResourceConsumed] = None,
                                   serial: Optional[str] = None,
                                   server: Optional[GetVirtualizationVmwareHostServer] = None,
                                   shared_scope: Optional[str] = None,
                                   status: Optional[str] = None,
                                   storage_adapter_count: Optional[float] = None,
                                   tags: Optional[Sequence[GetVirtualizationVmwareHostTag]] = None,
                                   time_zone: Optional[str] = None,
                                   up_time: Optional[str] = None,
                                   uuid: Optional[str] = None,
                                   vcenter_host_id: Optional[str] = None,
                                   vendor: Optional[str] = None,
                                   version_context: Optional[GetVirtualizationVmwareHostVersionContext] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetVirtualizationVmwareHostResult
def get_virtualization_vmware_host_output(account_moid: Optional[pulumi.Input[str]] = None,
                                   additional_properties: Optional[pulumi.Input[str]] = None,
                                   ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostAncestorArgs]]]] = None,
                                   boot_time: Optional[pulumi.Input[str]] = None,
                                   class_id: Optional[pulumi.Input[str]] = None,
                                   cluster: Optional[pulumi.Input[GetVirtualizationVmwareHostClusterArgs]] = None,
                                   connection_state: Optional[pulumi.Input[str]] = None,
                                   cpu_info: Optional[pulumi.Input[GetVirtualizationVmwareHostCpuInfoArgs]] = None,
                                   create_time: Optional[pulumi.Input[str]] = None,
                                   datacenter: Optional[pulumi.Input[GetVirtualizationVmwareHostDatacenterArgs]] = None,
                                   datastores: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostDatastoreArgs]]]] = None,
                                   dc_inv_path: Optional[pulumi.Input[str]] = None,
                                   distributed_networks: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostDistributedNetworkArgs]]]] = None,
                                   distributed_switches: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostDistributedSwitchArgs]]]] = None,
                                   dns_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   domain_group_moid: Optional[pulumi.Input[str]] = None,
                                   hardware_info: Optional[pulumi.Input[GetVirtualizationVmwareHostHardwareInfoArgs]] = None,
                                   hw_power_state: Optional[pulumi.Input[str]] = None,
                                   hyper_flex_node: Optional[pulumi.Input[GetVirtualizationVmwareHostHyperFlexNodeArgs]] = None,
                                   hypervisor_type: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   identity: Optional[pulumi.Input[str]] = None,
                                   is_ssh_enabled: Optional[pulumi.Input[bool]] = None,
                                   maintenance_mode: Optional[pulumi.Input[bool]] = None,
                                   memory_capacity: Optional[pulumi.Input[GetVirtualizationVmwareHostMemoryCapacityArgs]] = None,
                                   mod_time: Optional[pulumi.Input[str]] = None,
                                   model: Optional[pulumi.Input[str]] = None,
                                   moid: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   network_adapter_count: Optional[pulumi.Input[float]] = None,
                                   ntp_servers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   object_type: Optional[pulumi.Input[str]] = None,
                                   owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   parent: Optional[pulumi.Input[GetVirtualizationVmwareHostParentArgs]] = None,
                                   permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostPermissionResourceArgs]]]] = None,
                                   processor_capacity: Optional[pulumi.Input[GetVirtualizationVmwareHostProcessorCapacityArgs]] = None,
                                   product_info: Optional[pulumi.Input[GetVirtualizationVmwareHostProductInfoArgs]] = None,
                                   quarantine_mode: Optional[pulumi.Input[bool]] = None,
                                   registered_device: Optional[pulumi.Input[GetVirtualizationVmwareHostRegisteredDeviceArgs]] = None,
                                   resource_consumed: Optional[pulumi.Input[GetVirtualizationVmwareHostResourceConsumedArgs]] = None,
                                   serial: Optional[pulumi.Input[str]] = None,
                                   server: Optional[pulumi.Input[GetVirtualizationVmwareHostServerArgs]] = None,
                                   shared_scope: Optional[pulumi.Input[str]] = None,
                                   status: Optional[pulumi.Input[str]] = None,
                                   storage_adapter_count: Optional[pulumi.Input[float]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetVirtualizationVmwareHostTagArgs]]]] = None,
                                   time_zone: Optional[pulumi.Input[str]] = None,
                                   up_time: Optional[pulumi.Input[str]] = None,
                                   uuid: Optional[pulumi.Input[str]] = None,
                                   vcenter_host_id: Optional[pulumi.Input[str]] = None,
                                   vendor: Optional[pulumi.Input[str]] = None,
                                   version_context: Optional[pulumi.Input[GetVirtualizationVmwareHostVersionContextArgs]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetVirtualizationVmwareHostResult]
Copy
func LookupVirtualizationVmwareHost(ctx *Context, args *LookupVirtualizationVmwareHostArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareHostResult, error)
func LookupVirtualizationVmwareHostOutput(ctx *Context, args *LookupVirtualizationVmwareHostOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareHostResultOutput
Copy

> Note: This function is named LookupVirtualizationVmwareHost in the Go SDK.

public static class GetVirtualizationVmwareHost 
{
    public static Task<GetVirtualizationVmwareHostResult> InvokeAsync(GetVirtualizationVmwareHostArgs args, InvokeOptions? opts = null)
    public static Output<GetVirtualizationVmwareHostResult> Invoke(GetVirtualizationVmwareHostInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVirtualizationVmwareHostResult> getVirtualizationVmwareHost(GetVirtualizationVmwareHostArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareHostResult> getVirtualizationVmwareHost(GetVirtualizationVmwareHostArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getVirtualizationVmwareHost:getVirtualizationVmwareHost
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetVirtualizationVmwareHostAncestor>
BootTime string
The time when this host booted up.
ClassId string
Cluster GetVirtualizationVmwareHostCluster
ConnectionState string
Indicates if the host is connected to the vCenter. Values are connected, not connected.
CpuInfo GetVirtualizationVmwareHostCpuInfo
CreateTime string
The time when this managed object was created.
Datacenter GetVirtualizationVmwareHostDatacenter
Datastores List<GetVirtualizationVmwareHostDatastore>
DcInvPath string
This field stores the inventory path of a datacenter. Used in host maintenance action.
DistributedNetworks List<GetVirtualizationVmwareHostDistributedNetwork>
DistributedSwitches List<GetVirtualizationVmwareHostDistributedSwitch>
DnsServers List<string>
DomainGroupMoid string
The DomainGroup ID for this managed object.
HardwareInfo GetVirtualizationVmwareHostHardwareInfo
HwPowerState string
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
HyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
HypervisorType string
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
Id string
Identity string
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
IsSshEnabled bool
True if SSH is enabled in the host, false otherwise.
MaintenanceMode bool
Is this host in maintenance mode. Set to true or false.
MemoryCapacity GetVirtualizationVmwareHostMemoryCapacity
ModTime string
The time when this managed object was last modified.
Model string
Commercial model information about this hardware.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
NetworkAdapterCount double
The count of all network adapters attached to this host.
NtpServers List<string>
ObjectType string
Owners List<string>
Parent GetVirtualizationVmwareHostParent
PermissionResources List<GetVirtualizationVmwareHostPermissionResource>
ProcessorCapacity GetVirtualizationVmwareHostProcessorCapacity
ProductInfo GetVirtualizationVmwareHostProductInfo
QuarantineMode bool
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
RegisteredDevice GetVirtualizationVmwareHostRegisteredDevice
ResourceConsumed GetVirtualizationVmwareHostResourceConsumed
Serial string
Serial number of this host (internally generated).
Server GetVirtualizationVmwareHostServer
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status string
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
StorageAdapterCount double
The count of all storage adapters attached to this host.
Tags List<GetVirtualizationVmwareHostTag>
TimeZone string
Time zone this host is in.
UpTime string
The uptime of the host, stored as Duration (from w3c).
Uuid string
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
VcenterHostId string
The identity of this host within vCenter (optional).
Vendor string
Commercial vendor details of this hardware.
VersionContext GetVirtualizationVmwareHostVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetVirtualizationVmwareHostAncestor
BootTime string
The time when this host booted up.
ClassId string
Cluster GetVirtualizationVmwareHostCluster
ConnectionState string
Indicates if the host is connected to the vCenter. Values are connected, not connected.
CpuInfo GetVirtualizationVmwareHostCpuInfo
CreateTime string
The time when this managed object was created.
Datacenter GetVirtualizationVmwareHostDatacenter
Datastores []GetVirtualizationVmwareHostDatastore
DcInvPath string
This field stores the inventory path of a datacenter. Used in host maintenance action.
DistributedNetworks []GetVirtualizationVmwareHostDistributedNetwork
DistributedSwitches []GetVirtualizationVmwareHostDistributedSwitch
DnsServers []string
DomainGroupMoid string
The DomainGroup ID for this managed object.
HardwareInfo GetVirtualizationVmwareHostHardwareInfo
HwPowerState string
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
HyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
HypervisorType string
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
Id string
Identity string
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
IsSshEnabled bool
True if SSH is enabled in the host, false otherwise.
MaintenanceMode bool
Is this host in maintenance mode. Set to true or false.
MemoryCapacity GetVirtualizationVmwareHostMemoryCapacity
ModTime string
The time when this managed object was last modified.
Model string
Commercial model information about this hardware.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
NetworkAdapterCount float64
The count of all network adapters attached to this host.
NtpServers []string
ObjectType string
Owners []string
Parent GetVirtualizationVmwareHostParent
PermissionResources []GetVirtualizationVmwareHostPermissionResource
ProcessorCapacity GetVirtualizationVmwareHostProcessorCapacity
ProductInfo GetVirtualizationVmwareHostProductInfo
QuarantineMode bool
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
RegisteredDevice GetVirtualizationVmwareHostRegisteredDevice
ResourceConsumed GetVirtualizationVmwareHostResourceConsumed
Serial string
Serial number of this host (internally generated).
Server GetVirtualizationVmwareHostServer
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status string
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
StorageAdapterCount float64
The count of all storage adapters attached to this host.
Tags []GetVirtualizationVmwareHostTag
TimeZone string
Time zone this host is in.
UpTime string
The uptime of the host, stored as Duration (from w3c).
Uuid string
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
VcenterHostId string
The identity of this host within vCenter (optional).
Vendor string
Commercial vendor details of this hardware.
VersionContext GetVirtualizationVmwareHostVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetVirtualizationVmwareHostAncestor>
bootTime String
The time when this host booted up.
classId String
cluster GetVirtualizationVmwareHostCluster
connectionState String
Indicates if the host is connected to the vCenter. Values are connected, not connected.
cpuInfo GetVirtualizationVmwareHostCpuInfo
createTime String
The time when this managed object was created.
datacenter GetVirtualizationVmwareHostDatacenter
datastores List<GetVirtualizationVmwareHostDatastore>
dcInvPath String
This field stores the inventory path of a datacenter. Used in host maintenance action.
distributedNetworks List<GetVirtualizationVmwareHostDistributedNetwork>
distributedSwitches List<GetVirtualizationVmwareHostDistributedSwitch>
dnsServers List<String>
domainGroupMoid String
The DomainGroup ID for this managed object.
hardwareInfo GetVirtualizationVmwareHostHardwareInfo
hwPowerState String
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
hyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
hypervisorType String
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
id String
identity String
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
isSshEnabled Boolean
True if SSH is enabled in the host, false otherwise.
maintenanceMode Boolean
Is this host in maintenance mode. Set to true or false.
memoryCapacity GetVirtualizationVmwareHostMemoryCapacity
modTime String
The time when this managed object was last modified.
model String
Commercial model information about this hardware.
moid String
The unique identifier of this Managed Object instance.
name String
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
networkAdapterCount Double
The count of all network adapters attached to this host.
ntpServers List<String>
objectType String
owners List<String>
parent GetVirtualizationVmwareHostParent
permissionResources List<GetVirtualizationVmwareHostPermissionResource>
processorCapacity GetVirtualizationVmwareHostProcessorCapacity
productInfo GetVirtualizationVmwareHostProductInfo
quarantineMode Boolean
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
registeredDevice GetVirtualizationVmwareHostRegisteredDevice
resourceConsumed GetVirtualizationVmwareHostResourceConsumed
serial String
Serial number of this host (internally generated).
server GetVirtualizationVmwareHostServer
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status String
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
storageAdapterCount Double
The count of all storage adapters attached to this host.
tags List<GetVirtualizationVmwareHostTag>
timeZone String
Time zone this host is in.
upTime String
The uptime of the host, stored as Duration (from w3c).
uuid String
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
vcenterHostId String
The identity of this host within vCenter (optional).
vendor String
Commercial vendor details of this hardware.
versionContext GetVirtualizationVmwareHostVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetVirtualizationVmwareHostAncestor[]
bootTime string
The time when this host booted up.
classId string
cluster GetVirtualizationVmwareHostCluster
connectionState string
Indicates if the host is connected to the vCenter. Values are connected, not connected.
cpuInfo GetVirtualizationVmwareHostCpuInfo
createTime string
The time when this managed object was created.
datacenter GetVirtualizationVmwareHostDatacenter
datastores GetVirtualizationVmwareHostDatastore[]
dcInvPath string
This field stores the inventory path of a datacenter. Used in host maintenance action.
distributedNetworks GetVirtualizationVmwareHostDistributedNetwork[]
distributedSwitches GetVirtualizationVmwareHostDistributedSwitch[]
dnsServers string[]
domainGroupMoid string
The DomainGroup ID for this managed object.
hardwareInfo GetVirtualizationVmwareHostHardwareInfo
hwPowerState string
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
hyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
hypervisorType string
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
id string
identity string
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
isSshEnabled boolean
True if SSH is enabled in the host, false otherwise.
maintenanceMode boolean
Is this host in maintenance mode. Set to true or false.
memoryCapacity GetVirtualizationVmwareHostMemoryCapacity
modTime string
The time when this managed object was last modified.
model string
Commercial model information about this hardware.
moid string
The unique identifier of this Managed Object instance.
name string
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
networkAdapterCount number
The count of all network adapters attached to this host.
ntpServers string[]
objectType string
owners string[]
parent GetVirtualizationVmwareHostParent
permissionResources GetVirtualizationVmwareHostPermissionResource[]
processorCapacity GetVirtualizationVmwareHostProcessorCapacity
productInfo GetVirtualizationVmwareHostProductInfo
quarantineMode boolean
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
registeredDevice GetVirtualizationVmwareHostRegisteredDevice
resourceConsumed GetVirtualizationVmwareHostResourceConsumed
serial string
Serial number of this host (internally generated).
server GetVirtualizationVmwareHostServer
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status string
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
storageAdapterCount number
The count of all storage adapters attached to this host.
tags GetVirtualizationVmwareHostTag[]
timeZone string
Time zone this host is in.
upTime string
The uptime of the host, stored as Duration (from w3c).
uuid string
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
vcenterHostId string
The identity of this host within vCenter (optional).
vendor string
Commercial vendor details of this hardware.
versionContext GetVirtualizationVmwareHostVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetVirtualizationVmwareHostAncestor]
boot_time str
The time when this host booted up.
class_id str
cluster GetVirtualizationVmwareHostCluster
connection_state str
Indicates if the host is connected to the vCenter. Values are connected, not connected.
cpu_info GetVirtualizationVmwareHostCpuInfo
create_time str
The time when this managed object was created.
datacenter GetVirtualizationVmwareHostDatacenter
datastores Sequence[GetVirtualizationVmwareHostDatastore]
dc_inv_path str
This field stores the inventory path of a datacenter. Used in host maintenance action.
distributed_networks Sequence[GetVirtualizationVmwareHostDistributedNetwork]
distributed_switches Sequence[GetVirtualizationVmwareHostDistributedSwitch]
dns_servers Sequence[str]
domain_group_moid str
The DomainGroup ID for this managed object.
hardware_info GetVirtualizationVmwareHostHardwareInfo
hw_power_state str
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
hyper_flex_node GetVirtualizationVmwareHostHyperFlexNode
hypervisor_type str
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
id str
identity str
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
is_ssh_enabled bool
True if SSH is enabled in the host, false otherwise.
maintenance_mode bool
Is this host in maintenance mode. Set to true or false.
memory_capacity GetVirtualizationVmwareHostMemoryCapacity
mod_time str
The time when this managed object was last modified.
model str
Commercial model information about this hardware.
moid str
The unique identifier of this Managed Object instance.
name str
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
network_adapter_count float
The count of all network adapters attached to this host.
ntp_servers Sequence[str]
object_type str
owners Sequence[str]
parent GetVirtualizationVmwareHostParent
permission_resources Sequence[GetVirtualizationVmwareHostPermissionResource]
processor_capacity GetVirtualizationVmwareHostProcessorCapacity
product_info GetVirtualizationVmwareHostProductInfo
quarantine_mode bool
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
registered_device GetVirtualizationVmwareHostRegisteredDevice
resource_consumed GetVirtualizationVmwareHostResourceConsumed
serial str
Serial number of this host (internally generated).
server GetVirtualizationVmwareHostServer
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status str
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
storage_adapter_count float
The count of all storage adapters attached to this host.
tags Sequence[GetVirtualizationVmwareHostTag]
time_zone str
Time zone this host is in.
up_time str
The uptime of the host, stored as Duration (from w3c).
uuid str
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
vcenter_host_id str
The identity of this host within vCenter (optional).
vendor str
Commercial vendor details of this hardware.
version_context GetVirtualizationVmwareHostVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
bootTime String
The time when this host booted up.
classId String
cluster Property Map
connectionState String
Indicates if the host is connected to the vCenter. Values are connected, not connected.
cpuInfo Property Map
createTime String
The time when this managed object was created.
datacenter Property Map
datastores List<Property Map>
dcInvPath String
This field stores the inventory path of a datacenter. Used in host maintenance action.
distributedNetworks List<Property Map>
distributedSwitches List<Property Map>
dnsServers List<String>
domainGroupMoid String
The DomainGroup ID for this managed object.
hardwareInfo Property Map
hwPowerState String
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
hyperFlexNode Property Map
hypervisorType String
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
id String
identity String
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
isSshEnabled Boolean
True if SSH is enabled in the host, false otherwise.
maintenanceMode Boolean
Is this host in maintenance mode. Set to true or false.
memoryCapacity Property Map
modTime String
The time when this managed object was last modified.
model String
Commercial model information about this hardware.
moid String
The unique identifier of this Managed Object instance.
name String
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
networkAdapterCount Number
The count of all network adapters attached to this host.
ntpServers List<String>
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
processorCapacity Property Map
productInfo Property Map
quarantineMode Boolean
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
registeredDevice Property Map
resourceConsumed Property Map
serial String
Serial number of this host (internally generated).
server Property Map
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status String
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
storageAdapterCount Number
The count of all storage adapters attached to this host.
tags List<Property Map>
timeZone String
Time zone this host is in.
upTime String
The uptime of the host, stored as Duration (from w3c).
uuid String
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
vcenterHostId String
The identity of this host within vCenter (optional).
vendor String
Commercial vendor details of this hardware.
versionContext Property Map

getVirtualizationVmwareHost Result

The following output properties are available:

Id string
Results List<GetVirtualizationVmwareHostResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetVirtualizationVmwareHostAncestor>
BootTime string
ClassId string
Cluster GetVirtualizationVmwareHostCluster
ConnectionState string
CpuInfo GetVirtualizationVmwareHostCpuInfo
CreateTime string
Datacenter GetVirtualizationVmwareHostDatacenter
Datastores List<GetVirtualizationVmwareHostDatastore>
DcInvPath string
DistributedNetworks List<GetVirtualizationVmwareHostDistributedNetwork>
DistributedSwitches List<GetVirtualizationVmwareHostDistributedSwitch>
DnsServers List<string>
DomainGroupMoid string
HardwareInfo GetVirtualizationVmwareHostHardwareInfo
HwPowerState string
HyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
HypervisorType string
Identity string
IsSshEnabled bool
MaintenanceMode bool
MemoryCapacity GetVirtualizationVmwareHostMemoryCapacity
ModTime string
Model string
Moid string
Name string
NetworkAdapterCount double
NtpServers List<string>
ObjectType string
Owners List<string>
Parent GetVirtualizationVmwareHostParent
PermissionResources List<GetVirtualizationVmwareHostPermissionResource>
ProcessorCapacity GetVirtualizationVmwareHostProcessorCapacity
ProductInfo GetVirtualizationVmwareHostProductInfo
QuarantineMode bool
RegisteredDevice GetVirtualizationVmwareHostRegisteredDevice
ResourceConsumed GetVirtualizationVmwareHostResourceConsumed
Serial string
Server GetVirtualizationVmwareHostServer
SharedScope string
Status string
StorageAdapterCount double
Tags List<GetVirtualizationVmwareHostTag>
TimeZone string
UpTime string
Uuid string
VcenterHostId string
Vendor string
VersionContext GetVirtualizationVmwareHostVersionContext
Id string
Results []GetVirtualizationVmwareHostResult
AccountMoid string
AdditionalProperties string
Ancestors []GetVirtualizationVmwareHostAncestor
BootTime string
ClassId string
Cluster GetVirtualizationVmwareHostCluster
ConnectionState string
CpuInfo GetVirtualizationVmwareHostCpuInfo
CreateTime string
Datacenter GetVirtualizationVmwareHostDatacenter
Datastores []GetVirtualizationVmwareHostDatastore
DcInvPath string
DistributedNetworks []GetVirtualizationVmwareHostDistributedNetwork
DistributedSwitches []GetVirtualizationVmwareHostDistributedSwitch
DnsServers []string
DomainGroupMoid string
HardwareInfo GetVirtualizationVmwareHostHardwareInfo
HwPowerState string
HyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
HypervisorType string
Identity string
IsSshEnabled bool
MaintenanceMode bool
MemoryCapacity GetVirtualizationVmwareHostMemoryCapacity
ModTime string
Model string
Moid string
Name string
NetworkAdapterCount float64
NtpServers []string
ObjectType string
Owners []string
Parent GetVirtualizationVmwareHostParent
PermissionResources []GetVirtualizationVmwareHostPermissionResource
ProcessorCapacity GetVirtualizationVmwareHostProcessorCapacity
ProductInfo GetVirtualizationVmwareHostProductInfo
QuarantineMode bool
RegisteredDevice GetVirtualizationVmwareHostRegisteredDevice
ResourceConsumed GetVirtualizationVmwareHostResourceConsumed
Serial string
Server GetVirtualizationVmwareHostServer
SharedScope string
Status string
StorageAdapterCount float64
Tags []GetVirtualizationVmwareHostTag
TimeZone string
UpTime string
Uuid string
VcenterHostId string
Vendor string
VersionContext GetVirtualizationVmwareHostVersionContext
id String
results List<GetVirtualizationVmwareHostResult>
accountMoid String
additionalProperties String
ancestors List<GetVirtualizationVmwareHostAncestor>
bootTime String
classId String
cluster GetVirtualizationVmwareHostCluster
connectionState String
cpuInfo GetVirtualizationVmwareHostCpuInfo
createTime String
datacenter GetVirtualizationVmwareHostDatacenter
datastores List<GetVirtualizationVmwareHostDatastore>
dcInvPath String
distributedNetworks List<GetVirtualizationVmwareHostDistributedNetwork>
distributedSwitches List<GetVirtualizationVmwareHostDistributedSwitch>
dnsServers List<String>
domainGroupMoid String
hardwareInfo GetVirtualizationVmwareHostHardwareInfo
hwPowerState String
hyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
hypervisorType String
identity String
isSshEnabled Boolean
maintenanceMode Boolean
memoryCapacity GetVirtualizationVmwareHostMemoryCapacity
modTime String
model String
moid String
name String
networkAdapterCount Double
ntpServers List<String>
objectType String
owners List<String>
parent GetVirtualizationVmwareHostParent
permissionResources List<GetVirtualizationVmwareHostPermissionResource>
processorCapacity GetVirtualizationVmwareHostProcessorCapacity
productInfo GetVirtualizationVmwareHostProductInfo
quarantineMode Boolean
registeredDevice GetVirtualizationVmwareHostRegisteredDevice
resourceConsumed GetVirtualizationVmwareHostResourceConsumed
serial String
server GetVirtualizationVmwareHostServer
sharedScope String
status String
storageAdapterCount Double
tags List<GetVirtualizationVmwareHostTag>
timeZone String
upTime String
uuid String
vcenterHostId String
vendor String
versionContext GetVirtualizationVmwareHostVersionContext
id string
results GetVirtualizationVmwareHostResult[]
accountMoid string
additionalProperties string
ancestors GetVirtualizationVmwareHostAncestor[]
bootTime string
classId string
cluster GetVirtualizationVmwareHostCluster
connectionState string
cpuInfo GetVirtualizationVmwareHostCpuInfo
createTime string
datacenter GetVirtualizationVmwareHostDatacenter
datastores GetVirtualizationVmwareHostDatastore[]
dcInvPath string
distributedNetworks GetVirtualizationVmwareHostDistributedNetwork[]
distributedSwitches GetVirtualizationVmwareHostDistributedSwitch[]
dnsServers string[]
domainGroupMoid string
hardwareInfo GetVirtualizationVmwareHostHardwareInfo
hwPowerState string
hyperFlexNode GetVirtualizationVmwareHostHyperFlexNode
hypervisorType string
identity string
isSshEnabled boolean
maintenanceMode boolean
memoryCapacity GetVirtualizationVmwareHostMemoryCapacity
modTime string
model string
moid string
name string
networkAdapterCount number
ntpServers string[]
objectType string
owners string[]
parent GetVirtualizationVmwareHostParent
permissionResources GetVirtualizationVmwareHostPermissionResource[]
processorCapacity GetVirtualizationVmwareHostProcessorCapacity
productInfo GetVirtualizationVmwareHostProductInfo
quarantineMode boolean
registeredDevice GetVirtualizationVmwareHostRegisteredDevice
resourceConsumed GetVirtualizationVmwareHostResourceConsumed
serial string
server GetVirtualizationVmwareHostServer
sharedScope string
status string
storageAdapterCount number
tags GetVirtualizationVmwareHostTag[]
timeZone string
upTime string
uuid string
vcenterHostId string
vendor string
versionContext GetVirtualizationVmwareHostVersionContext
id str
results Sequence[GetVirtualizationVmwareHostResult]
account_moid str
additional_properties str
ancestors Sequence[GetVirtualizationVmwareHostAncestor]
boot_time str
class_id str
cluster GetVirtualizationVmwareHostCluster
connection_state str
cpu_info GetVirtualizationVmwareHostCpuInfo
create_time str
datacenter GetVirtualizationVmwareHostDatacenter
datastores Sequence[GetVirtualizationVmwareHostDatastore]
dc_inv_path str
distributed_networks Sequence[GetVirtualizationVmwareHostDistributedNetwork]
distributed_switches Sequence[GetVirtualizationVmwareHostDistributedSwitch]
dns_servers Sequence[str]
domain_group_moid str
hardware_info GetVirtualizationVmwareHostHardwareInfo
hw_power_state str
hyper_flex_node GetVirtualizationVmwareHostHyperFlexNode
hypervisor_type str
identity str
is_ssh_enabled bool
maintenance_mode bool
memory_capacity GetVirtualizationVmwareHostMemoryCapacity
mod_time str
model str
moid str
name str
network_adapter_count float
ntp_servers Sequence[str]
object_type str
owners Sequence[str]
parent GetVirtualizationVmwareHostParent
permission_resources Sequence[GetVirtualizationVmwareHostPermissionResource]
processor_capacity GetVirtualizationVmwareHostProcessorCapacity
product_info GetVirtualizationVmwareHostProductInfo
quarantine_mode bool
registered_device GetVirtualizationVmwareHostRegisteredDevice
resource_consumed GetVirtualizationVmwareHostResourceConsumed
serial str
server GetVirtualizationVmwareHostServer
shared_scope str
status str
storage_adapter_count float
tags Sequence[GetVirtualizationVmwareHostTag]
time_zone str
up_time str
uuid str
vcenter_host_id str
vendor str
version_context GetVirtualizationVmwareHostVersionContext
id String
results List<Property Map>
accountMoid String
additionalProperties String
ancestors List<Property Map>
bootTime String
classId String
cluster Property Map
connectionState String
cpuInfo Property Map
createTime String
datacenter Property Map
datastores List<Property Map>
dcInvPath String
distributedNetworks List<Property Map>
distributedSwitches List<Property Map>
dnsServers List<String>
domainGroupMoid String
hardwareInfo Property Map
hwPowerState String
hyperFlexNode Property Map
hypervisorType String
identity String
isSshEnabled Boolean
maintenanceMode Boolean
memoryCapacity Property Map
modTime String
model String
moid String
name String
networkAdapterCount Number
ntpServers List<String>
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
processorCapacity Property Map
productInfo Property Map
quarantineMode Boolean
registeredDevice Property Map
resourceConsumed Property Map
serial String
server Property Map
sharedScope String
status String
storageAdapterCount Number
tags List<Property Map>
timeZone String
upTime String
uuid String
vcenterHostId String
vendor String
versionContext Property Map

Supporting Types

GetVirtualizationVmwareHostAncestor

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostCluster

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostCpuInfo

AdditionalProperties string
ClassId string
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.
Cores double
Number of cores per CPU, as reported by the manufacturer.
Description string
The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Sockets double
Number of CPU sockets available.
Speed double
Speed of the CPUs in Hertz. For example, 2593749663.
Vendor string
Commercial vendor details of this hardware.
AdditionalProperties string
ClassId string
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.
Cores float64
Number of cores per CPU, as reported by the manufacturer.
Description string
The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Sockets float64
Number of CPU sockets available.
Speed float64
Speed of the CPUs in Hertz. For example, 2593749663.
Vendor string
Commercial vendor details of this hardware.
additionalProperties String
classId String
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.
cores Double
Number of cores per CPU, as reported by the manufacturer.
description String
The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
sockets Double
Number of CPU sockets available.
speed Double
Speed of the CPUs in Hertz. For example, 2593749663.
vendor String
Commercial vendor details of this hardware.
additionalProperties string
classId string
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.
cores number
Number of cores per CPU, as reported by the manufacturer.
description string
The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
sockets number
Number of CPU sockets available.
speed number
Speed of the CPUs in Hertz. For example, 2593749663.
vendor string
Commercial vendor details of this hardware.
additional_properties str
class_id str
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.
cores float
Number of cores per CPU, as reported by the manufacturer.
description str
The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
sockets float
Number of CPU sockets available.
speed float
Speed of the CPUs in Hertz. For example, 2593749663.
vendor str
Commercial vendor details of this hardware.
additionalProperties String
classId String
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.
cores Number
Number of cores per CPU, as reported by the manufacturer.
description String
The vendor provided description of the CPU. For example, Intel Xeon E5-2640 v3 @ 2.60GHz.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
sockets Number
Number of CPU sockets available.
speed Number
Speed of the CPUs in Hertz. For example, 2593749663.
vendor String
Commercial vendor details of this hardware.

GetVirtualizationVmwareHostDatacenter

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostDatastore

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostDistributedNetwork

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostDistributedSwitch

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostHardwareInfo

AdditionalProperties string
ClassId string
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.
CpuCores double
The number of cpu cores on this hardware platform.
CpuSpeed double
Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
MemorySize double
The amount of memory allocated (bytes) to this hardware platform.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
AdditionalProperties string
ClassId string
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.
CpuCores float64
The number of cpu cores on this hardware platform.
CpuSpeed float64
Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
MemorySize float64
The amount of memory allocated (bytes) to this hardware platform.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
classId String
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.
cpuCores Double
The number of cpu cores on this hardware platform.
cpuSpeed Double
Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
memorySize Double
The amount of memory allocated (bytes) to this hardware platform.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties string
classId string
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.
cpuCores number
The number of cpu cores on this hardware platform.
cpuSpeed number
Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
memorySize number
The amount of memory allocated (bytes) to this hardware platform.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additional_properties str
class_id str
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.
cpu_cores float
The number of cpu cores on this hardware platform.
cpu_speed float
Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
memory_size float
The amount of memory allocated (bytes) to this hardware platform.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
classId String
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.
cpuCores Number
The number of cpu cores on this hardware platform.
cpuSpeed Number
Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
memorySize Number
The amount of memory allocated (bytes) to this hardware platform.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetVirtualizationVmwareHostHyperFlexNode

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostMemoryCapacity

AdditionalProperties string
Capacity double
The total memory capacity of the entity in bytes.
ClassId string
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.
Free double
Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Used double
Memory (bytes) that has been already used up, as a point-in-time snapshot.
AdditionalProperties string
Capacity float64
The total memory capacity of the entity in bytes.
ClassId string
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.
Free float64
Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Used float64
Memory (bytes) that has been already used up, as a point-in-time snapshot.
additionalProperties String
capacity Double
The total memory capacity of the entity in bytes.
classId String
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.
free Double
Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
used Double
Memory (bytes) that has been already used up, as a point-in-time snapshot.
additionalProperties string
capacity number
The total memory capacity of the entity in bytes.
classId string
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.
free number
Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
used number
Memory (bytes) that has been already used up, as a point-in-time snapshot.
additional_properties str
capacity float
The total memory capacity of the entity in bytes.
class_id str
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.
free float
Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
used float
Memory (bytes) that has been already used up, as a point-in-time snapshot.
additionalProperties String
capacity Number
The total memory capacity of the entity in bytes.
classId String
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.
free Number
Free memory (bytes) that is unused and available for allocation, as a point-in-time snapshot. The available memory capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used memory capacity is also reported.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
used Number
Memory (bytes) that has been already used up, as a point-in-time snapshot.

GetVirtualizationVmwareHostParent

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostPermissionResource

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostProcessorCapacity

AdditionalProperties string
Capacity double
Total capacity of the entity in MHz.
ClassId string
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.
Free double
Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Used double
Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
AdditionalProperties string
Capacity float64
Total capacity of the entity in MHz.
ClassId string
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.
Free float64
Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Used float64
Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
additionalProperties String
capacity Double
Total capacity of the entity in MHz.
classId String
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.
free Double
Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
used Double
Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
additionalProperties string
capacity number
Total capacity of the entity in MHz.
classId string
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.
free number
Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
used number
Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
additional_properties str
capacity float
Total capacity of the entity in MHz.
class_id str
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.
free float
Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
used float
Used CPU capacity of the entity in MHz, as a point-in-time snapshot.
additionalProperties String
capacity Number
Total capacity of the entity in MHz.
classId String
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.
free Number
Free CPU capacity in MHz, as a point-in-time snapshot. The available CPU capacity is reported for an entity (such as Host or Cluster) when inventory data is collected for that entity. As part of the inventory data, a snapshot of the free and used CPU capacity is also reported.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
used Number
Used CPU capacity of the entity in MHz, as a point-in-time snapshot.

GetVirtualizationVmwareHostProductInfo

AdditionalProperties string
Build string
The build number of the hypervisor running on this host (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.
ClassId string
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.
NrVersion string
Hypervisor version running on the system.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ProductName string
Commercial product name. For example, VMware ESXi.
ProductType string
Product name provided by the vendor. For example, embeddedEsx.
ProductVendor string
Commercial vendor name. For example, VMware Inc.
AdditionalProperties string
Build string
The build number of the hypervisor running on this host (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.
ClassId string
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.
NrVersion string
Hypervisor version running on the system.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ProductName string
Commercial product name. For example, VMware ESXi.
ProductType string
Product name provided by the vendor. For example, embeddedEsx.
ProductVendor string
Commercial vendor name. For example, VMware Inc.
additionalProperties String
build String
The build number of the hypervisor running on this host (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.
classId String
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.
nrVersion String
Hypervisor version running on the system.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
productName String
Commercial product name. For example, VMware ESXi.
productType String
Product name provided by the vendor. For example, embeddedEsx.
productVendor String
Commercial vendor name. For example, VMware Inc.
additionalProperties string
build string
The build number of the hypervisor running on this host (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.
classId string
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.
nrVersion string
Hypervisor version running on the system.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
productName string
Commercial product name. For example, VMware ESXi.
productType string
Product name provided by the vendor. For example, embeddedEsx.
productVendor string
Commercial vendor name. For example, VMware Inc.
additional_properties str
build str
The build number of the hypervisor running on this host (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.
class_id str
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.
nr_version str
Hypervisor version running on the system.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
product_name str
Commercial product name. For example, VMware ESXi.
product_type str
Product name provided by the vendor. For example, embeddedEsx.
product_vendor str
Commercial vendor name. For example, VMware Inc.
additionalProperties String
build String
The build number of the hypervisor running on this host (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.
classId String
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.
nrVersion String
Hypervisor version running on the system.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
productName String
Commercial product name. For example, VMware ESXi.
productType String
Product name provided by the vendor. For example, embeddedEsx.
productVendor String
Commercial vendor name. For example, VMware Inc.

GetVirtualizationVmwareHostRegisteredDevice

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostResourceConsumed

AdditionalProperties string
ClassId string
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.
CpuConsumed double
The amount of CPU consumed in Hz.
MemoryConsumed double
Memory consumed by this host in bytes.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
AdditionalProperties string
ClassId string
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.
CpuConsumed float64
The amount of CPU consumed in Hz.
MemoryConsumed float64
Memory consumed by this host in bytes.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
classId String
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.
cpuConsumed Double
The amount of CPU consumed in Hz.
memoryConsumed Double
Memory consumed by this host in bytes.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties string
classId string
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.
cpuConsumed number
The amount of CPU consumed in Hz.
memoryConsumed number
Memory consumed by this host in bytes.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additional_properties str
class_id str
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.
cpu_consumed float
The amount of CPU consumed in Hz.
memory_consumed float
Memory consumed by this host in bytes.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
additionalProperties String
classId String
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.
cpuConsumed Number
The amount of CPU consumed in Hz.
memoryConsumed Number
Memory consumed by this host in bytes.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetVirtualizationVmwareHostResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetVirtualizationVmwareHostResultAncestor>
BootTime This property is required. string
The time when this host booted up.
ClassId This property is required. string
Clusters This property is required. List<GetVirtualizationVmwareHostResultCluster>
ConnectionState This property is required. string
Indicates if the host is connected to the vCenter. Values are connected, not connected.
CpuInfos This property is required. List<GetVirtualizationVmwareHostResultCpuInfo>
CreateTime This property is required. string
The time when this managed object was created.
Datacenters This property is required. List<GetVirtualizationVmwareHostResultDatacenter>
Datastores This property is required. List<GetVirtualizationVmwareHostResultDatastore>
DcInvPath This property is required. string
This field stores the inventory path of a datacenter. Used in host maintenance action.
DistributedNetworks This property is required. List<GetVirtualizationVmwareHostResultDistributedNetwork>
DistributedSwitches This property is required. List<GetVirtualizationVmwareHostResultDistributedSwitch>
DnsServers This property is required. List<string>
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
HardwareInfos This property is required. List<GetVirtualizationVmwareHostResultHardwareInfo>
HwPowerState This property is required. string
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
HyperFlexNodes This property is required. List<GetVirtualizationVmwareHostResultHyperFlexNode>
HypervisorType This property is required. string
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
Identity This property is required. string
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
IsSshEnabled This property is required. bool
True if SSH is enabled in the host, false otherwise.
MaintenanceMode This property is required. bool
Is this host in maintenance mode. Set to true or false.
MemoryCapacities This property is required. List<GetVirtualizationVmwareHostResultMemoryCapacity>
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
Commercial model information about this hardware.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
NetworkAdapterCount This property is required. double
The count of all network adapters attached to this host.
NtpServers This property is required. List<string>
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetVirtualizationVmwareHostResultParent>
PermissionResources This property is required. List<GetVirtualizationVmwareHostResultPermissionResource>
ProcessorCapacities This property is required. List<GetVirtualizationVmwareHostResultProcessorCapacity>
ProductInfos This property is required. List<GetVirtualizationVmwareHostResultProductInfo>
QuarantineMode This property is required. bool
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
RegisteredDevices This property is required. List<GetVirtualizationVmwareHostResultRegisteredDevice>
ResourceConsumeds This property is required. List<GetVirtualizationVmwareHostResultResourceConsumed>
Serial This property is required. string
Serial number of this host (internally generated).
Servers This property is required. List<GetVirtualizationVmwareHostResultServer>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status This property is required. string
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
StorageAdapterCount This property is required. double
The count of all storage adapters attached to this host.
Tags This property is required. List<GetVirtualizationVmwareHostResultTag>
TimeZone This property is required. string
Time zone this host is in.
UpTime This property is required. string
The uptime of the host, stored as Duration (from w3c).
Uuid This property is required. string
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
VcenterHostId This property is required. string
The identity of this host within vCenter (optional).
Vendor This property is required. string
Commercial vendor details of this hardware.
VersionContexts This property is required. List<GetVirtualizationVmwareHostResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetVirtualizationVmwareHostResultAncestor
BootTime This property is required. string
The time when this host booted up.
ClassId This property is required. string
Clusters This property is required. []GetVirtualizationVmwareHostResultCluster
ConnectionState This property is required. string
Indicates if the host is connected to the vCenter. Values are connected, not connected.
CpuInfos This property is required. []GetVirtualizationVmwareHostResultCpuInfo
CreateTime This property is required. string
The time when this managed object was created.
Datacenters This property is required. []GetVirtualizationVmwareHostResultDatacenter
Datastores This property is required. []GetVirtualizationVmwareHostResultDatastore
DcInvPath This property is required. string
This field stores the inventory path of a datacenter. Used in host maintenance action.
DistributedNetworks This property is required. []GetVirtualizationVmwareHostResultDistributedNetwork
DistributedSwitches This property is required. []GetVirtualizationVmwareHostResultDistributedSwitch
DnsServers This property is required. []string
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
HardwareInfos This property is required. []GetVirtualizationVmwareHostResultHardwareInfo
HwPowerState This property is required. string
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
HyperFlexNodes This property is required. []GetVirtualizationVmwareHostResultHyperFlexNode
HypervisorType This property is required. string
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
Identity This property is required. string
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
IsSshEnabled This property is required. bool
True if SSH is enabled in the host, false otherwise.
MaintenanceMode This property is required. bool
Is this host in maintenance mode. Set to true or false.
MemoryCapacities This property is required. []GetVirtualizationVmwareHostResultMemoryCapacity
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
Commercial model information about this hardware.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
NetworkAdapterCount This property is required. float64
The count of all network adapters attached to this host.
NtpServers This property is required. []string
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetVirtualizationVmwareHostResultParent
PermissionResources This property is required. []GetVirtualizationVmwareHostResultPermissionResource
ProcessorCapacities This property is required. []GetVirtualizationVmwareHostResultProcessorCapacity
ProductInfos This property is required. []GetVirtualizationVmwareHostResultProductInfo
QuarantineMode This property is required. bool
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
RegisteredDevices This property is required. []GetVirtualizationVmwareHostResultRegisteredDevice
ResourceConsumeds This property is required. []GetVirtualizationVmwareHostResultResourceConsumed
Serial This property is required. string
Serial number of this host (internally generated).
Servers This property is required. []GetVirtualizationVmwareHostResultServer
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status This property is required. string
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
StorageAdapterCount This property is required. float64
The count of all storage adapters attached to this host.
Tags This property is required. []GetVirtualizationVmwareHostResultTag
TimeZone This property is required. string
Time zone this host is in.
UpTime This property is required. string
The uptime of the host, stored as Duration (from w3c).
Uuid This property is required. string
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
VcenterHostId This property is required. string
The identity of this host within vCenter (optional).
Vendor This property is required. string
Commercial vendor details of this hardware.
VersionContexts This property is required. []GetVirtualizationVmwareHostResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetVirtualizationVmwareHostResultAncestor>
bootTime This property is required. String
The time when this host booted up.
classId This property is required. String
clusters This property is required. List<GetVirtualizationVmwareHostResultCluster>
connectionState This property is required. String
Indicates if the host is connected to the vCenter. Values are connected, not connected.
cpuInfos This property is required. List<GetVirtualizationVmwareHostResultCpuInfo>
createTime This property is required. String
The time when this managed object was created.
datacenters This property is required. List<GetVirtualizationVmwareHostResultDatacenter>
datastores This property is required. List<GetVirtualizationVmwareHostResultDatastore>
dcInvPath This property is required. String
This field stores the inventory path of a datacenter. Used in host maintenance action.
distributedNetworks This property is required. List<GetVirtualizationVmwareHostResultDistributedNetwork>
distributedSwitches This property is required. List<GetVirtualizationVmwareHostResultDistributedSwitch>
dnsServers This property is required. List<String>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
hardwareInfos This property is required. List<GetVirtualizationVmwareHostResultHardwareInfo>
hwPowerState This property is required. String
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
hyperFlexNodes This property is required. List<GetVirtualizationVmwareHostResultHyperFlexNode>
hypervisorType This property is required. String
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
identity This property is required. String
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
isSshEnabled This property is required. Boolean
True if SSH is enabled in the host, false otherwise.
maintenanceMode This property is required. Boolean
Is this host in maintenance mode. Set to true or false.
memoryCapacities This property is required. List<GetVirtualizationVmwareHostResultMemoryCapacity>
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
Commercial model information about this hardware.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
networkAdapterCount This property is required. Double
The count of all network adapters attached to this host.
ntpServers This property is required. List<String>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetVirtualizationVmwareHostResultParent>
permissionResources This property is required. List<GetVirtualizationVmwareHostResultPermissionResource>
processorCapacities This property is required. List<GetVirtualizationVmwareHostResultProcessorCapacity>
productInfos This property is required. List<GetVirtualizationVmwareHostResultProductInfo>
quarantineMode This property is required. Boolean
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
registeredDevices This property is required. List<GetVirtualizationVmwareHostResultRegisteredDevice>
resourceConsumeds This property is required. List<GetVirtualizationVmwareHostResultResourceConsumed>
serial This property is required. String
Serial number of this host (internally generated).
servers This property is required. List<GetVirtualizationVmwareHostResultServer>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. String
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
storageAdapterCount This property is required. Double
The count of all storage adapters attached to this host.
tags This property is required. List<GetVirtualizationVmwareHostResultTag>
timeZone This property is required. String
Time zone this host is in.
upTime This property is required. String
The uptime of the host, stored as Duration (from w3c).
uuid This property is required. String
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
vcenterHostId This property is required. String
The identity of this host within vCenter (optional).
vendor This property is required. String
Commercial vendor details of this hardware.
versionContexts This property is required. List<GetVirtualizationVmwareHostResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetVirtualizationVmwareHostResultAncestor[]
bootTime This property is required. string
The time when this host booted up.
classId This property is required. string
clusters This property is required. GetVirtualizationVmwareHostResultCluster[]
connectionState This property is required. string
Indicates if the host is connected to the vCenter. Values are connected, not connected.
cpuInfos This property is required. GetVirtualizationVmwareHostResultCpuInfo[]
createTime This property is required. string
The time when this managed object was created.
datacenters This property is required. GetVirtualizationVmwareHostResultDatacenter[]
datastores This property is required. GetVirtualizationVmwareHostResultDatastore[]
dcInvPath This property is required. string
This field stores the inventory path of a datacenter. Used in host maintenance action.
distributedNetworks This property is required. GetVirtualizationVmwareHostResultDistributedNetwork[]
distributedSwitches This property is required. GetVirtualizationVmwareHostResultDistributedSwitch[]
dnsServers This property is required. string[]
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
hardwareInfos This property is required. GetVirtualizationVmwareHostResultHardwareInfo[]
hwPowerState This property is required. string
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
hyperFlexNodes This property is required. GetVirtualizationVmwareHostResultHyperFlexNode[]
hypervisorType This property is required. string
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
identity This property is required. string
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
isSshEnabled This property is required. boolean
True if SSH is enabled in the host, false otherwise.
maintenanceMode This property is required. boolean
Is this host in maintenance mode. Set to true or false.
memoryCapacities This property is required. GetVirtualizationVmwareHostResultMemoryCapacity[]
modTime This property is required. string
The time when this managed object was last modified.
model This property is required. string
Commercial model information about this hardware.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
networkAdapterCount This property is required. number
The count of all network adapters attached to this host.
ntpServers This property is required. string[]
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetVirtualizationVmwareHostResultParent[]
permissionResources This property is required. GetVirtualizationVmwareHostResultPermissionResource[]
processorCapacities This property is required. GetVirtualizationVmwareHostResultProcessorCapacity[]
productInfos This property is required. GetVirtualizationVmwareHostResultProductInfo[]
quarantineMode This property is required. boolean
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
registeredDevices This property is required. GetVirtualizationVmwareHostResultRegisteredDevice[]
resourceConsumeds This property is required. GetVirtualizationVmwareHostResultResourceConsumed[]
serial This property is required. string
Serial number of this host (internally generated).
servers This property is required. GetVirtualizationVmwareHostResultServer[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. string
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
storageAdapterCount This property is required. number
The count of all storage adapters attached to this host.
tags This property is required. GetVirtualizationVmwareHostResultTag[]
timeZone This property is required. string
Time zone this host is in.
upTime This property is required. string
The uptime of the host, stored as Duration (from w3c).
uuid This property is required. string
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
vcenterHostId This property is required. string
The identity of this host within vCenter (optional).
vendor This property is required. string
Commercial vendor details of this hardware.
versionContexts This property is required. GetVirtualizationVmwareHostResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetVirtualizationVmwareHostResultAncestor]
boot_time This property is required. str
The time when this host booted up.
class_id This property is required. str
clusters This property is required. Sequence[GetVirtualizationVmwareHostResultCluster]
connection_state This property is required. str
Indicates if the host is connected to the vCenter. Values are connected, not connected.
cpu_infos This property is required. Sequence[GetVirtualizationVmwareHostResultCpuInfo]
create_time This property is required. str
The time when this managed object was created.
datacenters This property is required. Sequence[GetVirtualizationVmwareHostResultDatacenter]
datastores This property is required. Sequence[GetVirtualizationVmwareHostResultDatastore]
dc_inv_path This property is required. str
This field stores the inventory path of a datacenter. Used in host maintenance action.
distributed_networks This property is required. Sequence[GetVirtualizationVmwareHostResultDistributedNetwork]
distributed_switches This property is required. Sequence[GetVirtualizationVmwareHostResultDistributedSwitch]
dns_servers This property is required. Sequence[str]
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
hardware_infos This property is required. Sequence[GetVirtualizationVmwareHostResultHardwareInfo]
hw_power_state This property is required. str
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
hyper_flex_nodes This property is required. Sequence[GetVirtualizationVmwareHostResultHyperFlexNode]
hypervisor_type This property is required. str
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
identity This property is required. str
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
is_ssh_enabled This property is required. bool
True if SSH is enabled in the host, false otherwise.
maintenance_mode This property is required. bool
Is this host in maintenance mode. Set to true or false.
memory_capacities This property is required. Sequence[GetVirtualizationVmwareHostResultMemoryCapacity]
mod_time This property is required. str
The time when this managed object was last modified.
model This property is required. str
Commercial model information about this hardware.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
network_adapter_count This property is required. float
The count of all network adapters attached to this host.
ntp_servers This property is required. Sequence[str]
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetVirtualizationVmwareHostResultParent]
permission_resources This property is required. Sequence[GetVirtualizationVmwareHostResultPermissionResource]
processor_capacities This property is required. Sequence[GetVirtualizationVmwareHostResultProcessorCapacity]
product_infos This property is required. Sequence[GetVirtualizationVmwareHostResultProductInfo]
quarantine_mode This property is required. bool
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
registered_devices This property is required. Sequence[GetVirtualizationVmwareHostResultRegisteredDevice]
resource_consumeds This property is required. Sequence[GetVirtualizationVmwareHostResultResourceConsumed]
serial This property is required. str
Serial number of this host (internally generated).
servers This property is required. Sequence[GetVirtualizationVmwareHostResultServer]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. str
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
storage_adapter_count This property is required. float
The count of all storage adapters attached to this host.
tags This property is required. Sequence[GetVirtualizationVmwareHostResultTag]
time_zone This property is required. str
Time zone this host is in.
up_time This property is required. str
The uptime of the host, stored as Duration (from w3c).
uuid This property is required. str
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
vcenter_host_id This property is required. str
The identity of this host within vCenter (optional).
vendor This property is required. str
Commercial vendor details of this hardware.
version_contexts This property is required. Sequence[GetVirtualizationVmwareHostResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
bootTime This property is required. String
The time when this host booted up.
classId This property is required. String
clusters This property is required. List<Property Map>
connectionState This property is required. String
Indicates if the host is connected to the vCenter. Values are connected, not connected.
cpuInfos This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
datacenters This property is required. List<Property Map>
datastores This property is required. List<Property Map>
dcInvPath This property is required. String
This field stores the inventory path of a datacenter. Used in host maintenance action.
distributedNetworks This property is required. List<Property Map>
distributedSwitches This property is required. List<Property Map>
dnsServers This property is required. List<String>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
hardwareInfos This property is required. List<Property Map>
hwPowerState This property is required. String
Is the host Powered-up or Powered-down.* Unknown - The entity's power state is unknown.* PoweringOn - The entity is powering on.* PoweredOn - The entity is powered on.* PoweringOff - The entity is powering off.* PoweredOff - The entity is powered down.* StandBy - The entity is in standby mode.* Paused - The entity is in pause state.* Rebooting - The entity reboot is in progress.* `` - The entity's power state is not available.
hyperFlexNodes This property is required. List<Property Map>
hypervisorType This property is required. String
Identifies the broad type of the underlying hypervisor.* ESXi - The hypervisor running on the HyperFlex cluster is a Vmware ESXi hypervisor of any version.* Hyper-V - The hypervisor running on the HyperFlex cluster is Microsoft Hyper-V.* Unknown - The hypervisor running on the HyperFlex cluster is not known.
identity This property is required. String
The internally generated identity of this host. This entity is not manipulated by users. It aids in uniquely identifying the datacenter object. For VMware, this is an MOR (managed object reference).
isSshEnabled This property is required. Boolean
True if SSH is enabled in the host, false otherwise.
maintenanceMode This property is required. Boolean
Is this host in maintenance mode. Set to true or false.
memoryCapacities This property is required. List<Property Map>
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
Commercial model information about this hardware.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of this host supplied by user. It is not the identity of the host. The name is subject to user manipulations.
networkAdapterCount This property is required. Number
The count of all network adapters attached to this host.
ntpServers This property is required. List<String>
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
processorCapacities This property is required. List<Property Map>
productInfos This property is required. List<Property Map>
quarantineMode This property is required. Boolean
Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
registeredDevices This property is required. List<Property Map>
resourceConsumeds This property is required. List<Property Map>
serial This property is required. String
Serial number of this host (internally generated).
servers This property is required. List<Property Map>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status This property is required. String
Host health status, as reported by the hypervisor platform.* Unknown - Entity status is unknown.* Degraded - State is degraded, and might impact normal operation of the entity.* Critical - Entity is in a critical state, impacting operations.* Ok - Entity status is in a stable state, operating normally.
storageAdapterCount This property is required. Number
The count of all storage adapters attached to this host.
tags This property is required. List<Property Map>
timeZone This property is required. String
Time zone this host is in.
upTime This property is required. String
The uptime of the host, stored as Duration (from w3c).
uuid This property is required. String
Universally unique identity of this host (example b3d4483b-5560-9342-8309-b486c9236610). Internally generated.
vcenterHostId This property is required. String
The identity of this host within vCenter (optional).
vendor This property is required. String
Commercial vendor details of this hardware.
versionContexts This property is required. List<Property Map>

GetVirtualizationVmwareHostResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultCluster

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultCpuInfo

AdditionalProperties This property is required. string
ClassId This property is required. string
Cores This property is required. double
Description This property is required. string
ObjectType This property is required. string
Sockets This property is required. double
Speed This property is required. double
Vendor This property is required. string
Commercial vendor details of this hardware.
AdditionalProperties This property is required. string
ClassId This property is required. string
Cores This property is required. float64
Description This property is required. string
ObjectType This property is required. string
Sockets This property is required. float64
Speed This property is required. float64
Vendor This property is required. string
Commercial vendor details of this hardware.
additionalProperties This property is required. String
classId This property is required. String
cores This property is required. Double
description This property is required. String
objectType This property is required. String
sockets This property is required. Double
speed This property is required. Double
vendor This property is required. String
Commercial vendor details of this hardware.
additionalProperties This property is required. string
classId This property is required. string
cores This property is required. number
description This property is required. string
objectType This property is required. string
sockets This property is required. number
speed This property is required. number
vendor This property is required. string
Commercial vendor details of this hardware.
additional_properties This property is required. str
class_id This property is required. str
cores This property is required. float
description This property is required. str
object_type This property is required. str
sockets This property is required. float
speed This property is required. float
vendor This property is required. str
Commercial vendor details of this hardware.
additionalProperties This property is required. String
classId This property is required. String
cores This property is required. Number
description This property is required. String
objectType This property is required. String
sockets This property is required. Number
speed This property is required. Number
vendor This property is required. String
Commercial vendor details of this hardware.

GetVirtualizationVmwareHostResultDatacenter

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultDatastore

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultDistributedNetwork

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultDistributedSwitch

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultHardwareInfo

AdditionalProperties This property is required. string
ClassId This property is required. string
CpuCores This property is required. double
CpuSpeed This property is required. double
MemorySize This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
CpuCores This property is required. float64
CpuSpeed This property is required. float64
MemorySize This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
cpuCores This property is required. Double
cpuSpeed This property is required. Double
memorySize This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
cpuCores This property is required. number
cpuSpeed This property is required. number
memorySize This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
cpu_cores This property is required. float
cpu_speed This property is required. float
memory_size This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
cpuCores This property is required. Number
cpuSpeed This property is required. Number
memorySize This property is required. Number
objectType This property is required. String

GetVirtualizationVmwareHostResultHyperFlexNode

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultMemoryCapacity

AdditionalProperties This property is required. string
Capacity This property is required. double
ClassId This property is required. string
Free This property is required. double
ObjectType This property is required. string
Used This property is required. double
AdditionalProperties This property is required. string
Capacity This property is required. float64
ClassId This property is required. string
Free This property is required. float64
ObjectType This property is required. string
Used This property is required. float64
additionalProperties This property is required. String
capacity This property is required. Double
classId This property is required. String
free This property is required. Double
objectType This property is required. String
used This property is required. Double
additionalProperties This property is required. string
capacity This property is required. number
classId This property is required. string
free This property is required. number
objectType This property is required. string
used This property is required. number
additional_properties This property is required. str
capacity This property is required. float
class_id This property is required. str
free This property is required. float
object_type This property is required. str
used This property is required. float
additionalProperties This property is required. String
capacity This property is required. Number
classId This property is required. String
free This property is required. Number
objectType This property is required. String
used This property is required. Number

GetVirtualizationVmwareHostResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultProcessorCapacity

AdditionalProperties This property is required. string
Capacity This property is required. double
ClassId This property is required. string
Free This property is required. double
ObjectType This property is required. string
Used This property is required. double
AdditionalProperties This property is required. string
Capacity This property is required. float64
ClassId This property is required. string
Free This property is required. float64
ObjectType This property is required. string
Used This property is required. float64
additionalProperties This property is required. String
capacity This property is required. Double
classId This property is required. String
free This property is required. Double
objectType This property is required. String
used This property is required. Double
additionalProperties This property is required. string
capacity This property is required. number
classId This property is required. string
free This property is required. number
objectType This property is required. string
used This property is required. number
additional_properties This property is required. str
capacity This property is required. float
class_id This property is required. str
free This property is required. float
object_type This property is required. str
used This property is required. float
additionalProperties This property is required. String
capacity This property is required. Number
classId This property is required. String
free This property is required. Number
objectType This property is required. String
used This property is required. Number

GetVirtualizationVmwareHostResultProductInfo

AdditionalProperties This property is required. string
Build This property is required. string
ClassId This property is required. string
NrVersion This property is required. string
ObjectType This property is required. string
ProductName This property is required. string
ProductType This property is required. string
ProductVendor This property is required. string
AdditionalProperties This property is required. string
Build This property is required. string
ClassId This property is required. string
NrVersion This property is required. string
ObjectType This property is required. string
ProductName This property is required. string
ProductType This property is required. string
ProductVendor This property is required. string
additionalProperties This property is required. String
build This property is required. String
classId This property is required. String
nrVersion This property is required. String
objectType This property is required. String
productName This property is required. String
productType This property is required. String
productVendor This property is required. String
additionalProperties This property is required. string
build This property is required. string
classId This property is required. string
nrVersion This property is required. string
objectType This property is required. string
productName This property is required. string
productType This property is required. string
productVendor This property is required. string
additional_properties This property is required. str
build This property is required. str
class_id This property is required. str
nr_version This property is required. str
object_type This property is required. str
product_name This property is required. str
product_type This property is required. str
product_vendor This property is required. str
additionalProperties This property is required. String
build This property is required. String
classId This property is required. String
nrVersion This property is required. String
objectType This property is required. String
productName This property is required. String
productType This property is required. String
productVendor This property is required. String

GetVirtualizationVmwareHostResultRegisteredDevice

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultResourceConsumed

AdditionalProperties This property is required. string
ClassId This property is required. string
CpuConsumed This property is required. double
MemoryConsumed This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
CpuConsumed This property is required. float64
MemoryConsumed This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
cpuConsumed This property is required. Double
memoryConsumed This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
cpuConsumed This property is required. number
memoryConsumed This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
cpu_consumed This property is required. float
memory_consumed This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
cpuConsumed This property is required. Number
memoryConsumed This property is required. Number
objectType This property is required. String

GetVirtualizationVmwareHostResultServer

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetVirtualizationVmwareHostResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetVirtualizationVmwareHostResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetVirtualizationVmwareHostResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetVirtualizationVmwareHostResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetVirtualizationVmwareHostResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetVirtualizationVmwareHostResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetVirtualizationVmwareHostResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetVirtualizationVmwareHostResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetVirtualizationVmwareHostResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetVirtualizationVmwareHostResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetVirtualizationVmwareHostResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetVirtualizationVmwareHostResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetVirtualizationVmwareHostServer

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostTag

AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.
additionalProperties string
key string
The string representation of a tag key.
value string
The string representation of a tag value.
additional_properties str
key str
The string representation of a tag key.
value str
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.

GetVirtualizationVmwareHostVersionContext

AdditionalProperties string
ClassId string
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.
InterestedMos List<GetVirtualizationVmwareHostVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetVirtualizationVmwareHostVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
AdditionalProperties string
ClassId string
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.
InterestedMos []GetVirtualizationVmwareHostVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetVirtualizationVmwareHostVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
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.
interestedMos List<GetVirtualizationVmwareHostVersionContextInterestedMo>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetVirtualizationVmwareHostVersionContextRefMo
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties string
classId string
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.
interestedMos GetVirtualizationVmwareHostVersionContextInterestedMo[]
markedForDeletion boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetVirtualizationVmwareHostVersionContextRefMo
A reference to the original Managed Object.
timestamp string
The time this versioned Managed Object was created.
versionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additional_properties str
class_id str
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.
interested_mos Sequence[GetVirtualizationVmwareHostVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetVirtualizationVmwareHostVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
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.
interestedMos List<Property Map>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo Property Map
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.

GetVirtualizationVmwareHostVersionContextInterestedMo

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetVirtualizationVmwareHostVersionContextRefMo

AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
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.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
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.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
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.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
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.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.