intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHciNode
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
A HCI node reported by Prism Central.
Using getHciNode
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 getHciNode(args: GetHciNodeArgs, opts?: InvokeOptions): Promise<GetHciNodeResult>
function getHciNodeOutput(args: GetHciNodeOutputArgs, opts?: InvokeOptions): Output<GetHciNodeResult>def get_hci_node(account_moid: Optional[str] = None,
                 additional_properties: Optional[str] = None,
                 ancestors: Optional[Sequence[GetHciNodeAncestor]] = None,
                 block_model: Optional[str] = None,
                 block_serial: Optional[str] = None,
                 boot_time_usecs: Optional[float] = None,
                 class_id: Optional[str] = None,
                 cluster: Optional[GetHciNodeCluster] = None,
                 cluster_ext_id: Optional[str] = None,
                 cluster_name: Optional[str] = None,
                 controller_vm_backplane_address: Optional[GetHciNodeControllerVmBackplaneAddress] = None,
                 controller_vm_external_address: Optional[GetHciNodeControllerVmExternalAddress] = None,
                 controller_vm_id: Optional[float] = None,
                 controller_vm_maintanence_mode: Optional[bool] = None,
                 controller_vm_nat_ip: Optional[GetHciNodeControllerVmNatIp] = None,
                 controller_vm_nat_port: Optional[float] = None,
                 controller_vm_rdma_backplane_address: Optional[GetHciNodeControllerVmRdmaBackplaneAddress] = None,
                 controller_vm_server_uuid: Optional[str] = None,
                 cpu_capacity_hz: Optional[float] = None,
                 cpu_frequency_hz: Optional[float] = None,
                 cpu_model: Optional[str] = None,
                 cpu_usage_hz: Optional[float] = None,
                 create_time: Optional[str] = None,
                 default_vhd_container_uuid: Optional[str] = None,
                 default_vhd_location: Optional[str] = None,
                 default_vm_container_uuid: Optional[str] = None,
                 default_vm_location: Optional[str] = None,
                 disk_count: Optional[float] = None,
                 disks: Optional[Sequence[GetHciNodeDisk]] = None,
                 domain_group_moid: Optional[str] = None,
                 failover_cluster_fqdn: Optional[str] = None,
                 failover_cluster_node_status: Optional[str] = None,
                 gpu_count: Optional[float] = None,
                 gpu_driver_version: Optional[str] = None,
                 gpuses: Optional[Sequence[GetHciNodeGpus]] = None,
                 has_csr: Optional[bool] = None,
                 host_name: Optional[str] = None,
                 host_type: Optional[str] = None,
                 hypervisor_acropolis_connection_state: Optional[str] = None,
                 hypervisor_external_address: Optional[GetHciNodeHypervisorExternalAddress] = None,
                 hypervisor_number_of_vms: Optional[float] = None,
                 hypervisor_state: Optional[str] = None,
                 hypervisor_type: Optional[str] = None,
                 hypervisor_user_name: Optional[str] = None,
                 hypervisor_version: Optional[str] = None,
                 id: Optional[str] = None,
                 ipmi_ip: Optional[GetHciNodeIpmiIp] = None,
                 ipmi_username: Optional[str] = None,
                 is_degraded: Optional[bool] = None,
                 is_hardware_virtualized: Optional[bool] = None,
                 is_secure_booted: Optional[bool] = None,
                 key_management_device_to_cert_statuses: Optional[Sequence[GetHciNodeKeyManagementDeviceToCertStatus]] = None,
                 maintenance_state: Optional[str] = None,
                 memory_capacity_bytes: Optional[float] = None,
                 memory_size_bytes: Optional[float] = None,
                 memory_usage_bytes: Optional[float] = None,
                 mod_time: Optional[str] = None,
                 moid: Optional[str] = None,
                 node_ext_id: Optional[str] = None,
                 node_status: Optional[str] = None,
                 number_of_cpu_cores: Optional[float] = None,
                 number_of_cpu_sockets: Optional[float] = None,
                 number_of_cpu_threads: Optional[float] = None,
                 object_type: Optional[str] = None,
                 owners: Optional[Sequence[str]] = None,
                 parent: Optional[GetHciNodeParent] = None,
                 permission_resources: Optional[Sequence[GetHciNodePermissionResource]] = None,
                 physical_server: Optional[GetHciNodePhysicalServer] = None,
                 reboot_pending: Optional[bool] = None,
                 registered_device: Optional[GetHciNodeRegisteredDevice] = None,
                 shared_scope: Optional[str] = None,
                 storage_capacity_bytes: Optional[float] = None,
                 storage_usage_bytes: Optional[float] = None,
                 tags: Optional[Sequence[GetHciNodeTag]] = None,
                 version_context: Optional[GetHciNodeVersionContext] = None,
                 opts: Optional[InvokeOptions] = None) -> GetHciNodeResult
def get_hci_node_output(account_moid: Optional[pulumi.Input[str]] = None,
                 additional_properties: Optional[pulumi.Input[str]] = None,
                 ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodeAncestorArgs]]]] = None,
                 block_model: Optional[pulumi.Input[str]] = None,
                 block_serial: Optional[pulumi.Input[str]] = None,
                 boot_time_usecs: Optional[pulumi.Input[float]] = None,
                 class_id: Optional[pulumi.Input[str]] = None,
                 cluster: Optional[pulumi.Input[GetHciNodeClusterArgs]] = None,
                 cluster_ext_id: Optional[pulumi.Input[str]] = None,
                 cluster_name: Optional[pulumi.Input[str]] = None,
                 controller_vm_backplane_address: Optional[pulumi.Input[GetHciNodeControllerVmBackplaneAddressArgs]] = None,
                 controller_vm_external_address: Optional[pulumi.Input[GetHciNodeControllerVmExternalAddressArgs]] = None,
                 controller_vm_id: Optional[pulumi.Input[float]] = None,
                 controller_vm_maintanence_mode: Optional[pulumi.Input[bool]] = None,
                 controller_vm_nat_ip: Optional[pulumi.Input[GetHciNodeControllerVmNatIpArgs]] = None,
                 controller_vm_nat_port: Optional[pulumi.Input[float]] = None,
                 controller_vm_rdma_backplane_address: Optional[pulumi.Input[GetHciNodeControllerVmRdmaBackplaneAddressArgs]] = None,
                 controller_vm_server_uuid: Optional[pulumi.Input[str]] = None,
                 cpu_capacity_hz: Optional[pulumi.Input[float]] = None,
                 cpu_frequency_hz: Optional[pulumi.Input[float]] = None,
                 cpu_model: Optional[pulumi.Input[str]] = None,
                 cpu_usage_hz: Optional[pulumi.Input[float]] = None,
                 create_time: Optional[pulumi.Input[str]] = None,
                 default_vhd_container_uuid: Optional[pulumi.Input[str]] = None,
                 default_vhd_location: Optional[pulumi.Input[str]] = None,
                 default_vm_container_uuid: Optional[pulumi.Input[str]] = None,
                 default_vm_location: Optional[pulumi.Input[str]] = None,
                 disk_count: Optional[pulumi.Input[float]] = None,
                 disks: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodeDiskArgs]]]] = None,
                 domain_group_moid: Optional[pulumi.Input[str]] = None,
                 failover_cluster_fqdn: Optional[pulumi.Input[str]] = None,
                 failover_cluster_node_status: Optional[pulumi.Input[str]] = None,
                 gpu_count: Optional[pulumi.Input[float]] = None,
                 gpu_driver_version: Optional[pulumi.Input[str]] = None,
                 gpuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodeGpusArgs]]]] = None,
                 has_csr: Optional[pulumi.Input[bool]] = None,
                 host_name: Optional[pulumi.Input[str]] = None,
                 host_type: Optional[pulumi.Input[str]] = None,
                 hypervisor_acropolis_connection_state: Optional[pulumi.Input[str]] = None,
                 hypervisor_external_address: Optional[pulumi.Input[GetHciNodeHypervisorExternalAddressArgs]] = None,
                 hypervisor_number_of_vms: Optional[pulumi.Input[float]] = None,
                 hypervisor_state: Optional[pulumi.Input[str]] = None,
                 hypervisor_type: Optional[pulumi.Input[str]] = None,
                 hypervisor_user_name: Optional[pulumi.Input[str]] = None,
                 hypervisor_version: Optional[pulumi.Input[str]] = None,
                 id: Optional[pulumi.Input[str]] = None,
                 ipmi_ip: Optional[pulumi.Input[GetHciNodeIpmiIpArgs]] = None,
                 ipmi_username: Optional[pulumi.Input[str]] = None,
                 is_degraded: Optional[pulumi.Input[bool]] = None,
                 is_hardware_virtualized: Optional[pulumi.Input[bool]] = None,
                 is_secure_booted: Optional[pulumi.Input[bool]] = None,
                 key_management_device_to_cert_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodeKeyManagementDeviceToCertStatusArgs]]]] = None,
                 maintenance_state: Optional[pulumi.Input[str]] = None,
                 memory_capacity_bytes: Optional[pulumi.Input[float]] = None,
                 memory_size_bytes: Optional[pulumi.Input[float]] = None,
                 memory_usage_bytes: Optional[pulumi.Input[float]] = None,
                 mod_time: Optional[pulumi.Input[str]] = None,
                 moid: Optional[pulumi.Input[str]] = None,
                 node_ext_id: Optional[pulumi.Input[str]] = None,
                 node_status: Optional[pulumi.Input[str]] = None,
                 number_of_cpu_cores: Optional[pulumi.Input[float]] = None,
                 number_of_cpu_sockets: Optional[pulumi.Input[float]] = None,
                 number_of_cpu_threads: Optional[pulumi.Input[float]] = None,
                 object_type: Optional[pulumi.Input[str]] = None,
                 owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                 parent: Optional[pulumi.Input[GetHciNodeParentArgs]] = None,
                 permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodePermissionResourceArgs]]]] = None,
                 physical_server: Optional[pulumi.Input[GetHciNodePhysicalServerArgs]] = None,
                 reboot_pending: Optional[pulumi.Input[bool]] = None,
                 registered_device: Optional[pulumi.Input[GetHciNodeRegisteredDeviceArgs]] = None,
                 shared_scope: Optional[pulumi.Input[str]] = None,
                 storage_capacity_bytes: Optional[pulumi.Input[float]] = None,
                 storage_usage_bytes: Optional[pulumi.Input[float]] = None,
                 tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodeTagArgs]]]] = None,
                 version_context: Optional[pulumi.Input[GetHciNodeVersionContextArgs]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetHciNodeResult]func LookupHciNode(ctx *Context, args *LookupHciNodeArgs, opts ...InvokeOption) (*LookupHciNodeResult, error)
func LookupHciNodeOutput(ctx *Context, args *LookupHciNodeOutputArgs, opts ...InvokeOption) LookupHciNodeResultOutput> Note: This function is named LookupHciNode in the Go SDK.
public static class GetHciNode 
{
    public static Task<GetHciNodeResult> InvokeAsync(GetHciNodeArgs args, InvokeOptions? opts = null)
    public static Output<GetHciNodeResult> Invoke(GetHciNodeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHciNodeResult> getHciNode(GetHciNodeArgs args, InvokeOptions options)
public static Output<GetHciNodeResult> getHciNode(GetHciNodeArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHciNode:getHciNode
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHci Node Ancestor> 
- BlockModel string
- The rackable unit model of the node.
- BlockSerial string
- The rackable unit serial number of the node.
- BootTime doubleUsecs 
- The boot time in microseconds of the node.
- ClassId string
- Cluster
GetHci Node Cluster 
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterName string
- The name of the cluster this node belongs to.
- ControllerVm GetBackplane Address Hci Node Controller Vm Backplane Address 
- ControllerVm GetExternal Address Hci Node Controller Vm External Address 
- ControllerVm doubleId 
- The identifier number of the controller VM.
- ControllerVm boolMaintanence Mode 
- The maintenance mode status of the controller VM.
- ControllerVm GetNat Ip Hci Node Controller Vm Nat Ip 
- ControllerVm doubleNat Port 
- The NAT port of the controller VM.
- ControllerVm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address 
- ControllerVm stringServer Uuid 
- The Rackable unit UUID of the server.
- CpuCapacity doubleHz 
- The CPU capacity in Hz of the node.
- CpuFrequency doubleHz 
- The CPU frequency in Hz on the node.
- CpuModel string
- The CPU model of the node.
- CpuUsage doubleHz 
- The CPU usage in Hz of the node.
- CreateTime string
- The time when this managed object was created.
- DefaultVhd stringContainer Uuid 
- The default VHD container UUID of the node.
- DefaultVhd stringLocation 
- The default VHD location of the node.
- DefaultVm stringContainer Uuid 
- The default VM container UUID of the node.
- DefaultVm stringLocation 
- The default VM location of the node.
- DiskCount double
- The number of disks on the node.
- Disks
List<GetHci Node Disk> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FailoverCluster stringFqdn 
- The failover cluster FQDN of the node.
- FailoverCluster stringNode Status 
- The failover cluster node status of the node.
- GpuCount double
- The number of GPUs on the node.
- GpuDriver stringVersion 
- The GPU driver version of the node.
- Gpuses
List<GetHci Node Gpus> 
- HasCsr bool
- Certificate signing request status of the node.
- HostName string
- The name of the host the node is running on.
- HostType string
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- HypervisorAcropolis stringConnection State 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- HypervisorExternal GetAddress Hci Node Hypervisor External Address 
- HypervisorNumber doubleOf Vms 
- The number of VMs managed on this node.
- HypervisorState string
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- HypervisorType string
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- HypervisorUser stringName 
- The user name of the hypervisor on this node.
- HypervisorVersion string
- The version of the hypervisor on this node.
- Id string
- IpmiIp GetHci Node Ipmi Ip 
- IpmiUsername string
- The IPMI user name of the controller.
- IsDegraded bool
- The degraded status of the node.
- IsHardware boolVirtualized 
- The hardware virtualization status of the node.
- IsSecure boolBooted 
- The secure boot status of the node.
- KeyManagement List<GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status> 
- MaintenanceState string
- The maintenance state of the node.
- MemoryCapacity doubleBytes 
- The memory capacity in bytes of the node.
- MemorySize doubleBytes 
- The memory size in bytes of the node.
- MemoryUsage doubleBytes 
- The memory usage in bytes of the node.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeExt stringId 
- The unique identifier of the node.
- NodeStatus string
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- NumberOf doubleCpu Cores 
- The number of CPU cores on the node.
- NumberOf doubleCpu Sockets 
- The number of sockets on the node.
- NumberOf doubleCpu Threads 
- The number of threads on the node.
- ObjectType string
- Owners List<string>
- Parent
GetHci Node Parent 
- PermissionResources List<GetHci Node Permission Resource> 
- PhysicalServer GetHci Node Physical Server 
- RebootPending bool
- The reboot pending status of the node.
- RegisteredDevice GetHci Node Registered Device 
- 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.
- StorageCapacity doubleBytes 
- The storage capacity in bytes of the node.
- StorageUsage doubleBytes 
- The storage usage in bytes of the node.
- 
List<GetHci Node Tag> 
- VersionContext GetHci Node Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHci Node Ancestor 
- BlockModel string
- The rackable unit model of the node.
- BlockSerial string
- The rackable unit serial number of the node.
- BootTime float64Usecs 
- The boot time in microseconds of the node.
- ClassId string
- Cluster
GetHci Node Cluster 
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterName string
- The name of the cluster this node belongs to.
- ControllerVm GetBackplane Address Hci Node Controller Vm Backplane Address 
- ControllerVm GetExternal Address Hci Node Controller Vm External Address 
- ControllerVm float64Id 
- The identifier number of the controller VM.
- ControllerVm boolMaintanence Mode 
- The maintenance mode status of the controller VM.
- ControllerVm GetNat Ip Hci Node Controller Vm Nat Ip 
- ControllerVm float64Nat Port 
- The NAT port of the controller VM.
- ControllerVm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address 
- ControllerVm stringServer Uuid 
- The Rackable unit UUID of the server.
- CpuCapacity float64Hz 
- The CPU capacity in Hz of the node.
- CpuFrequency float64Hz 
- The CPU frequency in Hz on the node.
- CpuModel string
- The CPU model of the node.
- CpuUsage float64Hz 
- The CPU usage in Hz of the node.
- CreateTime string
- The time when this managed object was created.
- DefaultVhd stringContainer Uuid 
- The default VHD container UUID of the node.
- DefaultVhd stringLocation 
- The default VHD location of the node.
- DefaultVm stringContainer Uuid 
- The default VM container UUID of the node.
- DefaultVm stringLocation 
- The default VM location of the node.
- DiskCount float64
- The number of disks on the node.
- Disks
[]GetHci Node Disk 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FailoverCluster stringFqdn 
- The failover cluster FQDN of the node.
- FailoverCluster stringNode Status 
- The failover cluster node status of the node.
- GpuCount float64
- The number of GPUs on the node.
- GpuDriver stringVersion 
- The GPU driver version of the node.
- Gpuses
[]GetHci Node Gpus 
- HasCsr bool
- Certificate signing request status of the node.
- HostName string
- The name of the host the node is running on.
- HostType string
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- HypervisorAcropolis stringConnection State 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- HypervisorExternal GetAddress Hci Node Hypervisor External Address 
- HypervisorNumber float64Of Vms 
- The number of VMs managed on this node.
- HypervisorState string
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- HypervisorType string
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- HypervisorUser stringName 
- The user name of the hypervisor on this node.
- HypervisorVersion string
- The version of the hypervisor on this node.
- Id string
- IpmiIp GetHci Node Ipmi Ip 
- IpmiUsername string
- The IPMI user name of the controller.
- IsDegraded bool
- The degraded status of the node.
- IsHardware boolVirtualized 
- The hardware virtualization status of the node.
- IsSecure boolBooted 
- The secure boot status of the node.
- KeyManagement []GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status 
- MaintenanceState string
- The maintenance state of the node.
- MemoryCapacity float64Bytes 
- The memory capacity in bytes of the node.
- MemorySize float64Bytes 
- The memory size in bytes of the node.
- MemoryUsage float64Bytes 
- The memory usage in bytes of the node.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeExt stringId 
- The unique identifier of the node.
- NodeStatus string
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- NumberOf float64Cpu Cores 
- The number of CPU cores on the node.
- NumberOf float64Cpu Sockets 
- The number of sockets on the node.
- NumberOf float64Cpu Threads 
- The number of threads on the node.
- ObjectType string
- Owners []string
- Parent
GetHci Node Parent 
- PermissionResources []GetHci Node Permission Resource 
- PhysicalServer GetHci Node Physical Server 
- RebootPending bool
- The reboot pending status of the node.
- RegisteredDevice GetHci Node Registered Device 
- 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.
- StorageCapacity float64Bytes 
- The storage capacity in bytes of the node.
- StorageUsage float64Bytes 
- The storage usage in bytes of the node.
- 
[]GetHci Node Tag 
- VersionContext GetHci Node Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHci Node Ancestor> 
- blockModel String
- The rackable unit model of the node.
- blockSerial String
- The rackable unit serial number of the node.
- bootTime DoubleUsecs 
- The boot time in microseconds of the node.
- classId String
- cluster
GetHci Node Cluster 
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterName String
- The name of the cluster this node belongs to.
- controllerVm GetBackplane Address Hci Node Controller Vm Backplane Address 
- controllerVm GetExternal Address Hci Node Controller Vm External Address 
- controllerVm DoubleId 
- The identifier number of the controller VM.
- controllerVm BooleanMaintanence Mode 
- The maintenance mode status of the controller VM.
- controllerVm GetNat Ip Hci Node Controller Vm Nat Ip 
- controllerVm DoubleNat Port 
- The NAT port of the controller VM.
- controllerVm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address 
- controllerVm StringServer Uuid 
- The Rackable unit UUID of the server.
- cpuCapacity DoubleHz 
- The CPU capacity in Hz of the node.
- cpuFrequency DoubleHz 
- The CPU frequency in Hz on the node.
- cpuModel String
- The CPU model of the node.
- cpuUsage DoubleHz 
- The CPU usage in Hz of the node.
- createTime String
- The time when this managed object was created.
- defaultVhd StringContainer Uuid 
- The default VHD container UUID of the node.
- defaultVhd StringLocation 
- The default VHD location of the node.
- defaultVm StringContainer Uuid 
- The default VM container UUID of the node.
- defaultVm StringLocation 
- The default VM location of the node.
- diskCount Double
- The number of disks on the node.
- disks
List<GetHci Node Disk> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- failoverCluster StringFqdn 
- The failover cluster FQDN of the node.
- failoverCluster StringNode Status 
- The failover cluster node status of the node.
- gpuCount Double
- The number of GPUs on the node.
- gpuDriver StringVersion 
- The GPU driver version of the node.
- gpuses
List<GetHci Node Gpus> 
- hasCsr Boolean
- Certificate signing request status of the node.
- hostName String
- The name of the host the node is running on.
- hostType String
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisorAcropolis StringConnection State 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisorExternal GetAddress Hci Node Hypervisor External Address 
- hypervisorNumber DoubleOf Vms 
- The number of VMs managed on this node.
- hypervisorState String
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- hypervisorType String
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisorUser StringName 
- The user name of the hypervisor on this node.
- hypervisorVersion String
- The version of the hypervisor on this node.
- id String
- ipmiIp GetHci Node Ipmi Ip 
- ipmiUsername String
- The IPMI user name of the controller.
- isDegraded Boolean
- The degraded status of the node.
- isHardware BooleanVirtualized 
- The hardware virtualization status of the node.
- isSecure BooleanBooted 
- The secure boot status of the node.
- keyManagement List<GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status> 
- maintenanceState String
- The maintenance state of the node.
- memoryCapacity DoubleBytes 
- The memory capacity in bytes of the node.
- memorySize DoubleBytes 
- The memory size in bytes of the node.
- memoryUsage DoubleBytes 
- The memory usage in bytes of the node.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeExt StringId 
- The unique identifier of the node.
- nodeStatus String
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- numberOf DoubleCpu Cores 
- The number of CPU cores on the node.
- numberOf DoubleCpu Sockets 
- The number of sockets on the node.
- numberOf DoubleCpu Threads 
- The number of threads on the node.
- objectType String
- owners List<String>
- parent
GetHci Node Parent 
- permissionResources List<GetHci Node Permission Resource> 
- physicalServer GetHci Node Physical Server 
- rebootPending Boolean
- The reboot pending status of the node.
- registeredDevice GetHci Node Registered Device 
- 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.
- storageCapacity DoubleBytes 
- The storage capacity in bytes of the node.
- storageUsage DoubleBytes 
- The storage usage in bytes of the node.
- 
List<GetHci Node Tag> 
- versionContext GetHci Node Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHci Node Ancestor[] 
- blockModel string
- The rackable unit model of the node.
- blockSerial string
- The rackable unit serial number of the node.
- bootTime numberUsecs 
- The boot time in microseconds of the node.
- classId string
- cluster
GetHci Node Cluster 
- clusterExt stringId 
- The unique identifier of the cluster.
- clusterName string
- The name of the cluster this node belongs to.
- controllerVm GetBackplane Address Hci Node Controller Vm Backplane Address 
- controllerVm GetExternal Address Hci Node Controller Vm External Address 
- controllerVm numberId 
- The identifier number of the controller VM.
- controllerVm booleanMaintanence Mode 
- The maintenance mode status of the controller VM.
- controllerVm GetNat Ip Hci Node Controller Vm Nat Ip 
- controllerVm numberNat Port 
- The NAT port of the controller VM.
- controllerVm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address 
- controllerVm stringServer Uuid 
- The Rackable unit UUID of the server.
- cpuCapacity numberHz 
- The CPU capacity in Hz of the node.
- cpuFrequency numberHz 
- The CPU frequency in Hz on the node.
- cpuModel string
- The CPU model of the node.
- cpuUsage numberHz 
- The CPU usage in Hz of the node.
- createTime string
- The time when this managed object was created.
- defaultVhd stringContainer Uuid 
- The default VHD container UUID of the node.
- defaultVhd stringLocation 
- The default VHD location of the node.
- defaultVm stringContainer Uuid 
- The default VM container UUID of the node.
- defaultVm stringLocation 
- The default VM location of the node.
- diskCount number
- The number of disks on the node.
- disks
GetHci Node Disk[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- failoverCluster stringFqdn 
- The failover cluster FQDN of the node.
- failoverCluster stringNode Status 
- The failover cluster node status of the node.
- gpuCount number
- The number of GPUs on the node.
- gpuDriver stringVersion 
- The GPU driver version of the node.
- gpuses
GetHci Node Gpus[] 
- hasCsr boolean
- Certificate signing request status of the node.
- hostName string
- The name of the host the node is running on.
- hostType string
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisorAcropolis stringConnection State 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisorExternal GetAddress Hci Node Hypervisor External Address 
- hypervisorNumber numberOf Vms 
- The number of VMs managed on this node.
- hypervisorState string
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- hypervisorType string
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisorUser stringName 
- The user name of the hypervisor on this node.
- hypervisorVersion string
- The version of the hypervisor on this node.
- id string
- ipmiIp GetHci Node Ipmi Ip 
- ipmiUsername string
- The IPMI user name of the controller.
- isDegraded boolean
- The degraded status of the node.
- isHardware booleanVirtualized 
- The hardware virtualization status of the node.
- isSecure booleanBooted 
- The secure boot status of the node.
- keyManagement GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status[] 
- maintenanceState string
- The maintenance state of the node.
- memoryCapacity numberBytes 
- The memory capacity in bytes of the node.
- memorySize numberBytes 
- The memory size in bytes of the node.
- memoryUsage numberBytes 
- The memory usage in bytes of the node.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nodeExt stringId 
- The unique identifier of the node.
- nodeStatus string
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- numberOf numberCpu Cores 
- The number of CPU cores on the node.
- numberOf numberCpu Sockets 
- The number of sockets on the node.
- numberOf numberCpu Threads 
- The number of threads on the node.
- objectType string
- owners string[]
- parent
GetHci Node Parent 
- permissionResources GetHci Node Permission Resource[] 
- physicalServer GetHci Node Physical Server 
- rebootPending boolean
- The reboot pending status of the node.
- registeredDevice GetHci Node Registered Device 
- 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.
- storageCapacity numberBytes 
- The storage capacity in bytes of the node.
- storageUsage numberBytes 
- The storage usage in bytes of the node.
- 
GetHci Node Tag[] 
- versionContext GetHci Node Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHci Node Ancestor] 
- block_model str
- The rackable unit model of the node.
- block_serial str
- The rackable unit serial number of the node.
- boot_time_ floatusecs 
- The boot time in microseconds of the node.
- class_id str
- cluster
GetHci Node Cluster 
- cluster_ext_ strid 
- The unique identifier of the cluster.
- cluster_name str
- The name of the cluster this node belongs to.
- controller_vm_ Getbackplane_ address Hci Node Controller Vm Backplane Address 
- controller_vm_ Getexternal_ address Hci Node Controller Vm External Address 
- controller_vm_ floatid 
- The identifier number of the controller VM.
- controller_vm_ boolmaintanence_ mode 
- The maintenance mode status of the controller VM.
- controller_vm_ Getnat_ ip Hci Node Controller Vm Nat Ip 
- controller_vm_ floatnat_ port 
- The NAT port of the controller VM.
- controller_vm_ Getrdma_ backplane_ address Hci Node Controller Vm Rdma Backplane Address 
- controller_vm_ strserver_ uuid 
- The Rackable unit UUID of the server.
- cpu_capacity_ floathz 
- The CPU capacity in Hz of the node.
- cpu_frequency_ floathz 
- The CPU frequency in Hz on the node.
- cpu_model str
- The CPU model of the node.
- cpu_usage_ floathz 
- The CPU usage in Hz of the node.
- create_time str
- The time when this managed object was created.
- default_vhd_ strcontainer_ uuid 
- The default VHD container UUID of the node.
- default_vhd_ strlocation 
- The default VHD location of the node.
- default_vm_ strcontainer_ uuid 
- The default VM container UUID of the node.
- default_vm_ strlocation 
- The default VM location of the node.
- disk_count float
- The number of disks on the node.
- disks
Sequence[GetHci Node Disk] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- failover_cluster_ strfqdn 
- The failover cluster FQDN of the node.
- failover_cluster_ strnode_ status 
- The failover cluster node status of the node.
- gpu_count float
- The number of GPUs on the node.
- gpu_driver_ strversion 
- The GPU driver version of the node.
- gpuses
Sequence[GetHci Node Gpus] 
- has_csr bool
- Certificate signing request status of the node.
- host_name str
- The name of the host the node is running on.
- host_type str
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisor_acropolis_ strconnection_ state 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisor_external_ Getaddress Hci Node Hypervisor External Address 
- hypervisor_number_ floatof_ vms 
- The number of VMs managed on this node.
- hypervisor_state str
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- hypervisor_type str
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisor_user_ strname 
- The user name of the hypervisor on this node.
- hypervisor_version str
- The version of the hypervisor on this node.
- id str
- ipmi_ip GetHci Node Ipmi Ip 
- ipmi_username str
- The IPMI user name of the controller.
- is_degraded bool
- The degraded status of the node.
- is_hardware_ boolvirtualized 
- The hardware virtualization status of the node.
- is_secure_ boolbooted 
- The secure boot status of the node.
- key_management_ Sequence[Getdevice_ to_ cert_ statuses Hci Node Key Management Device To Cert Status] 
- maintenance_state str
- The maintenance state of the node.
- memory_capacity_ floatbytes 
- The memory capacity in bytes of the node.
- memory_size_ floatbytes 
- The memory size in bytes of the node.
- memory_usage_ floatbytes 
- The memory usage in bytes of the node.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_ext_ strid 
- The unique identifier of the node.
- node_status str
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- number_of_ floatcpu_ cores 
- The number of CPU cores on the node.
- number_of_ floatcpu_ sockets 
- The number of sockets on the node.
- number_of_ floatcpu_ threads 
- The number of threads on the node.
- object_type str
- owners Sequence[str]
- parent
GetHci Node Parent 
- permission_resources Sequence[GetHci Node Permission Resource] 
- physical_server GetHci Node Physical Server 
- reboot_pending bool
- The reboot pending status of the node.
- registered_device GetHci Node Registered Device 
- 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.
- storage_capacity_ floatbytes 
- The storage capacity in bytes of the node.
- storage_usage_ floatbytes 
- The storage usage in bytes of the node.
- 
Sequence[GetHci Node Tag] 
- version_context GetHci Node Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- blockModel String
- The rackable unit model of the node.
- blockSerial String
- The rackable unit serial number of the node.
- bootTime NumberUsecs 
- The boot time in microseconds of the node.
- classId String
- cluster Property Map
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterName String
- The name of the cluster this node belongs to.
- controllerVm Property MapBackplane Address 
- controllerVm Property MapExternal Address 
- controllerVm NumberId 
- The identifier number of the controller VM.
- controllerVm BooleanMaintanence Mode 
- The maintenance mode status of the controller VM.
- controllerVm Property MapNat Ip 
- controllerVm NumberNat Port 
- The NAT port of the controller VM.
- controllerVm Property MapRdma Backplane Address 
- controllerVm StringServer Uuid 
- The Rackable unit UUID of the server.
- cpuCapacity NumberHz 
- The CPU capacity in Hz of the node.
- cpuFrequency NumberHz 
- The CPU frequency in Hz on the node.
- cpuModel String
- The CPU model of the node.
- cpuUsage NumberHz 
- The CPU usage in Hz of the node.
- createTime String
- The time when this managed object was created.
- defaultVhd StringContainer Uuid 
- The default VHD container UUID of the node.
- defaultVhd StringLocation 
- The default VHD location of the node.
- defaultVm StringContainer Uuid 
- The default VM container UUID of the node.
- defaultVm StringLocation 
- The default VM location of the node.
- diskCount Number
- The number of disks on the node.
- disks List<Property Map>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- failoverCluster StringFqdn 
- The failover cluster FQDN of the node.
- failoverCluster StringNode Status 
- The failover cluster node status of the node.
- gpuCount Number
- The number of GPUs on the node.
- gpuDriver StringVersion 
- The GPU driver version of the node.
- gpuses List<Property Map>
- hasCsr Boolean
- Certificate signing request status of the node.
- hostName String
- The name of the host the node is running on.
- hostType String
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisorAcropolis StringConnection State 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisorExternal Property MapAddress 
- hypervisorNumber NumberOf Vms 
- The number of VMs managed on this node.
- hypervisorState String
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- hypervisorType String
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisorUser StringName 
- The user name of the hypervisor on this node.
- hypervisorVersion String
- The version of the hypervisor on this node.
- id String
- ipmiIp Property Map
- ipmiUsername String
- The IPMI user name of the controller.
- isDegraded Boolean
- The degraded status of the node.
- isHardware BooleanVirtualized 
- The hardware virtualization status of the node.
- isSecure BooleanBooted 
- The secure boot status of the node.
- keyManagement List<Property Map>Device To Cert Statuses 
- maintenanceState String
- The maintenance state of the node.
- memoryCapacity NumberBytes 
- The memory capacity in bytes of the node.
- memorySize NumberBytes 
- The memory size in bytes of the node.
- memoryUsage NumberBytes 
- The memory usage in bytes of the node.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeExt StringId 
- The unique identifier of the node.
- nodeStatus String
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- numberOf NumberCpu Cores 
- The number of CPU cores on the node.
- numberOf NumberCpu Sockets 
- The number of sockets on the node.
- numberOf NumberCpu Threads 
- The number of threads on the node.
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- physicalServer Property Map
- rebootPending Boolean
- The reboot pending status of the node.
- registeredDevice 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.
- storageCapacity NumberBytes 
- The storage capacity in bytes of the node.
- storageUsage NumberBytes 
- The storage usage in bytes of the node.
- List<Property Map>
- versionContext Property Map
getHciNode Result
The following output properties are available:
- Id string
- Results
List<GetHci Node Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHci Node Ancestor> 
- BlockModel string
- BlockSerial string
- BootTime doubleUsecs 
- ClassId string
- Cluster
GetHci Node Cluster 
- ClusterExt stringId 
- ClusterName string
- ControllerVm GetBackplane Address Hci Node Controller Vm Backplane Address 
- ControllerVm GetExternal Address Hci Node Controller Vm External Address 
- ControllerVm doubleId 
- ControllerVm boolMaintanence Mode 
- ControllerVm GetNat Ip Hci Node Controller Vm Nat Ip 
- ControllerVm doubleNat Port 
- ControllerVm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address 
- ControllerVm stringServer Uuid 
- CpuCapacity doubleHz 
- CpuFrequency doubleHz 
- CpuModel string
- CpuUsage doubleHz 
- CreateTime string
- DefaultVhd stringContainer Uuid 
- DefaultVhd stringLocation 
- DefaultVm stringContainer Uuid 
- DefaultVm stringLocation 
- DiskCount double
- Disks
List<GetHci Node Disk> 
- DomainGroup stringMoid 
- FailoverCluster stringFqdn 
- FailoverCluster stringNode Status 
- GpuCount double
- GpuDriver stringVersion 
- Gpuses
List<GetHci Node Gpus> 
- HasCsr bool
- HostName string
- HostType string
- HypervisorAcropolis stringConnection State 
- HypervisorExternal GetAddress Hci Node Hypervisor External Address 
- HypervisorNumber doubleOf Vms 
- HypervisorState string
- HypervisorType string
- HypervisorUser stringName 
- HypervisorVersion string
- IpmiIp GetHci Node Ipmi Ip 
- IpmiUsername string
- IsDegraded bool
- IsHardware boolVirtualized 
- IsSecure boolBooted 
- KeyManagement List<GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status> 
- MaintenanceState string
- MemoryCapacity doubleBytes 
- MemorySize doubleBytes 
- MemoryUsage doubleBytes 
- ModTime string
- Moid string
- NodeExt stringId 
- NodeStatus string
- NumberOf doubleCpu Cores 
- NumberOf doubleCpu Sockets 
- NumberOf doubleCpu Threads 
- ObjectType string
- Owners List<string>
- Parent
GetHci Node Parent 
- PermissionResources List<GetHci Node Permission Resource> 
- PhysicalServer GetHci Node Physical Server 
- RebootPending bool
- RegisteredDevice GetHci Node Registered Device 
- string
- StorageCapacity doubleBytes 
- StorageUsage doubleBytes 
- 
List<GetHci Node Tag> 
- VersionContext GetHci Node Version Context 
- Id string
- Results
[]GetHci Node Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHci Node Ancestor 
- BlockModel string
- BlockSerial string
- BootTime float64Usecs 
- ClassId string
- Cluster
GetHci Node Cluster 
- ClusterExt stringId 
- ClusterName string
- ControllerVm GetBackplane Address Hci Node Controller Vm Backplane Address 
- ControllerVm GetExternal Address Hci Node Controller Vm External Address 
- ControllerVm float64Id 
- ControllerVm boolMaintanence Mode 
- ControllerVm GetNat Ip Hci Node Controller Vm Nat Ip 
- ControllerVm float64Nat Port 
- ControllerVm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address 
- ControllerVm stringServer Uuid 
- CpuCapacity float64Hz 
- CpuFrequency float64Hz 
- CpuModel string
- CpuUsage float64Hz 
- CreateTime string
- DefaultVhd stringContainer Uuid 
- DefaultVhd stringLocation 
- DefaultVm stringContainer Uuid 
- DefaultVm stringLocation 
- DiskCount float64
- Disks
[]GetHci Node Disk 
- DomainGroup stringMoid 
- FailoverCluster stringFqdn 
- FailoverCluster stringNode Status 
- GpuCount float64
- GpuDriver stringVersion 
- Gpuses
[]GetHci Node Gpus 
- HasCsr bool
- HostName string
- HostType string
- HypervisorAcropolis stringConnection State 
- HypervisorExternal GetAddress Hci Node Hypervisor External Address 
- HypervisorNumber float64Of Vms 
- HypervisorState string
- HypervisorType string
- HypervisorUser stringName 
- HypervisorVersion string
- IpmiIp GetHci Node Ipmi Ip 
- IpmiUsername string
- IsDegraded bool
- IsHardware boolVirtualized 
- IsSecure boolBooted 
- KeyManagement []GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status 
- MaintenanceState string
- MemoryCapacity float64Bytes 
- MemorySize float64Bytes 
- MemoryUsage float64Bytes 
- ModTime string
- Moid string
- NodeExt stringId 
- NodeStatus string
- NumberOf float64Cpu Cores 
- NumberOf float64Cpu Sockets 
- NumberOf float64Cpu Threads 
- ObjectType string
- Owners []string
- Parent
GetHci Node Parent 
- PermissionResources []GetHci Node Permission Resource 
- PhysicalServer GetHci Node Physical Server 
- RebootPending bool
- RegisteredDevice GetHci Node Registered Device 
- string
- StorageCapacity float64Bytes 
- StorageUsage float64Bytes 
- 
[]GetHci Node Tag 
- VersionContext GetHci Node Version Context 
- id String
- results
List<GetHci Node Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHci Node Ancestor> 
- blockModel String
- blockSerial String
- bootTime DoubleUsecs 
- classId String
- cluster
GetHci Node Cluster 
- clusterExt StringId 
- clusterName String
- controllerVm GetBackplane Address Hci Node Controller Vm Backplane Address 
- controllerVm GetExternal Address Hci Node Controller Vm External Address 
- controllerVm DoubleId 
- controllerVm BooleanMaintanence Mode 
- controllerVm GetNat Ip Hci Node Controller Vm Nat Ip 
- controllerVm DoubleNat Port 
- controllerVm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address 
- controllerVm StringServer Uuid 
- cpuCapacity DoubleHz 
- cpuFrequency DoubleHz 
- cpuModel String
- cpuUsage DoubleHz 
- createTime String
- defaultVhd StringContainer Uuid 
- defaultVhd StringLocation 
- defaultVm StringContainer Uuid 
- defaultVm StringLocation 
- diskCount Double
- disks
List<GetHci Node Disk> 
- domainGroup StringMoid 
- failoverCluster StringFqdn 
- failoverCluster StringNode Status 
- gpuCount Double
- gpuDriver StringVersion 
- gpuses
List<GetHci Node Gpus> 
- hasCsr Boolean
- hostName String
- hostType String
- hypervisorAcropolis StringConnection State 
- hypervisorExternal GetAddress Hci Node Hypervisor External Address 
- hypervisorNumber DoubleOf Vms 
- hypervisorState String
- hypervisorType String
- hypervisorUser StringName 
- hypervisorVersion String
- ipmiIp GetHci Node Ipmi Ip 
- ipmiUsername String
- isDegraded Boolean
- isHardware BooleanVirtualized 
- isSecure BooleanBooted 
- keyManagement List<GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status> 
- maintenanceState String
- memoryCapacity DoubleBytes 
- memorySize DoubleBytes 
- memoryUsage DoubleBytes 
- modTime String
- moid String
- nodeExt StringId 
- nodeStatus String
- numberOf DoubleCpu Cores 
- numberOf DoubleCpu Sockets 
- numberOf DoubleCpu Threads 
- objectType String
- owners List<String>
- parent
GetHci Node Parent 
- permissionResources List<GetHci Node Permission Resource> 
- physicalServer GetHci Node Physical Server 
- rebootPending Boolean
- registeredDevice GetHci Node Registered Device 
- String
- storageCapacity DoubleBytes 
- storageUsage DoubleBytes 
- 
List<GetHci Node Tag> 
- versionContext GetHci Node Version Context 
- id string
- results
GetHci Node Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHci Node Ancestor[] 
- blockModel string
- blockSerial string
- bootTime numberUsecs 
- classId string
- cluster
GetHci Node Cluster 
- clusterExt stringId 
- clusterName string
- controllerVm GetBackplane Address Hci Node Controller Vm Backplane Address 
- controllerVm GetExternal Address Hci Node Controller Vm External Address 
- controllerVm numberId 
- controllerVm booleanMaintanence Mode 
- controllerVm GetNat Ip Hci Node Controller Vm Nat Ip 
- controllerVm numberNat Port 
- controllerVm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address 
- controllerVm stringServer Uuid 
- cpuCapacity numberHz 
- cpuFrequency numberHz 
- cpuModel string
- cpuUsage numberHz 
- createTime string
- defaultVhd stringContainer Uuid 
- defaultVhd stringLocation 
- defaultVm stringContainer Uuid 
- defaultVm stringLocation 
- diskCount number
- disks
GetHci Node Disk[] 
- domainGroup stringMoid 
- failoverCluster stringFqdn 
- failoverCluster stringNode Status 
- gpuCount number
- gpuDriver stringVersion 
- gpuses
GetHci Node Gpus[] 
- hasCsr boolean
- hostName string
- hostType string
- hypervisorAcropolis stringConnection State 
- hypervisorExternal GetAddress Hci Node Hypervisor External Address 
- hypervisorNumber numberOf Vms 
- hypervisorState string
- hypervisorType string
- hypervisorUser stringName 
- hypervisorVersion string
- ipmiIp GetHci Node Ipmi Ip 
- ipmiUsername string
- isDegraded boolean
- isHardware booleanVirtualized 
- isSecure booleanBooted 
- keyManagement GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status[] 
- maintenanceState string
- memoryCapacity numberBytes 
- memorySize numberBytes 
- memoryUsage numberBytes 
- modTime string
- moid string
- nodeExt stringId 
- nodeStatus string
- numberOf numberCpu Cores 
- numberOf numberCpu Sockets 
- numberOf numberCpu Threads 
- objectType string
- owners string[]
- parent
GetHci Node Parent 
- permissionResources GetHci Node Permission Resource[] 
- physicalServer GetHci Node Physical Server 
- rebootPending boolean
- registeredDevice GetHci Node Registered Device 
- string
- storageCapacity numberBytes 
- storageUsage numberBytes 
- 
GetHci Node Tag[] 
- versionContext GetHci Node Version Context 
- id str
- results
Sequence[GetHci Node Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHci Node Ancestor] 
- block_model str
- block_serial str
- boot_time_ floatusecs 
- class_id str
- cluster
GetHci Node Cluster 
- cluster_ext_ strid 
- cluster_name str
- controller_vm_ Getbackplane_ address Hci Node Controller Vm Backplane Address 
- controller_vm_ Getexternal_ address Hci Node Controller Vm External Address 
- controller_vm_ floatid 
- controller_vm_ boolmaintanence_ mode 
- controller_vm_ Getnat_ ip Hci Node Controller Vm Nat Ip 
- controller_vm_ floatnat_ port 
- controller_vm_ Getrdma_ backplane_ address Hci Node Controller Vm Rdma Backplane Address 
- controller_vm_ strserver_ uuid 
- cpu_capacity_ floathz 
- cpu_frequency_ floathz 
- cpu_model str
- cpu_usage_ floathz 
- create_time str
- default_vhd_ strcontainer_ uuid 
- default_vhd_ strlocation 
- default_vm_ strcontainer_ uuid 
- default_vm_ strlocation 
- disk_count float
- disks
Sequence[GetHci Node Disk] 
- domain_group_ strmoid 
- failover_cluster_ strfqdn 
- failover_cluster_ strnode_ status 
- gpu_count float
- gpu_driver_ strversion 
- gpuses
Sequence[GetHci Node Gpus] 
- has_csr bool
- host_name str
- host_type str
- hypervisor_acropolis_ strconnection_ state 
- hypervisor_external_ Getaddress Hci Node Hypervisor External Address 
- hypervisor_number_ floatof_ vms 
- hypervisor_state str
- hypervisor_type str
- hypervisor_user_ strname 
- hypervisor_version str
- ipmi_ip GetHci Node Ipmi Ip 
- ipmi_username str
- is_degraded bool
- is_hardware_ boolvirtualized 
- is_secure_ boolbooted 
- key_management_ Sequence[Getdevice_ to_ cert_ statuses Hci Node Key Management Device To Cert Status] 
- maintenance_state str
- memory_capacity_ floatbytes 
- memory_size_ floatbytes 
- memory_usage_ floatbytes 
- mod_time str
- moid str
- node_ext_ strid 
- node_status str
- number_of_ floatcpu_ cores 
- number_of_ floatcpu_ sockets 
- number_of_ floatcpu_ threads 
- object_type str
- owners Sequence[str]
- parent
GetHci Node Parent 
- permission_resources Sequence[GetHci Node Permission Resource] 
- physical_server GetHci Node Physical Server 
- reboot_pending bool
- registered_device GetHci Node Registered Device 
- str
- storage_capacity_ floatbytes 
- storage_usage_ floatbytes 
- 
Sequence[GetHci Node Tag] 
- version_context GetHci Node Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- blockModel String
- blockSerial String
- bootTime NumberUsecs 
- classId String
- cluster Property Map
- clusterExt StringId 
- clusterName String
- controllerVm Property MapBackplane Address 
- controllerVm Property MapExternal Address 
- controllerVm NumberId 
- controllerVm BooleanMaintanence Mode 
- controllerVm Property MapNat Ip 
- controllerVm NumberNat Port 
- controllerVm Property MapRdma Backplane Address 
- controllerVm StringServer Uuid 
- cpuCapacity NumberHz 
- cpuFrequency NumberHz 
- cpuModel String
- cpuUsage NumberHz 
- createTime String
- defaultVhd StringContainer Uuid 
- defaultVhd StringLocation 
- defaultVm StringContainer Uuid 
- defaultVm StringLocation 
- diskCount Number
- disks List<Property Map>
- domainGroup StringMoid 
- failoverCluster StringFqdn 
- failoverCluster StringNode Status 
- gpuCount Number
- gpuDriver StringVersion 
- gpuses List<Property Map>
- hasCsr Boolean
- hostName String
- hostType String
- hypervisorAcropolis StringConnection State 
- hypervisorExternal Property MapAddress 
- hypervisorNumber NumberOf Vms 
- hypervisorState String
- hypervisorType String
- hypervisorUser StringName 
- hypervisorVersion String
- ipmiIp Property Map
- ipmiUsername String
- isDegraded Boolean
- isHardware BooleanVirtualized 
- isSecure BooleanBooted 
- keyManagement List<Property Map>Device To Cert Statuses 
- maintenanceState String
- memoryCapacity NumberBytes 
- memorySize NumberBytes 
- memoryUsage NumberBytes 
- modTime String
- moid String
- nodeExt StringId 
- nodeStatus String
- numberOf NumberCpu Cores 
- numberOf NumberCpu Sockets 
- numberOf NumberCpu Threads 
- objectType String
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- physicalServer Property Map
- rebootPending Boolean
- registeredDevice Property Map
- String
- storageCapacity NumberBytes 
- storageUsage NumberBytes 
- List<Property Map>
- versionContext Property Map
Supporting Types
GetHciNodeAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHciNodeCluster   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHciNodeControllerVmBackplaneAddress      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeControllerVmExternalAddress      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeControllerVmNatIp      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeControllerVmRdmaBackplaneAddress       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeDisk   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHciNodeGpus   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHciNodeHypervisorExternalAddress     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeIpmiIp    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength double
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength double
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4PrefixLength float64
- The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6PrefixLength float64
- The prefix length of the IPv6 address.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Double
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Double
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4PrefixLength number
- The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6PrefixLength number
- The prefix length of the IPv6 address.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_address str
- An IPv4 address in this IpAddress.
- ipv4_prefix_ floatlength 
- The prefix length of the IPv4 address.
- ipv6_address str
- An IPv6 address in this IpAddress.
- ipv6_prefix_ floatlength 
- The prefix length of the IPv6 address.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4PrefixLength Number
- The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6PrefixLength Number
- The prefix length of the IPv6 address.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeKeyManagementDeviceToCertStatus        
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- KeyManagement stringServer Name 
- The name of the key management server.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Status bool
- The status of the certificate.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- KeyManagement stringServer Name 
- The name of the key management server.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Status bool
- The status of the certificate.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- keyManagement StringServer Name 
- The name of the key management server.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status Boolean
- The status of the certificate.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- keyManagement stringServer Name 
- The name of the key management server.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status boolean
- The status of the certificate.
- 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.
- key_management_ strserver_ name 
- The name of the key management server.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status bool
- The status of the certificate.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- keyManagement StringServer Name 
- The name of the key management server.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status Boolean
- The status of the certificate.
GetHciNodeParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHciNodePermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHciNodePhysicalServer    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHciNodeRegisteredDevice    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHciNodeResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHci Node Result Ancestor> 
- BlockModel string
- The rackable unit model of the node.
- BlockSerial string
- The rackable unit serial number of the node.
- BootTime doubleUsecs 
- The boot time in microseconds of the node.
- ClassId string
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterName string
- The name of the cluster this node belongs to.
- Clusters
List<GetHci Node Result Cluster> 
- ControllerVm List<GetBackplane Addresses Hci Node Result Controller Vm Backplane Address> 
- ControllerVm List<GetExternal Addresses Hci Node Result Controller Vm External Address> 
- ControllerVm doubleId 
- The identifier number of the controller VM.
- ControllerVm boolMaintanence Mode 
- The maintenance mode status of the controller VM.
- ControllerVm List<GetNat Ips Hci Node Result Controller Vm Nat Ip> 
- ControllerVm doubleNat Port 
- The NAT port of the controller VM.
- ControllerVm List<GetRdma Backplane Addresses Hci Node Result Controller Vm Rdma Backplane Address> 
- ControllerVm stringServer Uuid 
- The Rackable unit UUID of the server.
- CpuCapacity doubleHz 
- The CPU capacity in Hz of the node.
- CpuFrequency doubleHz 
- The CPU frequency in Hz on the node.
- CpuModel string
- The CPU model of the node.
- CpuUsage doubleHz 
- The CPU usage in Hz of the node.
- CreateTime string
- The time when this managed object was created.
- DefaultVhd stringContainer Uuid 
- The default VHD container UUID of the node.
- DefaultVhd stringLocation 
- The default VHD location of the node.
- DefaultVm stringContainer Uuid 
- The default VM container UUID of the node.
- DefaultVm stringLocation 
- The default VM location of the node.
- DiskCount double
- The number of disks on the node.
- Disks
List<GetHci Node Result Disk> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FailoverCluster stringFqdn 
- The failover cluster FQDN of the node.
- FailoverCluster stringNode Status 
- The failover cluster node status of the node.
- GpuCount double
- The number of GPUs on the node.
- GpuDriver stringVersion 
- The GPU driver version of the node.
- Gpuses
List<GetHci Node Result Gpus> 
- HasCsr bool
- Certificate signing request status of the node.
- HostName string
- The name of the host the node is running on.
- HostType string
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- HypervisorAcropolis stringConnection State 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- HypervisorExternal List<GetAddresses Hci Node Result Hypervisor External Address> 
- HypervisorNumber doubleOf Vms 
- The number of VMs managed on this node.
- HypervisorState string
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- HypervisorType string
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- HypervisorUser stringName 
- The user name of the hypervisor on this node.
- HypervisorVersion string
- The version of the hypervisor on this node.
- IpmiIps List<GetHci Node Result Ipmi Ip> 
- IpmiUsername string
- The IPMI user name of the controller.
- IsDegraded bool
- The degraded status of the node.
- IsHardware boolVirtualized 
- The hardware virtualization status of the node.
- IsSecure boolBooted 
- The secure boot status of the node.
- KeyManagement List<GetDevice To Cert Statuses Hci Node Result Key Management Device To Cert Status> 
- MaintenanceState string
- The maintenance state of the node.
- MemoryCapacity doubleBytes 
- The memory capacity in bytes of the node.
- MemorySize doubleBytes 
- The memory size in bytes of the node.
- MemoryUsage doubleBytes 
- The memory usage in bytes of the node.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeExt stringId 
- The unique identifier of the node.
- NodeStatus string
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- NumberOf doubleCpu Cores 
- The number of CPU cores on the node.
- NumberOf doubleCpu Sockets 
- The number of sockets on the node.
- NumberOf doubleCpu Threads 
- The number of threads on the node.
- ObjectType string
- Owners List<string>
- Parents
List<GetHci Node Result Parent> 
- PermissionResources List<GetHci Node Result Permission Resource> 
- PhysicalServers List<GetHci Node Result Physical Server> 
- RebootPending bool
- The reboot pending status of the node.
- RegisteredDevices List<GetHci Node Result Registered Device> 
- 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.
- StorageCapacity doubleBytes 
- The storage capacity in bytes of the node.
- StorageUsage doubleBytes 
- The storage usage in bytes of the node.
- 
List<GetHci Node Result Tag> 
- VersionContexts List<GetHci Node Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHci Node Result Ancestor 
- BlockModel string
- The rackable unit model of the node.
- BlockSerial string
- The rackable unit serial number of the node.
- BootTime float64Usecs 
- The boot time in microseconds of the node.
- ClassId string
- ClusterExt stringId 
- The unique identifier of the cluster.
- ClusterName string
- The name of the cluster this node belongs to.
- Clusters
[]GetHci Node Result Cluster 
- ControllerVm []GetBackplane Addresses Hci Node Result Controller Vm Backplane Address 
- ControllerVm []GetExternal Addresses Hci Node Result Controller Vm External Address 
- ControllerVm float64Id 
- The identifier number of the controller VM.
- ControllerVm boolMaintanence Mode 
- The maintenance mode status of the controller VM.
- ControllerVm []GetNat Ips Hci Node Result Controller Vm Nat Ip 
- ControllerVm float64Nat Port 
- The NAT port of the controller VM.
- ControllerVm []GetRdma Backplane Addresses Hci Node Result Controller Vm Rdma Backplane Address 
- ControllerVm stringServer Uuid 
- The Rackable unit UUID of the server.
- CpuCapacity float64Hz 
- The CPU capacity in Hz of the node.
- CpuFrequency float64Hz 
- The CPU frequency in Hz on the node.
- CpuModel string
- The CPU model of the node.
- CpuUsage float64Hz 
- The CPU usage in Hz of the node.
- CreateTime string
- The time when this managed object was created.
- DefaultVhd stringContainer Uuid 
- The default VHD container UUID of the node.
- DefaultVhd stringLocation 
- The default VHD location of the node.
- DefaultVm stringContainer Uuid 
- The default VM container UUID of the node.
- DefaultVm stringLocation 
- The default VM location of the node.
- DiskCount float64
- The number of disks on the node.
- Disks
[]GetHci Node Result Disk 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- FailoverCluster stringFqdn 
- The failover cluster FQDN of the node.
- FailoverCluster stringNode Status 
- The failover cluster node status of the node.
- GpuCount float64
- The number of GPUs on the node.
- GpuDriver stringVersion 
- The GPU driver version of the node.
- Gpuses
[]GetHci Node Result Gpus 
- HasCsr bool
- Certificate signing request status of the node.
- HostName string
- The name of the host the node is running on.
- HostType string
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- HypervisorAcropolis stringConnection State 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- HypervisorExternal []GetAddresses Hci Node Result Hypervisor External Address 
- HypervisorNumber float64Of Vms 
- The number of VMs managed on this node.
- HypervisorState string
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- HypervisorType string
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- HypervisorUser stringName 
- The user name of the hypervisor on this node.
- HypervisorVersion string
- The version of the hypervisor on this node.
- IpmiIps []GetHci Node Result Ipmi Ip 
- IpmiUsername string
- The IPMI user name of the controller.
- IsDegraded bool
- The degraded status of the node.
- IsHardware boolVirtualized 
- The hardware virtualization status of the node.
- IsSecure boolBooted 
- The secure boot status of the node.
- KeyManagement []GetDevice To Cert Statuses Hci Node Result Key Management Device To Cert Status 
- MaintenanceState string
- The maintenance state of the node.
- MemoryCapacity float64Bytes 
- The memory capacity in bytes of the node.
- MemorySize float64Bytes 
- The memory size in bytes of the node.
- MemoryUsage float64Bytes 
- The memory usage in bytes of the node.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NodeExt stringId 
- The unique identifier of the node.
- NodeStatus string
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- NumberOf float64Cpu Cores 
- The number of CPU cores on the node.
- NumberOf float64Cpu Sockets 
- The number of sockets on the node.
- NumberOf float64Cpu Threads 
- The number of threads on the node.
- ObjectType string
- Owners []string
- Parents
[]GetHci Node Result Parent 
- PermissionResources []GetHci Node Result Permission Resource 
- PhysicalServers []GetHci Node Result Physical Server 
- RebootPending bool
- The reboot pending status of the node.
- RegisteredDevices []GetHci Node Result Registered Device 
- 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.
- StorageCapacity float64Bytes 
- The storage capacity in bytes of the node.
- StorageUsage float64Bytes 
- The storage usage in bytes of the node.
- 
[]GetHci Node Result Tag 
- VersionContexts []GetHci Node Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHci Node Result Ancestor> 
- blockModel String
- The rackable unit model of the node.
- blockSerial String
- The rackable unit serial number of the node.
- bootTime DoubleUsecs 
- The boot time in microseconds of the node.
- classId String
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterName String
- The name of the cluster this node belongs to.
- clusters
List<GetHci Node Result Cluster> 
- controllerVm List<GetBackplane Addresses Hci Node Result Controller Vm Backplane Address> 
- controllerVm List<GetExternal Addresses Hci Node Result Controller Vm External Address> 
- controllerVm DoubleId 
- The identifier number of the controller VM.
- controllerVm BooleanMaintanence Mode 
- The maintenance mode status of the controller VM.
- controllerVm List<GetNat Ips Hci Node Result Controller Vm Nat Ip> 
- controllerVm DoubleNat Port 
- The NAT port of the controller VM.
- controllerVm List<GetRdma Backplane Addresses Hci Node Result Controller Vm Rdma Backplane Address> 
- controllerVm StringServer Uuid 
- The Rackable unit UUID of the server.
- cpuCapacity DoubleHz 
- The CPU capacity in Hz of the node.
- cpuFrequency DoubleHz 
- The CPU frequency in Hz on the node.
- cpuModel String
- The CPU model of the node.
- cpuUsage DoubleHz 
- The CPU usage in Hz of the node.
- createTime String
- The time when this managed object was created.
- defaultVhd StringContainer Uuid 
- The default VHD container UUID of the node.
- defaultVhd StringLocation 
- The default VHD location of the node.
- defaultVm StringContainer Uuid 
- The default VM container UUID of the node.
- defaultVm StringLocation 
- The default VM location of the node.
- diskCount Double
- The number of disks on the node.
- disks
List<GetHci Node Result Disk> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- failoverCluster StringFqdn 
- The failover cluster FQDN of the node.
- failoverCluster StringNode Status 
- The failover cluster node status of the node.
- gpuCount Double
- The number of GPUs on the node.
- gpuDriver StringVersion 
- The GPU driver version of the node.
- gpuses
List<GetHci Node Result Gpus> 
- hasCsr Boolean
- Certificate signing request status of the node.
- hostName String
- The name of the host the node is running on.
- hostType String
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisorAcropolis StringConnection State 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisorExternal List<GetAddresses Hci Node Result Hypervisor External Address> 
- hypervisorNumber DoubleOf Vms 
- The number of VMs managed on this node.
- hypervisorState String
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- hypervisorType String
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisorUser StringName 
- The user name of the hypervisor on this node.
- hypervisorVersion String
- The version of the hypervisor on this node.
- ipmiIps List<GetHci Node Result Ipmi Ip> 
- ipmiUsername String
- The IPMI user name of the controller.
- isDegraded Boolean
- The degraded status of the node.
- isHardware BooleanVirtualized 
- The hardware virtualization status of the node.
- isSecure BooleanBooted 
- The secure boot status of the node.
- keyManagement List<GetDevice To Cert Statuses Hci Node Result Key Management Device To Cert Status> 
- maintenanceState String
- The maintenance state of the node.
- memoryCapacity DoubleBytes 
- The memory capacity in bytes of the node.
- memorySize DoubleBytes 
- The memory size in bytes of the node.
- memoryUsage DoubleBytes 
- The memory usage in bytes of the node.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeExt StringId 
- The unique identifier of the node.
- nodeStatus String
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- numberOf DoubleCpu Cores 
- The number of CPU cores on the node.
- numberOf DoubleCpu Sockets 
- The number of sockets on the node.
- numberOf DoubleCpu Threads 
- The number of threads on the node.
- objectType String
- owners List<String>
- parents
List<GetHci Node Result Parent> 
- permissionResources List<GetHci Node Result Permission Resource> 
- physicalServers List<GetHci Node Result Physical Server> 
- rebootPending Boolean
- The reboot pending status of the node.
- registeredDevices List<GetHci Node Result Registered Device> 
- 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.
- storageCapacity DoubleBytes 
- The storage capacity in bytes of the node.
- storageUsage DoubleBytes 
- The storage usage in bytes of the node.
- 
List<GetHci Node Result Tag> 
- versionContexts List<GetHci Node Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHci Node Result Ancestor[] 
- blockModel string
- The rackable unit model of the node.
- blockSerial string
- The rackable unit serial number of the node.
- bootTime numberUsecs 
- The boot time in microseconds of the node.
- classId string
- clusterExt stringId 
- The unique identifier of the cluster.
- clusterName string
- The name of the cluster this node belongs to.
- clusters
GetHci Node Result Cluster[] 
- controllerVm GetBackplane Addresses Hci Node Result Controller Vm Backplane Address[] 
- controllerVm GetExternal Addresses Hci Node Result Controller Vm External Address[] 
- controllerVm numberId 
- The identifier number of the controller VM.
- controllerVm booleanMaintanence Mode 
- The maintenance mode status of the controller VM.
- controllerVm GetNat Ips Hci Node Result Controller Vm Nat Ip[] 
- controllerVm numberNat Port 
- The NAT port of the controller VM.
- controllerVm GetRdma Backplane Addresses Hci Node Result Controller Vm Rdma Backplane Address[] 
- controllerVm stringServer Uuid 
- The Rackable unit UUID of the server.
- cpuCapacity numberHz 
- The CPU capacity in Hz of the node.
- cpuFrequency numberHz 
- The CPU frequency in Hz on the node.
- cpuModel string
- The CPU model of the node.
- cpuUsage numberHz 
- The CPU usage in Hz of the node.
- createTime string
- The time when this managed object was created.
- defaultVhd stringContainer Uuid 
- The default VHD container UUID of the node.
- defaultVhd stringLocation 
- The default VHD location of the node.
- defaultVm stringContainer Uuid 
- The default VM container UUID of the node.
- defaultVm stringLocation 
- The default VM location of the node.
- diskCount number
- The number of disks on the node.
- disks
GetHci Node Result Disk[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- failoverCluster stringFqdn 
- The failover cluster FQDN of the node.
- failoverCluster stringNode Status 
- The failover cluster node status of the node.
- gpuCount number
- The number of GPUs on the node.
- gpuDriver stringVersion 
- The GPU driver version of the node.
- gpuses
GetHci Node Result Gpus[] 
- hasCsr boolean
- Certificate signing request status of the node.
- hostName string
- The name of the host the node is running on.
- hostType string
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisorAcropolis stringConnection State 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisorExternal GetAddresses Hci Node Result Hypervisor External Address[] 
- hypervisorNumber numberOf Vms 
- The number of VMs managed on this node.
- hypervisorState string
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- hypervisorType string
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisorUser stringName 
- The user name of the hypervisor on this node.
- hypervisorVersion string
- The version of the hypervisor on this node.
- ipmiIps GetHci Node Result Ipmi Ip[] 
- ipmiUsername string
- The IPMI user name of the controller.
- isDegraded boolean
- The degraded status of the node.
- isHardware booleanVirtualized 
- The hardware virtualization status of the node.
- isSecure booleanBooted 
- The secure boot status of the node.
- keyManagement GetDevice To Cert Statuses Hci Node Result Key Management Device To Cert Status[] 
- maintenanceState string
- The maintenance state of the node.
- memoryCapacity numberBytes 
- The memory capacity in bytes of the node.
- memorySize numberBytes 
- The memory size in bytes of the node.
- memoryUsage numberBytes 
- The memory usage in bytes of the node.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nodeExt stringId 
- The unique identifier of the node.
- nodeStatus string
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- numberOf numberCpu Cores 
- The number of CPU cores on the node.
- numberOf numberCpu Sockets 
- The number of sockets on the node.
- numberOf numberCpu Threads 
- The number of threads on the node.
- objectType string
- owners string[]
- parents
GetHci Node Result Parent[] 
- permissionResources GetHci Node Result Permission Resource[] 
- physicalServers GetHci Node Result Physical Server[] 
- rebootPending boolean
- The reboot pending status of the node.
- registeredDevices GetHci Node Result Registered Device[] 
- 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.
- storageCapacity numberBytes 
- The storage capacity in bytes of the node.
- storageUsage numberBytes 
- The storage usage in bytes of the node.
- 
GetHci Node Result Tag[] 
- versionContexts GetHci Node Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHci Node Result Ancestor] 
- block_model str
- The rackable unit model of the node.
- block_serial str
- The rackable unit serial number of the node.
- boot_time_ floatusecs 
- The boot time in microseconds of the node.
- class_id str
- cluster_ext_ strid 
- The unique identifier of the cluster.
- cluster_name str
- The name of the cluster this node belongs to.
- clusters
Sequence[GetHci Node Result Cluster] 
- controller_vm_ Sequence[Getbackplane_ addresses Hci Node Result Controller Vm Backplane Address] 
- controller_vm_ Sequence[Getexternal_ addresses Hci Node Result Controller Vm External Address] 
- controller_vm_ floatid 
- The identifier number of the controller VM.
- controller_vm_ boolmaintanence_ mode 
- The maintenance mode status of the controller VM.
- controller_vm_ Sequence[Getnat_ ips Hci Node Result Controller Vm Nat Ip] 
- controller_vm_ floatnat_ port 
- The NAT port of the controller VM.
- controller_vm_ Sequence[Getrdma_ backplane_ addresses Hci Node Result Controller Vm Rdma Backplane Address] 
- controller_vm_ strserver_ uuid 
- The Rackable unit UUID of the server.
- cpu_capacity_ floathz 
- The CPU capacity in Hz of the node.
- cpu_frequency_ floathz 
- The CPU frequency in Hz on the node.
- cpu_model str
- The CPU model of the node.
- cpu_usage_ floathz 
- The CPU usage in Hz of the node.
- create_time str
- The time when this managed object was created.
- default_vhd_ strcontainer_ uuid 
- The default VHD container UUID of the node.
- default_vhd_ strlocation 
- The default VHD location of the node.
- default_vm_ strcontainer_ uuid 
- The default VM container UUID of the node.
- default_vm_ strlocation 
- The default VM location of the node.
- disk_count float
- The number of disks on the node.
- disks
Sequence[GetHci Node Result Disk] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- failover_cluster_ strfqdn 
- The failover cluster FQDN of the node.
- failover_cluster_ strnode_ status 
- The failover cluster node status of the node.
- gpu_count float
- The number of GPUs on the node.
- gpu_driver_ strversion 
- The GPU driver version of the node.
- gpuses
Sequence[GetHci Node Result Gpus] 
- has_csr bool
- Certificate signing request status of the node.
- host_name str
- The name of the host the node is running on.
- host_type str
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisor_acropolis_ strconnection_ state 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisor_external_ Sequence[Getaddresses Hci Node Result Hypervisor External Address] 
- hypervisor_number_ floatof_ vms 
- The number of VMs managed on this node.
- hypervisor_state str
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- hypervisor_type str
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisor_user_ strname 
- The user name of the hypervisor on this node.
- hypervisor_version str
- The version of the hypervisor on this node.
- ipmi_ips Sequence[GetHci Node Result Ipmi Ip] 
- ipmi_username str
- The IPMI user name of the controller.
- is_degraded bool
- The degraded status of the node.
- is_hardware_ boolvirtualized 
- The hardware virtualization status of the node.
- is_secure_ boolbooted 
- The secure boot status of the node.
- key_management_ Sequence[Getdevice_ to_ cert_ statuses Hci Node Result Key Management Device To Cert Status] 
- maintenance_state str
- The maintenance state of the node.
- memory_capacity_ floatbytes 
- The memory capacity in bytes of the node.
- memory_size_ floatbytes 
- The memory size in bytes of the node.
- memory_usage_ floatbytes 
- The memory usage in bytes of the node.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_ext_ strid 
- The unique identifier of the node.
- node_status str
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- number_of_ floatcpu_ cores 
- The number of CPU cores on the node.
- number_of_ floatcpu_ sockets 
- The number of sockets on the node.
- number_of_ floatcpu_ threads 
- The number of threads on the node.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetHci Node Result Parent] 
- permission_resources Sequence[GetHci Node Result Permission Resource] 
- physical_servers Sequence[GetHci Node Result Physical Server] 
- reboot_pending bool
- The reboot pending status of the node.
- registered_devices Sequence[GetHci Node Result Registered Device] 
- 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.
- storage_capacity_ floatbytes 
- The storage capacity in bytes of the node.
- storage_usage_ floatbytes 
- The storage usage in bytes of the node.
- 
Sequence[GetHci Node Result Tag] 
- version_contexts Sequence[GetHci Node Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- blockModel String
- The rackable unit model of the node.
- blockSerial String
- The rackable unit serial number of the node.
- bootTime NumberUsecs 
- The boot time in microseconds of the node.
- classId String
- clusterExt StringId 
- The unique identifier of the cluster.
- clusterName String
- The name of the cluster this node belongs to.
- clusters List<Property Map>
- controllerVm List<Property Map>Backplane Addresses 
- controllerVm List<Property Map>External Addresses 
- controllerVm NumberId 
- The identifier number of the controller VM.
- controllerVm BooleanMaintanence Mode 
- The maintenance mode status of the controller VM.
- controllerVm List<Property Map>Nat Ips 
- controllerVm NumberNat Port 
- The NAT port of the controller VM.
- controllerVm List<Property Map>Rdma Backplane Addresses 
- controllerVm StringServer Uuid 
- The Rackable unit UUID of the server.
- cpuCapacity NumberHz 
- The CPU capacity in Hz of the node.
- cpuFrequency NumberHz 
- The CPU frequency in Hz on the node.
- cpuModel String
- The CPU model of the node.
- cpuUsage NumberHz 
- The CPU usage in Hz of the node.
- createTime String
- The time when this managed object was created.
- defaultVhd StringContainer Uuid 
- The default VHD container UUID of the node.
- defaultVhd StringLocation 
- The default VHD location of the node.
- defaultVm StringContainer Uuid 
- The default VM container UUID of the node.
- defaultVm StringLocation 
- The default VM location of the node.
- diskCount Number
- The number of disks on the node.
- disks List<Property Map>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- failoverCluster StringFqdn 
- The failover cluster FQDN of the node.
- failoverCluster StringNode Status 
- The failover cluster node status of the node.
- gpuCount Number
- The number of GPUs on the node.
- gpuDriver StringVersion 
- The GPU driver version of the node.
- gpuses List<Property Map>
- hasCsr Boolean
- Certificate signing request status of the node.
- hostName String
- The name of the host the node is running on.
- hostType String
- The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisorAcropolis StringConnection State 
- The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisorExternal List<Property Map>Addresses 
- hypervisorNumber NumberOf Vms 
- The number of VMs managed on this node.
- hypervisorState String
- The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- hypervisorType String
- The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisorUser StringName 
- The user name of the hypervisor on this node.
- hypervisorVersion String
- The version of the hypervisor on this node.
- ipmiIps List<Property Map>
- ipmiUsername String
- The IPMI user name of the controller.
- isDegraded Boolean
- The degraded status of the node.
- isHardware BooleanVirtualized 
- The hardware virtualization status of the node.
- isSecure BooleanBooted 
- The secure boot status of the node.
- keyManagement List<Property Map>Device To Cert Statuses 
- maintenanceState String
- The maintenance state of the node.
- memoryCapacity NumberBytes 
- The memory capacity in bytes of the node.
- memorySize NumberBytes 
- The memory size in bytes of the node.
- memoryUsage NumberBytes 
- The memory usage in bytes of the node.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nodeExt StringId 
- The unique identifier of the node.
- nodeStatus String
- The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- numberOf NumberCpu Cores 
- The number of CPU cores on the node.
- numberOf NumberCpu Sockets 
- The number of sockets on the node.
- numberOf NumberCpu Threads 
- The number of threads on the node.
- objectType String
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- physicalServers List<Property Map>
- rebootPending Boolean
- The reboot pending status of the node.
- registeredDevices 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.
- storageCapacity NumberBytes 
- The storage capacity in bytes of the node.
- storageUsage NumberBytes 
- The storage usage in bytes of the node.
- List<Property Map>
- versionContexts List<Property Map>
GetHciNodeResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciNodeResultCluster    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciNodeResultControllerVmBackplaneAddress       
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciNodeResultControllerVmExternalAddress       
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciNodeResultControllerVmNatIp       
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciNodeResultControllerVmRdmaBackplaneAddress        
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciNodeResultDisk    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciNodeResultGpus    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciNodeResultHypervisorExternalAddress      
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciNodeResultIpmiIp     
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength double
- Ipv6Address string
- Ipv6PrefixLength double
- ObjectType string
- AdditionalProperties string
- ClassId string
- Ipv4Address string
- Ipv4PrefixLength float64
- Ipv6Address string
- Ipv6PrefixLength float64
- ObjectType string
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Double
- ipv6Address String
- ipv6PrefixLength Double
- objectType String
- additionalProperties string
- classId string
- ipv4Address string
- ipv4PrefixLength number
- ipv6Address string
- ipv6PrefixLength number
- objectType string
- additional_properties str
- class_id str
- ipv4_address str
- ipv4_prefix_ floatlength 
- ipv6_address str
- ipv6_prefix_ floatlength 
- object_type str
- additionalProperties String
- classId String
- ipv4Address String
- ipv4PrefixLength Number
- ipv6Address String
- ipv6PrefixLength Number
- objectType String
GetHciNodeResultKeyManagementDeviceToCertStatus         
- AdditionalProperties string
- ClassId string
- KeyManagement stringServer Name 
- ObjectType string
- Status bool
- AdditionalProperties string
- ClassId string
- KeyManagement stringServer Name 
- ObjectType string
- Status bool
- additionalProperties String
- classId String
- keyManagement StringServer Name 
- objectType String
- status Boolean
- additionalProperties string
- classId string
- keyManagement stringServer Name 
- objectType string
- status boolean
- additional_properties str
- class_id str
- key_management_ strserver_ name 
- object_type str
- status bool
- additionalProperties String
- classId String
- keyManagement StringServer Name 
- objectType String
- status Boolean
GetHciNodeResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciNodeResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciNodeResultPhysicalServer     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciNodeResultRegisteredDevice     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciNodeResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHciNodeResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetHci Node Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos List<GetHci Node Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetHci Node Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetHci Node Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetHci Node Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetHci Node Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetHci Node Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetHci Node Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHciNodeResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciNodeResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHciNodeTag   
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHciNodeVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetHci Node Version Context Interested Mo> 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHci Node Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetHci Node Version Context Interested Mo 
- MarkedFor 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.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetHci Node Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetHci Node Version Context Interested Mo> 
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHci Node Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetHci Node Version Context Interested Mo[] 
- markedFor 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.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetHci Node Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetHci Node 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 GetHci Node 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.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor 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.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetHciNodeVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
GetHciNodeVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- 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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet