intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getVirtualizationVmwareHost
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
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>
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]
func LookupVirtualizationVmwareHost(ctx *Context, args *LookupVirtualizationVmwareHostArgs, opts ...InvokeOption) (*LookupVirtualizationVmwareHostResult, error)
func LookupVirtualizationVmwareHostOutput(ctx *Context, args *LookupVirtualizationVmwareHostOutputArgs, opts ...InvokeOption) LookupVirtualizationVmwareHostResultOutput
> 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)
}
public static CompletableFuture<GetVirtualizationVmwareHostResult> getVirtualizationVmwareHost(GetVirtualizationVmwareHostArgs args, InvokeOptions options)
public static Output<GetVirtualizationVmwareHostResult> getVirtualizationVmwareHost(GetVirtualizationVmwareHostArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getVirtualizationVmwareHost:getVirtualizationVmwareHost
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Host Ancestor> - Boot
Time string - The time when this host booted up.
- Class
Id string - Cluster
Get
Virtualization Vmware Host Cluster - Connection
State string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- Cpu
Info GetVirtualization Vmware Host Cpu Info - Create
Time string - The time when this managed object was created.
- Datacenter
Get
Virtualization Vmware Host Datacenter - Datastores
List<Get
Virtualization Vmware Host Datastore> - Dc
Inv stringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- Distributed
Networks List<GetVirtualization Vmware Host Distributed Network> - Distributed
Switches List<GetVirtualization Vmware Host Distributed Switch> - Dns
Servers List<string> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hardware
Info GetVirtualization Vmware Host Hardware Info - Hw
Power stringState - 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 GetNode Virtualization Vmware Host Hyper Flex Node - Hypervisor
Type 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).
- Is
Ssh boolEnabled - 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 GetVirtualization Vmware Host Memory Capacity - Mod
Time 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.
- Network
Adapter doubleCount - The count of all network adapters attached to this host.
- Ntp
Servers List<string> - Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Host Parent - Permission
Resources List<GetVirtualization Vmware Host Permission Resource> - Processor
Capacity GetVirtualization Vmware Host Processor Capacity - Product
Info GetVirtualization Vmware Host Product Info - Quarantine
Mode bool - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- Registered
Device GetVirtualization Vmware Host Registered Device - Resource
Consumed GetVirtualization Vmware Host Resource Consumed - Serial string
- Serial number of this host (internally generated).
- Server
Get
Virtualization Vmware Host Server - 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. - Storage
Adapter doubleCount - The count of all storage adapters attached to this host.
- List<Get
Virtualization Vmware Host Tag> - Time
Zone string - Time zone this host is in.
- Up
Time 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.
- Vcenter
Host stringId - The identity of this host within vCenter (optional).
- Vendor string
- Commercial vendor details of this hardware.
- Version
Context GetVirtualization Vmware Host Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Host Ancestor - Boot
Time string - The time when this host booted up.
- Class
Id string - Cluster
Get
Virtualization Vmware Host Cluster - Connection
State string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- Cpu
Info GetVirtualization Vmware Host Cpu Info - Create
Time string - The time when this managed object was created.
- Datacenter
Get
Virtualization Vmware Host Datacenter - Datastores
[]Get
Virtualization Vmware Host Datastore - Dc
Inv stringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- Distributed
Networks []GetVirtualization Vmware Host Distributed Network - Distributed
Switches []GetVirtualization Vmware Host Distributed Switch - Dns
Servers []string - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hardware
Info GetVirtualization Vmware Host Hardware Info - Hw
Power stringState - 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 GetNode Virtualization Vmware Host Hyper Flex Node - Hypervisor
Type 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).
- Is
Ssh boolEnabled - 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 GetVirtualization Vmware Host Memory Capacity - Mod
Time 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.
- Network
Adapter float64Count - The count of all network adapters attached to this host.
- Ntp
Servers []string - Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Host Parent - Permission
Resources []GetVirtualization Vmware Host Permission Resource - Processor
Capacity GetVirtualization Vmware Host Processor Capacity - Product
Info GetVirtualization Vmware Host Product Info - Quarantine
Mode bool - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- Registered
Device GetVirtualization Vmware Host Registered Device - Resource
Consumed GetVirtualization Vmware Host Resource Consumed - Serial string
- Serial number of this host (internally generated).
- Server
Get
Virtualization Vmware Host Server - 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. - Storage
Adapter float64Count - The count of all storage adapters attached to this host.
- []Get
Virtualization Vmware Host Tag - Time
Zone string - Time zone this host is in.
- Up
Time 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.
- Vcenter
Host stringId - The identity of this host within vCenter (optional).
- Vendor string
- Commercial vendor details of this hardware.
- Version
Context GetVirtualization Vmware Host Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Host Ancestor> - boot
Time String - The time when this host booted up.
- class
Id String - cluster
Get
Virtualization Vmware Host Cluster - connection
State String - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Info GetVirtualization Vmware Host Cpu Info - create
Time String - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Host Datacenter - datastores
List<Get
Virtualization Vmware Host Datastore> - dc
Inv StringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks List<GetVirtualization Vmware Host Distributed Network> - distributed
Switches List<GetVirtualization Vmware Host Distributed Switch> - dns
Servers List<String> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- hardware
Info GetVirtualization Vmware Host Hardware Info - hw
Power StringState - 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 GetNode Virtualization Vmware Host Hyper Flex Node - hypervisor
Type 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).
- is
Ssh BooleanEnabled - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode Boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacity GetVirtualization Vmware Host Memory Capacity - mod
Time 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.
- network
Adapter DoubleCount - The count of all network adapters attached to this host.
- ntp
Servers List<String> - object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Host Parent - permission
Resources List<GetVirtualization Vmware Host Permission Resource> - processor
Capacity GetVirtualization Vmware Host Processor Capacity - product
Info GetVirtualization Vmware Host Product Info - quarantine
Mode Boolean - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered
Device GetVirtualization Vmware Host Registered Device - resource
Consumed GetVirtualization Vmware Host Resource Consumed - serial String
- Serial number of this host (internally generated).
- server
Get
Virtualization Vmware Host Server - 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. - storage
Adapter DoubleCount - The count of all storage adapters attached to this host.
- List<Get
Virtualization Vmware Host Tag> - time
Zone String - Time zone this host is in.
- up
Time 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.
- vcenter
Host StringId - The identity of this host within vCenter (optional).
- vendor String
- Commercial vendor details of this hardware.
- version
Context GetVirtualization Vmware Host Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Host Ancestor[] - boot
Time string - The time when this host booted up.
- class
Id string - cluster
Get
Virtualization Vmware Host Cluster - connection
State string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Info GetVirtualization Vmware Host Cpu Info - create
Time string - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Host Datacenter - datastores
Get
Virtualization Vmware Host Datastore[] - dc
Inv stringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks GetVirtualization Vmware Host Distributed Network[] - distributed
Switches GetVirtualization Vmware Host Distributed Switch[] - dns
Servers string[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- hardware
Info GetVirtualization Vmware Host Hardware Info - hw
Power stringState - 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 GetNode Virtualization Vmware Host Hyper Flex Node - hypervisor
Type 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).
- is
Ssh booleanEnabled - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacity GetVirtualization Vmware Host Memory Capacity - mod
Time 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.
- network
Adapter numberCount - The count of all network adapters attached to this host.
- ntp
Servers string[] - object
Type string - owners string[]
- parent
Get
Virtualization Vmware Host Parent - permission
Resources GetVirtualization Vmware Host Permission Resource[] - processor
Capacity GetVirtualization Vmware Host Processor Capacity - product
Info GetVirtualization Vmware Host Product Info - quarantine
Mode boolean - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered
Device GetVirtualization Vmware Host Registered Device - resource
Consumed GetVirtualization Vmware Host Resource Consumed - serial string
- Serial number of this host (internally generated).
- server
Get
Virtualization Vmware Host Server - 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. - storage
Adapter numberCount - The count of all storage adapters attached to this host.
- Get
Virtualization Vmware Host Tag[] - time
Zone string - Time zone this host is in.
- up
Time 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.
- vcenter
Host stringId - The identity of this host within vCenter (optional).
- vendor string
- Commercial vendor details of this hardware.
- version
Context GetVirtualization Vmware Host Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Host Ancestor] - boot_
time str - The time when this host booted up.
- class_
id str - cluster
Get
Virtualization Vmware Host Cluster - connection_
state str - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu_
info GetVirtualization Vmware Host Cpu Info - create_
time str - The time when this managed object was created.
- datacenter
Get
Virtualization Vmware Host Datacenter - datastores
Sequence[Get
Virtualization Vmware Host Datastore] - dc_
inv_ strpath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed_
networks Sequence[GetVirtualization Vmware Host Distributed Network] - distributed_
switches Sequence[GetVirtualization Vmware Host Distributed Switch] - dns_
servers Sequence[str] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- hardware_
info GetVirtualization Vmware Host Hardware Info - hw_
power_ strstate - 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_ Getnode Virtualization Vmware Host Hyper Flex Node - 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_ boolenabled - 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 GetVirtualization Vmware Host Memory Capacity - 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_ floatcount - The count of all network adapters attached to this host.
- ntp_
servers Sequence[str] - object_
type str - owners Sequence[str]
- parent
Get
Virtualization Vmware Host Parent - permission_
resources Sequence[GetVirtualization Vmware Host Permission Resource] - processor_
capacity GetVirtualization Vmware Host Processor Capacity - product_
info GetVirtualization Vmware Host Product Info - quarantine_
mode bool - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered_
device GetVirtualization Vmware Host Registered Device - resource_
consumed GetVirtualization Vmware Host Resource Consumed - serial str
- Serial number of this host (internally generated).
- server
Get
Virtualization Vmware Host Server - 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_ floatcount - The count of all storage adapters attached to this host.
- Sequence[Get
Virtualization Vmware Host Tag] - 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_ strid - The identity of this host within vCenter (optional).
- vendor str
- Commercial vendor details of this hardware.
- version_
context GetVirtualization Vmware Host Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- boot
Time String - The time when this host booted up.
- class
Id String - cluster Property Map
- connection
State String - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Info Property Map - create
Time String - The time when this managed object was created.
- datacenter Property Map
- datastores List<Property Map>
- dc
Inv StringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks List<Property Map> - distributed
Switches List<Property Map> - dns
Servers List<String> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- hardware
Info Property Map - hw
Power StringState - 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 Property MapNode - hypervisor
Type 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).
- is
Ssh BooleanEnabled - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode Boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacity Property Map - mod
Time 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.
- network
Adapter NumberCount - The count of all network adapters attached to this host.
- ntp
Servers List<String> - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - processor
Capacity Property Map - product
Info Property Map - quarantine
Mode Boolean - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered
Device Property Map - resource
Consumed Property Map - serial String
- Serial number of this host (internally generated).
- server Property Map
- 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. - storage
Adapter NumberCount - The count of all storage adapters attached to this host.
- List<Property Map>
- time
Zone String - Time zone this host is in.
- up
Time 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.
- vcenter
Host StringId - The identity of this host within vCenter (optional).
- vendor String
- Commercial vendor details of this hardware.
- version
Context Property Map
getVirtualizationVmwareHost Result
The following output properties are available:
- Id string
- Results
List<Get
Virtualization Vmware Host Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Host Ancestor> - Boot
Time string - Class
Id string - Cluster
Get
Virtualization Vmware Host Cluster - Connection
State string - Cpu
Info GetVirtualization Vmware Host Cpu Info - Create
Time string - Datacenter
Get
Virtualization Vmware Host Datacenter - Datastores
List<Get
Virtualization Vmware Host Datastore> - Dc
Inv stringPath - Distributed
Networks List<GetVirtualization Vmware Host Distributed Network> - Distributed
Switches List<GetVirtualization Vmware Host Distributed Switch> - Dns
Servers List<string> - Domain
Group stringMoid - Hardware
Info GetVirtualization Vmware Host Hardware Info - Hw
Power stringState - Hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - Hypervisor
Type string - Identity string
- Is
Ssh boolEnabled - Maintenance
Mode bool - Memory
Capacity GetVirtualization Vmware Host Memory Capacity - Mod
Time string - Model string
- Moid string
- Name string
- Network
Adapter doubleCount - Ntp
Servers List<string> - Object
Type string - Owners List<string>
- Parent
Get
Virtualization Vmware Host Parent - Permission
Resources List<GetVirtualization Vmware Host Permission Resource> - Processor
Capacity GetVirtualization Vmware Host Processor Capacity - Product
Info GetVirtualization Vmware Host Product Info - Quarantine
Mode bool - Registered
Device GetVirtualization Vmware Host Registered Device - Resource
Consumed GetVirtualization Vmware Host Resource Consumed - Serial string
- Server
Get
Virtualization Vmware Host Server - string
- Status string
- Storage
Adapter doubleCount - List<Get
Virtualization Vmware Host Tag> - Time
Zone string - Up
Time string - Uuid string
- Vcenter
Host stringId - Vendor string
- Version
Context GetVirtualization Vmware Host Version Context
- Id string
- Results
[]Get
Virtualization Vmware Host Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Host Ancestor - Boot
Time string - Class
Id string - Cluster
Get
Virtualization Vmware Host Cluster - Connection
State string - Cpu
Info GetVirtualization Vmware Host Cpu Info - Create
Time string - Datacenter
Get
Virtualization Vmware Host Datacenter - Datastores
[]Get
Virtualization Vmware Host Datastore - Dc
Inv stringPath - Distributed
Networks []GetVirtualization Vmware Host Distributed Network - Distributed
Switches []GetVirtualization Vmware Host Distributed Switch - Dns
Servers []string - Domain
Group stringMoid - Hardware
Info GetVirtualization Vmware Host Hardware Info - Hw
Power stringState - Hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - Hypervisor
Type string - Identity string
- Is
Ssh boolEnabled - Maintenance
Mode bool - Memory
Capacity GetVirtualization Vmware Host Memory Capacity - Mod
Time string - Model string
- Moid string
- Name string
- Network
Adapter float64Count - Ntp
Servers []string - Object
Type string - Owners []string
- Parent
Get
Virtualization Vmware Host Parent - Permission
Resources []GetVirtualization Vmware Host Permission Resource - Processor
Capacity GetVirtualization Vmware Host Processor Capacity - Product
Info GetVirtualization Vmware Host Product Info - Quarantine
Mode bool - Registered
Device GetVirtualization Vmware Host Registered Device - Resource
Consumed GetVirtualization Vmware Host Resource Consumed - Serial string
- Server
Get
Virtualization Vmware Host Server - string
- Status string
- Storage
Adapter float64Count - []Get
Virtualization Vmware Host Tag - Time
Zone string - Up
Time string - Uuid string
- Vcenter
Host stringId - Vendor string
- Version
Context GetVirtualization Vmware Host Version Context
- id String
- results
List<Get
Virtualization Vmware Host Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Virtualization Vmware Host Ancestor> - boot
Time String - class
Id String - cluster
Get
Virtualization Vmware Host Cluster - connection
State String - cpu
Info GetVirtualization Vmware Host Cpu Info - create
Time String - datacenter
Get
Virtualization Vmware Host Datacenter - datastores
List<Get
Virtualization Vmware Host Datastore> - dc
Inv StringPath - distributed
Networks List<GetVirtualization Vmware Host Distributed Network> - distributed
Switches List<GetVirtualization Vmware Host Distributed Switch> - dns
Servers List<String> - domain
Group StringMoid - hardware
Info GetVirtualization Vmware Host Hardware Info - hw
Power StringState - hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - hypervisor
Type String - identity String
- is
Ssh BooleanEnabled - maintenance
Mode Boolean - memory
Capacity GetVirtualization Vmware Host Memory Capacity - mod
Time String - model String
- moid String
- name String
- network
Adapter DoubleCount - ntp
Servers List<String> - object
Type String - owners List<String>
- parent
Get
Virtualization Vmware Host Parent - permission
Resources List<GetVirtualization Vmware Host Permission Resource> - processor
Capacity GetVirtualization Vmware Host Processor Capacity - product
Info GetVirtualization Vmware Host Product Info - quarantine
Mode Boolean - registered
Device GetVirtualization Vmware Host Registered Device - resource
Consumed GetVirtualization Vmware Host Resource Consumed - serial String
- server
Get
Virtualization Vmware Host Server - String
- status String
- storage
Adapter DoubleCount - List<Get
Virtualization Vmware Host Tag> - time
Zone String - up
Time String - uuid String
- vcenter
Host StringId - vendor String
- version
Context GetVirtualization Vmware Host Version Context
- id string
- results
Get
Virtualization Vmware Host Result[] - account
Moid string - additional
Properties string - ancestors
Get
Virtualization Vmware Host Ancestor[] - boot
Time string - class
Id string - cluster
Get
Virtualization Vmware Host Cluster - connection
State string - cpu
Info GetVirtualization Vmware Host Cpu Info - create
Time string - datacenter
Get
Virtualization Vmware Host Datacenter - datastores
Get
Virtualization Vmware Host Datastore[] - dc
Inv stringPath - distributed
Networks GetVirtualization Vmware Host Distributed Network[] - distributed
Switches GetVirtualization Vmware Host Distributed Switch[] - dns
Servers string[] - domain
Group stringMoid - hardware
Info GetVirtualization Vmware Host Hardware Info - hw
Power stringState - hyper
Flex GetNode Virtualization Vmware Host Hyper Flex Node - hypervisor
Type string - identity string
- is
Ssh booleanEnabled - maintenance
Mode boolean - memory
Capacity GetVirtualization Vmware Host Memory Capacity - mod
Time string - model string
- moid string
- name string
- network
Adapter numberCount - ntp
Servers string[] - object
Type string - owners string[]
- parent
Get
Virtualization Vmware Host Parent - permission
Resources GetVirtualization Vmware Host Permission Resource[] - processor
Capacity GetVirtualization Vmware Host Processor Capacity - product
Info GetVirtualization Vmware Host Product Info - quarantine
Mode boolean - registered
Device GetVirtualization Vmware Host Registered Device - resource
Consumed GetVirtualization Vmware Host Resource Consumed - serial string
- server
Get
Virtualization Vmware Host Server - string
- status string
- storage
Adapter numberCount - Get
Virtualization Vmware Host Tag[] - time
Zone string - up
Time string - uuid string
- vcenter
Host stringId - vendor string
- version
Context GetVirtualization Vmware Host Version Context
- id str
- results
Sequence[Get
Virtualization Vmware Host Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Host Ancestor] - boot_
time str - class_
id str - cluster
Get
Virtualization Vmware Host Cluster - connection_
state str - cpu_
info GetVirtualization Vmware Host Cpu Info - create_
time str - datacenter
Get
Virtualization Vmware Host Datacenter - datastores
Sequence[Get
Virtualization Vmware Host Datastore] - dc_
inv_ strpath - distributed_
networks Sequence[GetVirtualization Vmware Host Distributed Network] - distributed_
switches Sequence[GetVirtualization Vmware Host Distributed Switch] - dns_
servers Sequence[str] - domain_
group_ strmoid - hardware_
info GetVirtualization Vmware Host Hardware Info - hw_
power_ strstate - hyper_
flex_ Getnode Virtualization Vmware Host Hyper Flex Node - hypervisor_
type str - identity str
- is_
ssh_ boolenabled - maintenance_
mode bool - memory_
capacity GetVirtualization Vmware Host Memory Capacity - mod_
time str - model str
- moid str
- name str
- network_
adapter_ floatcount - ntp_
servers Sequence[str] - object_
type str - owners Sequence[str]
- parent
Get
Virtualization Vmware Host Parent - permission_
resources Sequence[GetVirtualization Vmware Host Permission Resource] - processor_
capacity GetVirtualization Vmware Host Processor Capacity - product_
info GetVirtualization Vmware Host Product Info - quarantine_
mode bool - registered_
device GetVirtualization Vmware Host Registered Device - resource_
consumed GetVirtualization Vmware Host Resource Consumed - serial str
- server
Get
Virtualization Vmware Host Server - str
- status str
- storage_
adapter_ floatcount - Sequence[Get
Virtualization Vmware Host Tag] - time_
zone str - up_
time str - uuid str
- vcenter_
host_ strid - vendor str
- version_
context GetVirtualization Vmware Host Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- boot
Time String - class
Id String - cluster Property Map
- connection
State String - cpu
Info Property Map - create
Time String - datacenter Property Map
- datastores List<Property Map>
- dc
Inv StringPath - distributed
Networks List<Property Map> - distributed
Switches List<Property Map> - dns
Servers List<String> - domain
Group StringMoid - hardware
Info Property Map - hw
Power StringState - hyper
Flex Property MapNode - hypervisor
Type String - identity String
- is
Ssh BooleanEnabled - maintenance
Mode Boolean - memory
Capacity Property Map - mod
Time String - model String
- moid String
- name String
- network
Adapter NumberCount - ntp
Servers List<String> - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - processor
Capacity Property Map - product
Info Property Map - quarantine
Mode Boolean - registered
Device Property Map - resource
Consumed Property Map - serial String
- server Property Map
- String
- status String
- storage
Adapter NumberCount - List<Property Map>
- time
Zone String - up
Time String - uuid String
- vcenter
Host StringId - vendor String
- version
Context Property Map
Supporting Types
GetVirtualizationVmwareHostAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- additional
Properties String - class
Id 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.
- object
Type 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.
- additional
Properties string - class
Id 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.
- object
Type 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.
- additional
Properties String - class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Cpu
Cores double - The number of cpu cores on this hardware platform.
- Cpu
Speed double - Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- Memory
Size double - The amount of memory allocated (bytes) to this hardware platform.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id 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.
- Cpu
Cores float64 - The number of cpu cores on this hardware platform.
- Cpu
Speed float64 - Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- Memory
Size float64 - The amount of memory allocated (bytes) to this hardware platform.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id 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.
- cpu
Cores Double - The number of cpu cores on this hardware platform.
- cpu
Speed Double - Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- memory
Size Double - The amount of memory allocated (bytes) to this hardware platform.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id 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.
- cpu
Cores number - The number of cpu cores on this hardware platform.
- cpu
Speed number - Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- memory
Size number - The amount of memory allocated (bytes) to this hardware platform.
- object
Type 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.
- additional
Properties String - class
Id 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.
- cpu
Cores Number - The number of cpu cores on this hardware platform.
- cpu
Speed Number - Speed of cpu in MHz. Usually cpu speeds are reported for modern cpus in GHz but MHz makes it more precise.
- memory
Size Number - The amount of memory allocated (bytes) to this hardware platform.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVirtualizationVmwareHostHyperFlexNode
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Capacity double
- The total memory capacity of the entity in bytes.
- Class
Id 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.
- Object
Type 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.
- Additional
Properties string - Capacity float64
- The total memory capacity of the entity in bytes.
- Class
Id 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.
- Object
Type 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.
- additional
Properties String - capacity Double
- The total memory capacity of the entity in bytes.
- class
Id 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.
- object
Type 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.
- additional
Properties string - capacity number
- The total memory capacity of the entity in bytes.
- class
Id 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.
- object
Type 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.
- additional
Properties String - capacity Number
- The total memory capacity of the entity in bytes.
- class
Id 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.
- object
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Capacity double
- Total capacity of the entity in MHz.
- Class
Id 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.
- Object
Type 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.
- Additional
Properties string - Capacity float64
- Total capacity of the entity in MHz.
- Class
Id 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.
- Object
Type 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.
- additional
Properties String - capacity Double
- Total capacity of the entity in MHz.
- class
Id 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.
- object
Type 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.
- additional
Properties string - capacity number
- Total capacity of the entity in MHz.
- class
Id 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.
- object
Type 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.
- additional
Properties String - capacity Number
- Total capacity of the entity in MHz.
- class
Id 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.
- object
Type 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
- Additional
Properties 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.
- Class
Id 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.
- Nr
Version string - Hypervisor version running on the system.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Product
Name string - Commercial product name. For example, VMware ESXi.
- Product
Type string - Product name provided by the vendor. For example, embeddedEsx.
- Product
Vendor string - Commercial vendor name. For example, VMware Inc.
- Additional
Properties 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.
- Class
Id 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.
- Nr
Version string - Hypervisor version running on the system.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Product
Name string - Commercial product name. For example, VMware ESXi.
- Product
Type string - Product name provided by the vendor. For example, embeddedEsx.
- Product
Vendor string - Commercial vendor name. For example, VMware Inc.
- additional
Properties 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.
- class
Id 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.
- nr
Version String - Hypervisor version running on the system.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Name String - Commercial product name. For example, VMware ESXi.
- product
Type String - Product name provided by the vendor. For example, embeddedEsx.
- product
Vendor String - Commercial vendor name. For example, VMware Inc.
- additional
Properties 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.
- class
Id 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.
- nr
Version string - Hypervisor version running on the system.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Name string - Commercial product name. For example, VMware ESXi.
- product
Type string - Product name provided by the vendor. For example, embeddedEsx.
- product
Vendor 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.
- additional
Properties 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.
- class
Id 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.
- nr
Version String - Hypervisor version running on the system.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- product
Name String - Commercial product name. For example, VMware ESXi.
- product
Type String - Product name provided by the vendor. For example, embeddedEsx.
- product
Vendor String - Commercial vendor name. For example, VMware Inc.
GetVirtualizationVmwareHostRegisteredDevice
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Cpu
Consumed double - The amount of CPU consumed in Hz.
- Memory
Consumed double - Memory consumed by this host in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id 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.
- Cpu
Consumed float64 - The amount of CPU consumed in Hz.
- Memory
Consumed float64 - Memory consumed by this host in bytes.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id 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.
- cpu
Consumed Double - The amount of CPU consumed in Hz.
- memory
Consumed Double - Memory consumed by this host in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id 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.
- cpu
Consumed number - The amount of CPU consumed in Hz.
- memory
Consumed number - Memory consumed by this host in bytes.
- object
Type 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.
- additional
Properties String - class
Id 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.
- cpu
Consumed Number - The amount of CPU consumed in Hz.
- memory
Consumed Number - Memory consumed by this host in bytes.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetVirtualizationVmwareHostResult
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Virtualization Vmware Host Result Ancestor> - Boot
Time string - The time when this host booted up.
- Class
Id string - Clusters
List<Get
Virtualization Vmware Host Result Cluster> - Connection
State string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- Cpu
Infos List<GetVirtualization Vmware Host Result Cpu Info> - Create
Time string - The time when this managed object was created.
- Datacenters
List<Get
Virtualization Vmware Host Result Datacenter> - Datastores
List<Get
Virtualization Vmware Host Result Datastore> - Dc
Inv stringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- Distributed
Networks List<GetVirtualization Vmware Host Result Distributed Network> - Distributed
Switches List<GetVirtualization Vmware Host Result Distributed Switch> - Dns
Servers List<string> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hardware
Infos List<GetVirtualization Vmware Host Result Hardware Info> - Hw
Power stringState - 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 List<GetNodes Virtualization Vmware Host Result Hyper Flex Node> - Hypervisor
Type 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 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).
- Is
Ssh boolEnabled - 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
Capacities List<GetVirtualization Vmware Host Result Memory Capacity> - Mod
Time 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.
- Network
Adapter doubleCount - The count of all network adapters attached to this host.
- Ntp
Servers List<string> - Object
Type string - Owners List<string>
- Parents
List<Get
Virtualization Vmware Host Result Parent> - Permission
Resources List<GetVirtualization Vmware Host Result Permission Resource> - Processor
Capacities List<GetVirtualization Vmware Host Result Processor Capacity> - Product
Infos List<GetVirtualization Vmware Host Result Product Info> - Quarantine
Mode bool - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- Registered
Devices List<GetVirtualization Vmware Host Result Registered Device> - Resource
Consumeds List<GetVirtualization Vmware Host Result Resource Consumed> - Serial string
- Serial number of this host (internally generated).
- Servers
List<Get
Virtualization Vmware Host Result Server> - 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. - Storage
Adapter doubleCount - The count of all storage adapters attached to this host.
- List<Get
Virtualization Vmware Host Result Tag> - Time
Zone string - Time zone this host is in.
- Up
Time 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.
- Vcenter
Host stringId - The identity of this host within vCenter (optional).
- Vendor string
- Commercial vendor details of this hardware.
- Version
Contexts List<GetVirtualization Vmware Host Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Virtualization Vmware Host Result Ancestor - Boot
Time string - The time when this host booted up.
- Class
Id string - Clusters
[]Get
Virtualization Vmware Host Result Cluster - Connection
State string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- Cpu
Infos []GetVirtualization Vmware Host Result Cpu Info - Create
Time string - The time when this managed object was created.
- Datacenters
[]Get
Virtualization Vmware Host Result Datacenter - Datastores
[]Get
Virtualization Vmware Host Result Datastore - Dc
Inv stringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- Distributed
Networks []GetVirtualization Vmware Host Result Distributed Network - Distributed
Switches []GetVirtualization Vmware Host Result Distributed Switch - Dns
Servers []string - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Hardware
Infos []GetVirtualization Vmware Host Result Hardware Info - Hw
Power stringState - 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 []GetNodes Virtualization Vmware Host Result Hyper Flex Node - Hypervisor
Type 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 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).
- Is
Ssh boolEnabled - 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
Capacities []GetVirtualization Vmware Host Result Memory Capacity - Mod
Time 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.
- Network
Adapter float64Count - The count of all network adapters attached to this host.
- Ntp
Servers []string - Object
Type string - Owners []string
- Parents
[]Get
Virtualization Vmware Host Result Parent - Permission
Resources []GetVirtualization Vmware Host Result Permission Resource - Processor
Capacities []GetVirtualization Vmware Host Result Processor Capacity - Product
Infos []GetVirtualization Vmware Host Result Product Info - Quarantine
Mode bool - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- Registered
Devices []GetVirtualization Vmware Host Result Registered Device - Resource
Consumeds []GetVirtualization Vmware Host Result Resource Consumed - Serial string
- Serial number of this host (internally generated).
- Servers
[]Get
Virtualization Vmware Host Result Server - 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. - Storage
Adapter float64Count - The count of all storage adapters attached to this host.
- []Get
Virtualization Vmware Host Result Tag - Time
Zone string - Time zone this host is in.
- Up
Time 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.
- Vcenter
Host stringId - The identity of this host within vCenter (optional).
- Vendor string
- Commercial vendor details of this hardware.
- Version
Contexts []GetVirtualization Vmware Host Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Virtualization Vmware Host Result Ancestor> - boot
Time String - The time when this host booted up.
- class
Id String - clusters
List<Get
Virtualization Vmware Host Result Cluster> - connection
State String - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Infos List<GetVirtualization Vmware Host Result Cpu Info> - create
Time String - The time when this managed object was created.
- datacenters
List<Get
Virtualization Vmware Host Result Datacenter> - datastores
List<Get
Virtualization Vmware Host Result Datastore> - dc
Inv StringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks List<GetVirtualization Vmware Host Result Distributed Network> - distributed
Switches List<GetVirtualization Vmware Host Result Distributed Switch> - dns
Servers List<String> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- hardware
Infos List<GetVirtualization Vmware Host Result Hardware Info> - hw
Power StringState - 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 List<GetNodes Virtualization Vmware Host Result Hyper Flex Node> - hypervisor
Type 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 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).
- is
Ssh BooleanEnabled - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode Boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacities List<GetVirtualization Vmware Host Result Memory Capacity> - mod
Time 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.
- network
Adapter DoubleCount - The count of all network adapters attached to this host.
- ntp
Servers List<String> - object
Type String - owners List<String>
- parents
List<Get
Virtualization Vmware Host Result Parent> - permission
Resources List<GetVirtualization Vmware Host Result Permission Resource> - processor
Capacities List<GetVirtualization Vmware Host Result Processor Capacity> - product
Infos List<GetVirtualization Vmware Host Result Product Info> - quarantine
Mode Boolean - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered
Devices List<GetVirtualization Vmware Host Result Registered Device> - resource
Consumeds List<GetVirtualization Vmware Host Result Resource Consumed> - serial String
- Serial number of this host (internally generated).
- servers
List<Get
Virtualization Vmware Host Result Server> - 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. - storage
Adapter DoubleCount - The count of all storage adapters attached to this host.
- List<Get
Virtualization Vmware Host Result Tag> - time
Zone String - Time zone this host is in.
- up
Time 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.
- vcenter
Host StringId - The identity of this host within vCenter (optional).
- vendor String
- Commercial vendor details of this hardware.
- version
Contexts List<GetVirtualization Vmware Host Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Virtualization Vmware Host Result Ancestor[] - boot
Time string - The time when this host booted up.
- class
Id string - clusters
Get
Virtualization Vmware Host Result Cluster[] - connection
State string - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Infos GetVirtualization Vmware Host Result Cpu Info[] - create
Time string - The time when this managed object was created.
- datacenters
Get
Virtualization Vmware Host Result Datacenter[] - datastores
Get
Virtualization Vmware Host Result Datastore[] - dc
Inv stringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks GetVirtualization Vmware Host Result Distributed Network[] - distributed
Switches GetVirtualization Vmware Host Result Distributed Switch[] - dns
Servers string[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- hardware
Infos GetVirtualization Vmware Host Result Hardware Info[] - hw
Power stringState - 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 GetNodes Virtualization Vmware Host Result Hyper Flex Node[] - hypervisor
Type 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 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).
- is
Ssh booleanEnabled - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacities GetVirtualization Vmware Host Result Memory Capacity[] - mod
Time 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.
- network
Adapter numberCount - The count of all network adapters attached to this host.
- ntp
Servers string[] - object
Type string - owners string[]
- parents
Get
Virtualization Vmware Host Result Parent[] - permission
Resources GetVirtualization Vmware Host Result Permission Resource[] - processor
Capacities GetVirtualization Vmware Host Result Processor Capacity[] - product
Infos GetVirtualization Vmware Host Result Product Info[] - quarantine
Mode boolean - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered
Devices GetVirtualization Vmware Host Result Registered Device[] - resource
Consumeds GetVirtualization Vmware Host Result Resource Consumed[] - serial string
- Serial number of this host (internally generated).
- servers
Get
Virtualization Vmware Host Result Server[] - 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. - storage
Adapter numberCount - The count of all storage adapters attached to this host.
- Get
Virtualization Vmware Host Result Tag[] - time
Zone string - Time zone this host is in.
- up
Time 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.
- vcenter
Host stringId - The identity of this host within vCenter (optional).
- vendor string
- Commercial vendor details of this hardware.
- version
Contexts GetVirtualization Vmware Host Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Virtualization Vmware Host Result Ancestor] - boot_
time str - The time when this host booted up.
- class_
id str - clusters
Sequence[Get
Virtualization Vmware Host Result Cluster] - connection_
state str - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu_
infos Sequence[GetVirtualization Vmware Host Result Cpu Info] - create_
time str - The time when this managed object was created.
- datacenters
Sequence[Get
Virtualization Vmware Host Result Datacenter] - datastores
Sequence[Get
Virtualization Vmware Host Result Datastore] - dc_
inv_ strpath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed_
networks Sequence[GetVirtualization Vmware Host Result Distributed Network] - distributed_
switches Sequence[GetVirtualization Vmware Host Result Distributed Switch] - dns_
servers Sequence[str] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- hardware_
infos Sequence[GetVirtualization Vmware Host Result Hardware Info] - hw_
power_ strstate - 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_ Sequence[Getnodes Virtualization Vmware Host Result Hyper Flex Node] - 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. - 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_ boolenabled - 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_
capacities Sequence[GetVirtualization Vmware Host Result Memory Capacity] - 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_ floatcount - The count of all network adapters attached to this host.
- ntp_
servers Sequence[str] - object_
type str - owners Sequence[str]
- parents
Sequence[Get
Virtualization Vmware Host Result Parent] - permission_
resources Sequence[GetVirtualization Vmware Host Result Permission Resource] - processor_
capacities Sequence[GetVirtualization Vmware Host Result Processor Capacity] - product_
infos Sequence[GetVirtualization Vmware Host Result Product Info] - quarantine_
mode bool - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered_
devices Sequence[GetVirtualization Vmware Host Result Registered Device] - resource_
consumeds Sequence[GetVirtualization Vmware Host Result Resource Consumed] - serial str
- Serial number of this host (internally generated).
- servers
Sequence[Get
Virtualization Vmware Host Result Server] - 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_ floatcount - The count of all storage adapters attached to this host.
- Sequence[Get
Virtualization Vmware Host Result Tag] - 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_ strid - The identity of this host within vCenter (optional).
- vendor str
- Commercial vendor details of this hardware.
- version_
contexts Sequence[GetVirtualization Vmware Host Result Version Context]
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- boot
Time String - The time when this host booted up.
- class
Id String - clusters List<Property Map>
- connection
State String - Indicates if the host is connected to the vCenter. Values are connected, not connected.
- cpu
Infos List<Property Map> - create
Time String - The time when this managed object was created.
- datacenters List<Property Map>
- datastores List<Property Map>
- dc
Inv StringPath - This field stores the inventory path of a datacenter. Used in host maintenance action.
- distributed
Networks List<Property Map> - distributed
Switches List<Property Map> - dns
Servers List<String> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- hardware
Infos List<Property Map> - hw
Power StringState - 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 List<Property Map>Nodes - hypervisor
Type 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 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).
- is
Ssh BooleanEnabled - True if SSH is enabled in the host, false otherwise.
- maintenance
Mode Boolean - Is this host in maintenance mode. Set to true or false.
- memory
Capacities List<Property Map> - mod
Time 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.
- network
Adapter NumberCount - The count of all network adapters attached to this host.
- ntp
Servers List<String> - object
Type String - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - processor
Capacities List<Property Map> - product
Infos List<Property Map> - quarantine
Mode Boolean - Indicates if the host is in quarantine mode. Will be set to True, when in quarantine mode.
- registered
Devices List<Property Map> - resource
Consumeds List<Property Map> - serial String
- Serial number of this host (internally generated).
- servers List<Property Map>
- 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. - storage
Adapter NumberCount - The count of all storage adapters attached to this host.
- List<Property Map>
- time
Zone String - Time zone this host is in.
- up
Time 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.
- vcenter
Host StringId - The identity of this host within vCenter (optional).
- vendor String
- Commercial vendor details of this hardware.
- version
Contexts List<Property Map>
GetVirtualizationVmwareHostResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultCluster
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultCpuInfo
- Additional
Properties string - Class
Id string - Cores double
- Description string
- Object
Type string - Sockets double
- Speed double
- Vendor string
- Commercial vendor details of this hardware.
- Additional
Properties string - Class
Id string - Cores float64
- Description string
- Object
Type string - Sockets float64
- Speed float64
- Vendor string
- Commercial vendor details of this hardware.
- additional
Properties String - class
Id String - cores Double
- description String
- object
Type String - sockets Double
- speed Double
- vendor String
- Commercial vendor details of this hardware.
- additional
Properties string - class
Id string - cores number
- description string
- object
Type string - sockets number
- speed number
- vendor string
- Commercial vendor details of this hardware.
- additional_
properties str - class_
id str - cores float
- description str
- object_
type str - sockets float
- speed float
- vendor str
- Commercial vendor details of this hardware.
- additional
Properties String - class
Id String - cores Number
- description String
- object
Type String - sockets Number
- speed Number
- vendor String
- Commercial vendor details of this hardware.
GetVirtualizationVmwareHostResultDatacenter
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultDatastore
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultDistributedNetwork
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultDistributedSwitch
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultHardwareInfo
- Additional
Properties string - Class
Id string - Cpu
Cores double - Cpu
Speed double - Memory
Size double - Object
Type string
- Additional
Properties string - Class
Id string - Cpu
Cores float64 - Cpu
Speed float64 - Memory
Size float64 - Object
Type string
- additional
Properties String - class
Id String - cpu
Cores Double - cpu
Speed Double - memory
Size Double - object
Type String
- additional
Properties string - class
Id string - cpu
Cores number - cpu
Speed number - memory
Size number - object
Type string
- additional_
properties str - class_
id str - cpu_
cores float - cpu_
speed float - memory_
size float - object_
type str
- additional
Properties String - class
Id String - cpu
Cores Number - cpu
Speed Number - memory
Size Number - object
Type String
GetVirtualizationVmwareHostResultHyperFlexNode
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultMemoryCapacity
- Additional
Properties string - Capacity double
- Class
Id string - Free double
- Object
Type string - Used double
- Additional
Properties string - Capacity float64
- Class
Id string - Free float64
- Object
Type string - Used float64
- additional
Properties String - capacity Double
- class
Id String - free Double
- object
Type String - used Double
- additional
Properties string - capacity number
- class
Id string - free number
- object
Type string - used number
- additional_
properties str - capacity float
- class_
id str - free float
- object_
type str - used float
- additional
Properties String - capacity Number
- class
Id String - free Number
- object
Type String - used Number
GetVirtualizationVmwareHostResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultProcessorCapacity
- Additional
Properties string - Capacity double
- Class
Id string - Free double
- Object
Type string - Used double
- Additional
Properties string - Capacity float64
- Class
Id string - Free float64
- Object
Type string - Used float64
- additional
Properties String - capacity Double
- class
Id String - free Double
- object
Type String - used Double
- additional
Properties string - capacity number
- class
Id string - free number
- object
Type string - used number
- additional_
properties str - capacity float
- class_
id str - free float
- object_
type str - used float
- additional
Properties String - capacity Number
- class
Id String - free Number
- object
Type String - used Number
GetVirtualizationVmwareHostResultProductInfo
- Additional
Properties string - Build string
- Class
Id string - Nr
Version string - Object
Type string - Product
Name string - Product
Type string - Product
Vendor string
- Additional
Properties string - Build string
- Class
Id string - Nr
Version string - Object
Type string - Product
Name string - Product
Type string - Product
Vendor string
- additional
Properties String - build String
- class
Id String - nr
Version String - object
Type String - product
Name String - product
Type String - product
Vendor String
- additional
Properties string - build string
- class
Id string - nr
Version string - object
Type string - product
Name string - product
Type string - product
Vendor string
- additional_
properties str - build str
- class_
id str - nr_
version str - object_
type str - product_
name str - product_
type str - product_
vendor str
- additional
Properties String - build String
- class
Id String - nr
Version String - object
Type String - product
Name String - product
Type String - product
Vendor String
GetVirtualizationVmwareHostResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultResourceConsumed
- Additional
Properties string - Class
Id string - Cpu
Consumed double - Memory
Consumed double - Object
Type string
- Additional
Properties string - Class
Id string - Cpu
Consumed float64 - Memory
Consumed float64 - Object
Type string
- additional
Properties String - class
Id String - cpu
Consumed Double - memory
Consumed Double - object
Type String
- additional
Properties string - class
Id string - cpu
Consumed number - memory
Consumed number - object
Type string
- additional_
properties str - class_
id str - cpu_
consumed float - memory_
consumed float - object_
type str
- additional
Properties String - class
Id String - cpu
Consumed Number - memory
Consumed Number - object
Type String
GetVirtualizationVmwareHostResultServer
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetVirtualizationVmwareHostResultVersionContext
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetVirtualizationVmwareHostResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetVirtualizationVmwareHostServer
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties 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.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetVirtualizationVmwareHostVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<GetVirtualization Vmware Host Version Context Interested Mo> - Marked
For boolDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVirtualization Vmware Host Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []GetVirtualization Vmware Host Version Context Interested Mo - Marked
For boolDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetVirtualization Vmware Host Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 String - class
Id 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.
- interested
Mos List<GetVirtualization Vmware Host Version Context Interested Mo> - marked
For BooleanDeletion - 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 String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVirtualization Vmware Host Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetVirtualization Vmware Host Version Context Interested Mo[] - marked
For booleanDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetVirtualization Vmware Host Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetVirtualization Vmware Host Version Context Interested Mo] - marked_
for_ booldeletion - 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 GetVirtualization Vmware Host Version Context Ref Mo - 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.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - 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 String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet