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

intersight.getHciNode

Explore with Pulumi AI

intersight 1.0.63 published on Wednesday, Apr 16, 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>
Copy
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]
Copy
func LookupHciNode(ctx *Context, args *LookupHciNodeArgs, opts ...InvokeOption) (*LookupHciNodeResult, error)
func LookupHciNodeOutput(ctx *Context, args *LookupHciNodeOutputArgs, opts ...InvokeOption) LookupHciNodeResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetHciNodeResult> getHciNode(GetHciNodeArgs args, InvokeOptions options)
public static Output<GetHciNodeResult> getHciNode(GetHciNodeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getHciNode:getHciNode
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetHciNodeAncestor>
BlockModel string
The rackable unit model of the node.
BlockSerial string
The rackable unit serial number of the node.
BootTimeUsecs double
The boot time in microseconds of the node.
ClassId string
Cluster GetHciNodeCluster
ClusterExtId string
The unique identifier of the cluster.
ClusterName string
The name of the cluster this node belongs to.
ControllerVmBackplaneAddress GetHciNodeControllerVmBackplaneAddress
ControllerVmExternalAddress GetHciNodeControllerVmExternalAddress
ControllerVmId double
The identifier number of the controller VM.
ControllerVmMaintanenceMode bool
The maintenance mode status of the controller VM.
ControllerVmNatIp GetHciNodeControllerVmNatIp
ControllerVmNatPort double
The NAT port of the controller VM.
ControllerVmRdmaBackplaneAddress GetHciNodeControllerVmRdmaBackplaneAddress
ControllerVmServerUuid string
The Rackable unit UUID of the server.
CpuCapacityHz double
The CPU capacity in Hz of the node.
CpuFrequencyHz double
The CPU frequency in Hz on the node.
CpuModel string
The CPU model of the node.
CpuUsageHz double
The CPU usage in Hz of the node.
CreateTime string
The time when this managed object was created.
DefaultVhdContainerUuid string
The default VHD container UUID of the node.
DefaultVhdLocation string
The default VHD location of the node.
DefaultVmContainerUuid string
The default VM container UUID of the node.
DefaultVmLocation string
The default VM location of the node.
DiskCount double
The number of disks on the node.
Disks List<GetHciNodeDisk>
DomainGroupMoid string
The DomainGroup ID for this managed object.
FailoverClusterFqdn string
The failover cluster FQDN of the node.
FailoverClusterNodeStatus string
The failover cluster node status of the node.
GpuCount double
The number of GPUs on the node.
GpuDriverVersion string
The GPU driver version of the node.
Gpuses List<GetHciNodeGpus>
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.
HypervisorAcropolisConnectionState string
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
HypervisorExternalAddress GetHciNodeHypervisorExternalAddress
HypervisorNumberOfVms double
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.
HypervisorUserName string
The user name of the hypervisor on this node.
HypervisorVersion string
The version of the hypervisor on this node.
Id string
IpmiIp GetHciNodeIpmiIp
IpmiUsername string
The IPMI user name of the controller.
IsDegraded bool
The degraded status of the node.
IsHardwareVirtualized bool
The hardware virtualization status of the node.
IsSecureBooted bool
The secure boot status of the node.
KeyManagementDeviceToCertStatuses List<GetHciNodeKeyManagementDeviceToCertStatus>
MaintenanceState string
The maintenance state of the node.
MemoryCapacityBytes double
The memory capacity in bytes of the node.
MemorySizeBytes double
The memory size in bytes of the node.
MemoryUsageBytes double
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.
NodeExtId string
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.
NumberOfCpuCores double
The number of CPU cores on the node.
NumberOfCpuSockets double
The number of sockets on the node.
NumberOfCpuThreads double
The number of threads on the node.
ObjectType string
Owners List<string>
Parent GetHciNodeParent
PermissionResources List<GetHciNodePermissionResource>
PhysicalServer GetHciNodePhysicalServer
RebootPending bool
The reboot pending status of the node.
RegisteredDevice GetHciNodeRegisteredDevice
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StorageCapacityBytes double
The storage capacity in bytes of the node.
StorageUsageBytes double
The storage usage in bytes of the node.
Tags List<GetHciNodeTag>
VersionContext GetHciNodeVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetHciNodeAncestor
BlockModel string
The rackable unit model of the node.
BlockSerial string
The rackable unit serial number of the node.
BootTimeUsecs float64
The boot time in microseconds of the node.
ClassId string
Cluster GetHciNodeCluster
ClusterExtId string
The unique identifier of the cluster.
ClusterName string
The name of the cluster this node belongs to.
ControllerVmBackplaneAddress GetHciNodeControllerVmBackplaneAddress
ControllerVmExternalAddress GetHciNodeControllerVmExternalAddress
ControllerVmId float64
The identifier number of the controller VM.
ControllerVmMaintanenceMode bool
The maintenance mode status of the controller VM.
ControllerVmNatIp GetHciNodeControllerVmNatIp
ControllerVmNatPort float64
The NAT port of the controller VM.
ControllerVmRdmaBackplaneAddress GetHciNodeControllerVmRdmaBackplaneAddress
ControllerVmServerUuid string
The Rackable unit UUID of the server.
CpuCapacityHz float64
The CPU capacity in Hz of the node.
CpuFrequencyHz float64
The CPU frequency in Hz on the node.
CpuModel string
The CPU model of the node.
CpuUsageHz float64
The CPU usage in Hz of the node.
CreateTime string
The time when this managed object was created.
DefaultVhdContainerUuid string
The default VHD container UUID of the node.
DefaultVhdLocation string
The default VHD location of the node.
DefaultVmContainerUuid string
The default VM container UUID of the node.
DefaultVmLocation string
The default VM location of the node.
DiskCount float64
The number of disks on the node.
Disks []GetHciNodeDisk
DomainGroupMoid string
The DomainGroup ID for this managed object.
FailoverClusterFqdn string
The failover cluster FQDN of the node.
FailoverClusterNodeStatus string
The failover cluster node status of the node.
GpuCount float64
The number of GPUs on the node.
GpuDriverVersion string
The GPU driver version of the node.
Gpuses []GetHciNodeGpus
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.
HypervisorAcropolisConnectionState string
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
HypervisorExternalAddress GetHciNodeHypervisorExternalAddress
HypervisorNumberOfVms float64
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.
HypervisorUserName string
The user name of the hypervisor on this node.
HypervisorVersion string
The version of the hypervisor on this node.
Id string
IpmiIp GetHciNodeIpmiIp
IpmiUsername string
The IPMI user name of the controller.
IsDegraded bool
The degraded status of the node.
IsHardwareVirtualized bool
The hardware virtualization status of the node.
IsSecureBooted bool
The secure boot status of the node.
KeyManagementDeviceToCertStatuses []GetHciNodeKeyManagementDeviceToCertStatus
MaintenanceState string
The maintenance state of the node.
MemoryCapacityBytes float64
The memory capacity in bytes of the node.
MemorySizeBytes float64
The memory size in bytes of the node.
MemoryUsageBytes float64
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.
NodeExtId string
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.
NumberOfCpuCores float64
The number of CPU cores on the node.
NumberOfCpuSockets float64
The number of sockets on the node.
NumberOfCpuThreads float64
The number of threads on the node.
ObjectType string
Owners []string
Parent GetHciNodeParent
PermissionResources []GetHciNodePermissionResource
PhysicalServer GetHciNodePhysicalServer
RebootPending bool
The reboot pending status of the node.
RegisteredDevice GetHciNodeRegisteredDevice
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StorageCapacityBytes float64
The storage capacity in bytes of the node.
StorageUsageBytes float64
The storage usage in bytes of the node.
Tags []GetHciNodeTag
VersionContext GetHciNodeVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetHciNodeAncestor>
blockModel String
The rackable unit model of the node.
blockSerial String
The rackable unit serial number of the node.
bootTimeUsecs Double
The boot time in microseconds of the node.
classId String
cluster GetHciNodeCluster
clusterExtId String
The unique identifier of the cluster.
clusterName String
The name of the cluster this node belongs to.
controllerVmBackplaneAddress GetHciNodeControllerVmBackplaneAddress
controllerVmExternalAddress GetHciNodeControllerVmExternalAddress
controllerVmId Double
The identifier number of the controller VM.
controllerVmMaintanenceMode Boolean
The maintenance mode status of the controller VM.
controllerVmNatIp GetHciNodeControllerVmNatIp
controllerVmNatPort Double
The NAT port of the controller VM.
controllerVmRdmaBackplaneAddress GetHciNodeControllerVmRdmaBackplaneAddress
controllerVmServerUuid String
The Rackable unit UUID of the server.
cpuCapacityHz Double
The CPU capacity in Hz of the node.
cpuFrequencyHz Double
The CPU frequency in Hz on the node.
cpuModel String
The CPU model of the node.
cpuUsageHz Double
The CPU usage in Hz of the node.
createTime String
The time when this managed object was created.
defaultVhdContainerUuid String
The default VHD container UUID of the node.
defaultVhdLocation String
The default VHD location of the node.
defaultVmContainerUuid String
The default VM container UUID of the node.
defaultVmLocation String
The default VM location of the node.
diskCount Double
The number of disks on the node.
disks List<GetHciNodeDisk>
domainGroupMoid String
The DomainGroup ID for this managed object.
failoverClusterFqdn String
The failover cluster FQDN of the node.
failoverClusterNodeStatus String
The failover cluster node status of the node.
gpuCount Double
The number of GPUs on the node.
gpuDriverVersion String
The GPU driver version of the node.
gpuses List<GetHciNodeGpus>
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.
hypervisorAcropolisConnectionState String
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
hypervisorExternalAddress GetHciNodeHypervisorExternalAddress
hypervisorNumberOfVms Double
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.
hypervisorUserName String
The user name of the hypervisor on this node.
hypervisorVersion String
The version of the hypervisor on this node.
id String
ipmiIp GetHciNodeIpmiIp
ipmiUsername String
The IPMI user name of the controller.
isDegraded Boolean
The degraded status of the node.
isHardwareVirtualized Boolean
The hardware virtualization status of the node.
isSecureBooted Boolean
The secure boot status of the node.
keyManagementDeviceToCertStatuses List<GetHciNodeKeyManagementDeviceToCertStatus>
maintenanceState String
The maintenance state of the node.
memoryCapacityBytes Double
The memory capacity in bytes of the node.
memorySizeBytes Double
The memory size in bytes of the node.
memoryUsageBytes Double
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.
nodeExtId String
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.
numberOfCpuCores Double
The number of CPU cores on the node.
numberOfCpuSockets Double
The number of sockets on the node.
numberOfCpuThreads Double
The number of threads on the node.
objectType String
owners List<String>
parent GetHciNodeParent
permissionResources List<GetHciNodePermissionResource>
physicalServer GetHciNodePhysicalServer
rebootPending Boolean
The reboot pending status of the node.
registeredDevice GetHciNodeRegisteredDevice
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageCapacityBytes Double
The storage capacity in bytes of the node.
storageUsageBytes Double
The storage usage in bytes of the node.
tags List<GetHciNodeTag>
versionContext GetHciNodeVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetHciNodeAncestor[]
blockModel string
The rackable unit model of the node.
blockSerial string
The rackable unit serial number of the node.
bootTimeUsecs number
The boot time in microseconds of the node.
classId string
cluster GetHciNodeCluster
clusterExtId string
The unique identifier of the cluster.
clusterName string
The name of the cluster this node belongs to.
controllerVmBackplaneAddress GetHciNodeControllerVmBackplaneAddress
controllerVmExternalAddress GetHciNodeControllerVmExternalAddress
controllerVmId number
The identifier number of the controller VM.
controllerVmMaintanenceMode boolean
The maintenance mode status of the controller VM.
controllerVmNatIp GetHciNodeControllerVmNatIp
controllerVmNatPort number
The NAT port of the controller VM.
controllerVmRdmaBackplaneAddress GetHciNodeControllerVmRdmaBackplaneAddress
controllerVmServerUuid string
The Rackable unit UUID of the server.
cpuCapacityHz number
The CPU capacity in Hz of the node.
cpuFrequencyHz number
The CPU frequency in Hz on the node.
cpuModel string
The CPU model of the node.
cpuUsageHz number
The CPU usage in Hz of the node.
createTime string
The time when this managed object was created.
defaultVhdContainerUuid string
The default VHD container UUID of the node.
defaultVhdLocation string
The default VHD location of the node.
defaultVmContainerUuid string
The default VM container UUID of the node.
defaultVmLocation string
The default VM location of the node.
diskCount number
The number of disks on the node.
disks GetHciNodeDisk[]
domainGroupMoid string
The DomainGroup ID for this managed object.
failoverClusterFqdn string
The failover cluster FQDN of the node.
failoverClusterNodeStatus string
The failover cluster node status of the node.
gpuCount number
The number of GPUs on the node.
gpuDriverVersion string
The GPU driver version of the node.
gpuses GetHciNodeGpus[]
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.
hypervisorAcropolisConnectionState string
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
hypervisorExternalAddress GetHciNodeHypervisorExternalAddress
hypervisorNumberOfVms number
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.
hypervisorUserName string
The user name of the hypervisor on this node.
hypervisorVersion string
The version of the hypervisor on this node.
id string
ipmiIp GetHciNodeIpmiIp
ipmiUsername string
The IPMI user name of the controller.
isDegraded boolean
The degraded status of the node.
isHardwareVirtualized boolean
The hardware virtualization status of the node.
isSecureBooted boolean
The secure boot status of the node.
keyManagementDeviceToCertStatuses GetHciNodeKeyManagementDeviceToCertStatus[]
maintenanceState string
The maintenance state of the node.
memoryCapacityBytes number
The memory capacity in bytes of the node.
memorySizeBytes number
The memory size in bytes of the node.
memoryUsageBytes number
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.
nodeExtId string
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.
numberOfCpuCores number
The number of CPU cores on the node.
numberOfCpuSockets number
The number of sockets on the node.
numberOfCpuThreads number
The number of threads on the node.
objectType string
owners string[]
parent GetHciNodeParent
permissionResources GetHciNodePermissionResource[]
physicalServer GetHciNodePhysicalServer
rebootPending boolean
The reboot pending status of the node.
registeredDevice GetHciNodeRegisteredDevice
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageCapacityBytes number
The storage capacity in bytes of the node.
storageUsageBytes number
The storage usage in bytes of the node.
tags GetHciNodeTag[]
versionContext GetHciNodeVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetHciNodeAncestor]
block_model str
The rackable unit model of the node.
block_serial str
The rackable unit serial number of the node.
boot_time_usecs float
The boot time in microseconds of the node.
class_id str
cluster GetHciNodeCluster
cluster_ext_id str
The unique identifier of the cluster.
cluster_name str
The name of the cluster this node belongs to.
controller_vm_backplane_address GetHciNodeControllerVmBackplaneAddress
controller_vm_external_address GetHciNodeControllerVmExternalAddress
controller_vm_id float
The identifier number of the controller VM.
controller_vm_maintanence_mode bool
The maintenance mode status of the controller VM.
controller_vm_nat_ip GetHciNodeControllerVmNatIp
controller_vm_nat_port float
The NAT port of the controller VM.
controller_vm_rdma_backplane_address GetHciNodeControllerVmRdmaBackplaneAddress
controller_vm_server_uuid str
The Rackable unit UUID of the server.
cpu_capacity_hz float
The CPU capacity in Hz of the node.
cpu_frequency_hz float
The CPU frequency in Hz on the node.
cpu_model str
The CPU model of the node.
cpu_usage_hz float
The CPU usage in Hz of the node.
create_time str
The time when this managed object was created.
default_vhd_container_uuid str
The default VHD container UUID of the node.
default_vhd_location str
The default VHD location of the node.
default_vm_container_uuid str
The default VM container UUID of the node.
default_vm_location str
The default VM location of the node.
disk_count float
The number of disks on the node.
disks Sequence[GetHciNodeDisk]
domain_group_moid str
The DomainGroup ID for this managed object.
failover_cluster_fqdn str
The failover cluster FQDN of the node.
failover_cluster_node_status str
The failover cluster node status of the node.
gpu_count float
The number of GPUs on the node.
gpu_driver_version str
The GPU driver version of the node.
gpuses Sequence[GetHciNodeGpus]
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_connection_state str
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
hypervisor_external_address GetHciNodeHypervisorExternalAddress
hypervisor_number_of_vms float
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_name str
The user name of the hypervisor on this node.
hypervisor_version str
The version of the hypervisor on this node.
id str
ipmi_ip GetHciNodeIpmiIp
ipmi_username str
The IPMI user name of the controller.
is_degraded bool
The degraded status of the node.
is_hardware_virtualized bool
The hardware virtualization status of the node.
is_secure_booted bool
The secure boot status of the node.
key_management_device_to_cert_statuses Sequence[GetHciNodeKeyManagementDeviceToCertStatus]
maintenance_state str
The maintenance state of the node.
memory_capacity_bytes float
The memory capacity in bytes of the node.
memory_size_bytes float
The memory size in bytes of the node.
memory_usage_bytes float
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_id str
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_cpu_cores float
The number of CPU cores on the node.
number_of_cpu_sockets float
The number of sockets on the node.
number_of_cpu_threads float
The number of threads on the node.
object_type str
owners Sequence[str]
parent GetHciNodeParent
permission_resources Sequence[GetHciNodePermissionResource]
physical_server GetHciNodePhysicalServer
reboot_pending bool
The reboot pending status of the node.
registered_device GetHciNodeRegisteredDevice
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storage_capacity_bytes float
The storage capacity in bytes of the node.
storage_usage_bytes float
The storage usage in bytes of the node.
tags Sequence[GetHciNodeTag]
version_context GetHciNodeVersionContext
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.
bootTimeUsecs Number
The boot time in microseconds of the node.
classId String
cluster Property Map
clusterExtId String
The unique identifier of the cluster.
clusterName String
The name of the cluster this node belongs to.
controllerVmBackplaneAddress Property Map
controllerVmExternalAddress Property Map
controllerVmId Number
The identifier number of the controller VM.
controllerVmMaintanenceMode Boolean
The maintenance mode status of the controller VM.
controllerVmNatIp Property Map
controllerVmNatPort Number
The NAT port of the controller VM.
controllerVmRdmaBackplaneAddress Property Map
controllerVmServerUuid String
The Rackable unit UUID of the server.
cpuCapacityHz Number
The CPU capacity in Hz of the node.
cpuFrequencyHz Number
The CPU frequency in Hz on the node.
cpuModel String
The CPU model of the node.
cpuUsageHz Number
The CPU usage in Hz of the node.
createTime String
The time when this managed object was created.
defaultVhdContainerUuid String
The default VHD container UUID of the node.
defaultVhdLocation String
The default VHD location of the node.
defaultVmContainerUuid String
The default VM container UUID of the node.
defaultVmLocation String
The default VM location of the node.
diskCount Number
The number of disks on the node.
disks List<Property Map>
domainGroupMoid String
The DomainGroup ID for this managed object.
failoverClusterFqdn String
The failover cluster FQDN of the node.
failoverClusterNodeStatus String
The failover cluster node status of the node.
gpuCount Number
The number of GPUs on the node.
gpuDriverVersion String
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.
hypervisorAcropolisConnectionState String
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
hypervisorExternalAddress Property Map
hypervisorNumberOfVms Number
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.
hypervisorUserName String
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.
isHardwareVirtualized Boolean
The hardware virtualization status of the node.
isSecureBooted Boolean
The secure boot status of the node.
keyManagementDeviceToCertStatuses List<Property Map>
maintenanceState String
The maintenance state of the node.
memoryCapacityBytes Number
The memory capacity in bytes of the node.
memorySizeBytes Number
The memory size in bytes of the node.
memoryUsageBytes Number
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.
nodeExtId String
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.
numberOfCpuCores Number
The number of CPU cores on the node.
numberOfCpuSockets Number
The number of sockets on the node.
numberOfCpuThreads Number
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
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageCapacityBytes Number
The storage capacity in bytes of the node.
storageUsageBytes Number
The storage usage in bytes of the node.
tags List<Property Map>
versionContext Property Map

getHciNode Result

The following output properties are available:

Id string
Results List<GetHciNodeResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetHciNodeAncestor>
BlockModel string
BlockSerial string
BootTimeUsecs double
ClassId string
Cluster GetHciNodeCluster
ClusterExtId string
ClusterName string
ControllerVmBackplaneAddress GetHciNodeControllerVmBackplaneAddress
ControllerVmExternalAddress GetHciNodeControllerVmExternalAddress
ControllerVmId double
ControllerVmMaintanenceMode bool
ControllerVmNatIp GetHciNodeControllerVmNatIp
ControllerVmNatPort double
ControllerVmRdmaBackplaneAddress GetHciNodeControllerVmRdmaBackplaneAddress
ControllerVmServerUuid string
CpuCapacityHz double
CpuFrequencyHz double
CpuModel string
CpuUsageHz double
CreateTime string
DefaultVhdContainerUuid string
DefaultVhdLocation string
DefaultVmContainerUuid string
DefaultVmLocation string
DiskCount double
Disks List<GetHciNodeDisk>
DomainGroupMoid string
FailoverClusterFqdn string
FailoverClusterNodeStatus string
GpuCount double
GpuDriverVersion string
Gpuses List<GetHciNodeGpus>
HasCsr bool
HostName string
HostType string
HypervisorAcropolisConnectionState string
HypervisorExternalAddress GetHciNodeHypervisorExternalAddress
HypervisorNumberOfVms double
HypervisorState string
HypervisorType string
HypervisorUserName string
HypervisorVersion string
IpmiIp GetHciNodeIpmiIp
IpmiUsername string
IsDegraded bool
IsHardwareVirtualized bool
IsSecureBooted bool
KeyManagementDeviceToCertStatuses List<GetHciNodeKeyManagementDeviceToCertStatus>
MaintenanceState string
MemoryCapacityBytes double
MemorySizeBytes double
MemoryUsageBytes double
ModTime string
Moid string
NodeExtId string
NodeStatus string
NumberOfCpuCores double
NumberOfCpuSockets double
NumberOfCpuThreads double
ObjectType string
Owners List<string>
Parent GetHciNodeParent
PermissionResources List<GetHciNodePermissionResource>
PhysicalServer GetHciNodePhysicalServer
RebootPending bool
RegisteredDevice GetHciNodeRegisteredDevice
SharedScope string
StorageCapacityBytes double
StorageUsageBytes double
Tags List<GetHciNodeTag>
VersionContext GetHciNodeVersionContext
Id string
Results []GetHciNodeResult
AccountMoid string
AdditionalProperties string
Ancestors []GetHciNodeAncestor
BlockModel string
BlockSerial string
BootTimeUsecs float64
ClassId string
Cluster GetHciNodeCluster
ClusterExtId string
ClusterName string
ControllerVmBackplaneAddress GetHciNodeControllerVmBackplaneAddress
ControllerVmExternalAddress GetHciNodeControllerVmExternalAddress
ControllerVmId float64
ControllerVmMaintanenceMode bool
ControllerVmNatIp GetHciNodeControllerVmNatIp
ControllerVmNatPort float64
ControllerVmRdmaBackplaneAddress GetHciNodeControllerVmRdmaBackplaneAddress
ControllerVmServerUuid string
CpuCapacityHz float64
CpuFrequencyHz float64
CpuModel string
CpuUsageHz float64
CreateTime string
DefaultVhdContainerUuid string
DefaultVhdLocation string
DefaultVmContainerUuid string
DefaultVmLocation string
DiskCount float64
Disks []GetHciNodeDisk
DomainGroupMoid string
FailoverClusterFqdn string
FailoverClusterNodeStatus string
GpuCount float64
GpuDriverVersion string
Gpuses []GetHciNodeGpus
HasCsr bool
HostName string
HostType string
HypervisorAcropolisConnectionState string
HypervisorExternalAddress GetHciNodeHypervisorExternalAddress
HypervisorNumberOfVms float64
HypervisorState string
HypervisorType string
HypervisorUserName string
HypervisorVersion string
IpmiIp GetHciNodeIpmiIp
IpmiUsername string
IsDegraded bool
IsHardwareVirtualized bool
IsSecureBooted bool
KeyManagementDeviceToCertStatuses []GetHciNodeKeyManagementDeviceToCertStatus
MaintenanceState string
MemoryCapacityBytes float64
MemorySizeBytes float64
MemoryUsageBytes float64
ModTime string
Moid string
NodeExtId string
NodeStatus string
NumberOfCpuCores float64
NumberOfCpuSockets float64
NumberOfCpuThreads float64
ObjectType string
Owners []string
Parent GetHciNodeParent
PermissionResources []GetHciNodePermissionResource
PhysicalServer GetHciNodePhysicalServer
RebootPending bool
RegisteredDevice GetHciNodeRegisteredDevice
SharedScope string
StorageCapacityBytes float64
StorageUsageBytes float64
Tags []GetHciNodeTag
VersionContext GetHciNodeVersionContext
id String
results List<GetHciNodeResult>
accountMoid String
additionalProperties String
ancestors List<GetHciNodeAncestor>
blockModel String
blockSerial String
bootTimeUsecs Double
classId String
cluster GetHciNodeCluster
clusterExtId String
clusterName String
controllerVmBackplaneAddress GetHciNodeControllerVmBackplaneAddress
controllerVmExternalAddress GetHciNodeControllerVmExternalAddress
controllerVmId Double
controllerVmMaintanenceMode Boolean
controllerVmNatIp GetHciNodeControllerVmNatIp
controllerVmNatPort Double
controllerVmRdmaBackplaneAddress GetHciNodeControllerVmRdmaBackplaneAddress
controllerVmServerUuid String
cpuCapacityHz Double
cpuFrequencyHz Double
cpuModel String
cpuUsageHz Double
createTime String
defaultVhdContainerUuid String
defaultVhdLocation String
defaultVmContainerUuid String
defaultVmLocation String
diskCount Double
disks List<GetHciNodeDisk>
domainGroupMoid String
failoverClusterFqdn String
failoverClusterNodeStatus String
gpuCount Double
gpuDriverVersion String
gpuses List<GetHciNodeGpus>
hasCsr Boolean
hostName String
hostType String
hypervisorAcropolisConnectionState String
hypervisorExternalAddress GetHciNodeHypervisorExternalAddress
hypervisorNumberOfVms Double
hypervisorState String
hypervisorType String
hypervisorUserName String
hypervisorVersion String
ipmiIp GetHciNodeIpmiIp
ipmiUsername String
isDegraded Boolean
isHardwareVirtualized Boolean
isSecureBooted Boolean
keyManagementDeviceToCertStatuses List<GetHciNodeKeyManagementDeviceToCertStatus>
maintenanceState String
memoryCapacityBytes Double
memorySizeBytes Double
memoryUsageBytes Double
modTime String
moid String
nodeExtId String
nodeStatus String
numberOfCpuCores Double
numberOfCpuSockets Double
numberOfCpuThreads Double
objectType String
owners List<String>
parent GetHciNodeParent
permissionResources List<GetHciNodePermissionResource>
physicalServer GetHciNodePhysicalServer
rebootPending Boolean
registeredDevice GetHciNodeRegisteredDevice
sharedScope String
storageCapacityBytes Double
storageUsageBytes Double
tags List<GetHciNodeTag>
versionContext GetHciNodeVersionContext
id string
results GetHciNodeResult[]
accountMoid string
additionalProperties string
ancestors GetHciNodeAncestor[]
blockModel string
blockSerial string
bootTimeUsecs number
classId string
cluster GetHciNodeCluster
clusterExtId string
clusterName string
controllerVmBackplaneAddress GetHciNodeControllerVmBackplaneAddress
controllerVmExternalAddress GetHciNodeControllerVmExternalAddress
controllerVmId number
controllerVmMaintanenceMode boolean
controllerVmNatIp GetHciNodeControllerVmNatIp
controllerVmNatPort number
controllerVmRdmaBackplaneAddress GetHciNodeControllerVmRdmaBackplaneAddress
controllerVmServerUuid string
cpuCapacityHz number
cpuFrequencyHz number
cpuModel string
cpuUsageHz number
createTime string
defaultVhdContainerUuid string
defaultVhdLocation string
defaultVmContainerUuid string
defaultVmLocation string
diskCount number
disks GetHciNodeDisk[]
domainGroupMoid string
failoverClusterFqdn string
failoverClusterNodeStatus string
gpuCount number
gpuDriverVersion string
gpuses GetHciNodeGpus[]
hasCsr boolean
hostName string
hostType string
hypervisorAcropolisConnectionState string
hypervisorExternalAddress GetHciNodeHypervisorExternalAddress
hypervisorNumberOfVms number
hypervisorState string
hypervisorType string
hypervisorUserName string
hypervisorVersion string
ipmiIp GetHciNodeIpmiIp
ipmiUsername string
isDegraded boolean
isHardwareVirtualized boolean
isSecureBooted boolean
keyManagementDeviceToCertStatuses GetHciNodeKeyManagementDeviceToCertStatus[]
maintenanceState string
memoryCapacityBytes number
memorySizeBytes number
memoryUsageBytes number
modTime string
moid string
nodeExtId string
nodeStatus string
numberOfCpuCores number
numberOfCpuSockets number
numberOfCpuThreads number
objectType string
owners string[]
parent GetHciNodeParent
permissionResources GetHciNodePermissionResource[]
physicalServer GetHciNodePhysicalServer
rebootPending boolean
registeredDevice GetHciNodeRegisteredDevice
sharedScope string
storageCapacityBytes number
storageUsageBytes number
tags GetHciNodeTag[]
versionContext GetHciNodeVersionContext
id str
results Sequence[GetHciNodeResult]
account_moid str
additional_properties str
ancestors Sequence[GetHciNodeAncestor]
block_model str
block_serial str
boot_time_usecs float
class_id str
cluster GetHciNodeCluster
cluster_ext_id str
cluster_name str
controller_vm_backplane_address GetHciNodeControllerVmBackplaneAddress
controller_vm_external_address GetHciNodeControllerVmExternalAddress
controller_vm_id float
controller_vm_maintanence_mode bool
controller_vm_nat_ip GetHciNodeControllerVmNatIp
controller_vm_nat_port float
controller_vm_rdma_backplane_address GetHciNodeControllerVmRdmaBackplaneAddress
controller_vm_server_uuid str
cpu_capacity_hz float
cpu_frequency_hz float
cpu_model str
cpu_usage_hz float
create_time str
default_vhd_container_uuid str
default_vhd_location str
default_vm_container_uuid str
default_vm_location str
disk_count float
disks Sequence[GetHciNodeDisk]
domain_group_moid str
failover_cluster_fqdn str
failover_cluster_node_status str
gpu_count float
gpu_driver_version str
gpuses Sequence[GetHciNodeGpus]
has_csr bool
host_name str
host_type str
hypervisor_acropolis_connection_state str
hypervisor_external_address GetHciNodeHypervisorExternalAddress
hypervisor_number_of_vms float
hypervisor_state str
hypervisor_type str
hypervisor_user_name str
hypervisor_version str
ipmi_ip GetHciNodeIpmiIp
ipmi_username str
is_degraded bool
is_hardware_virtualized bool
is_secure_booted bool
key_management_device_to_cert_statuses Sequence[GetHciNodeKeyManagementDeviceToCertStatus]
maintenance_state str
memory_capacity_bytes float
memory_size_bytes float
memory_usage_bytes float
mod_time str
moid str
node_ext_id str
node_status str
number_of_cpu_cores float
number_of_cpu_sockets float
number_of_cpu_threads float
object_type str
owners Sequence[str]
parent GetHciNodeParent
permission_resources Sequence[GetHciNodePermissionResource]
physical_server GetHciNodePhysicalServer
reboot_pending bool
registered_device GetHciNodeRegisteredDevice
shared_scope str
storage_capacity_bytes float
storage_usage_bytes float
tags Sequence[GetHciNodeTag]
version_context GetHciNodeVersionContext
id String
results List<Property Map>
accountMoid String
additionalProperties String
ancestors List<Property Map>
blockModel String
blockSerial String
bootTimeUsecs Number
classId String
cluster Property Map
clusterExtId String
clusterName String
controllerVmBackplaneAddress Property Map
controllerVmExternalAddress Property Map
controllerVmId Number
controllerVmMaintanenceMode Boolean
controllerVmNatIp Property Map
controllerVmNatPort Number
controllerVmRdmaBackplaneAddress Property Map
controllerVmServerUuid String
cpuCapacityHz Number
cpuFrequencyHz Number
cpuModel String
cpuUsageHz Number
createTime String
defaultVhdContainerUuid String
defaultVhdLocation String
defaultVmContainerUuid String
defaultVmLocation String
diskCount Number
disks List<Property Map>
domainGroupMoid String
failoverClusterFqdn String
failoverClusterNodeStatus String
gpuCount Number
gpuDriverVersion String
gpuses List<Property Map>
hasCsr Boolean
hostName String
hostType String
hypervisorAcropolisConnectionState String
hypervisorExternalAddress Property Map
hypervisorNumberOfVms Number
hypervisorState String
hypervisorType String
hypervisorUserName String
hypervisorVersion String
ipmiIp Property Map
ipmiUsername String
isDegraded Boolean
isHardwareVirtualized Boolean
isSecureBooted Boolean
keyManagementDeviceToCertStatuses List<Property Map>
maintenanceState String
memoryCapacityBytes Number
memorySizeBytes Number
memoryUsageBytes Number
modTime String
moid String
nodeExtId String
nodeStatus String
numberOfCpuCores Number
numberOfCpuSockets Number
numberOfCpuThreads Number
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
physicalServer Property Map
rebootPending Boolean
registeredDevice Property Map
sharedScope String
storageCapacityBytes Number
storageUsageBytes Number
tags 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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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_length float
The prefix length of the IPv4 address.
ipv6_address str
An IPv6 address in this IpAddress.
ipv6_prefix_length float
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_length float
The prefix length of the IPv4 address.
ipv6_address str
An IPv6 address in this IpAddress.
ipv6_prefix_length float
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_length float
The prefix length of the IPv4 address.
ipv6_address str
An IPv6 address in this IpAddress.
ipv6_prefix_length float
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_length float
The prefix length of the IPv4 address.
ipv6_address str
An IPv6 address in this IpAddress.
ipv6_prefix_length float
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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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_length float
The prefix length of the IPv4 address.
ipv6_address str
An IPv6 address in this IpAddress.
ipv6_prefix_length float
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_length float
The prefix length of the IPv4 address.
ipv6_address str
An IPv6 address in this IpAddress.
ipv6_prefix_length float
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.
KeyManagementServerName string
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.
KeyManagementServerName string
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.
keyManagementServerName String
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.
keyManagementServerName string
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_server_name str
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.
keyManagementServerName String
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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

GetHciNodeResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetHciNodeResultAncestor>
BlockModel This property is required. string
The rackable unit model of the node.
BlockSerial This property is required. string
The rackable unit serial number of the node.
BootTimeUsecs This property is required. double
The boot time in microseconds of the node.
ClassId This property is required. string
ClusterExtId This property is required. string
The unique identifier of the cluster.
ClusterName This property is required. string
The name of the cluster this node belongs to.
Clusters This property is required. List<GetHciNodeResultCluster>
ControllerVmBackplaneAddresses This property is required. List<GetHciNodeResultControllerVmBackplaneAddress>
ControllerVmExternalAddresses This property is required. List<GetHciNodeResultControllerVmExternalAddress>
ControllerVmId This property is required. double
The identifier number of the controller VM.
ControllerVmMaintanenceMode This property is required. bool
The maintenance mode status of the controller VM.
ControllerVmNatIps This property is required. List<GetHciNodeResultControllerVmNatIp>
ControllerVmNatPort This property is required. double
The NAT port of the controller VM.
ControllerVmRdmaBackplaneAddresses This property is required. List<GetHciNodeResultControllerVmRdmaBackplaneAddress>
ControllerVmServerUuid This property is required. string
The Rackable unit UUID of the server.
CpuCapacityHz This property is required. double
The CPU capacity in Hz of the node.
CpuFrequencyHz This property is required. double
The CPU frequency in Hz on the node.
CpuModel This property is required. string
The CPU model of the node.
CpuUsageHz This property is required. double
The CPU usage in Hz of the node.
CreateTime This property is required. string
The time when this managed object was created.
DefaultVhdContainerUuid This property is required. string
The default VHD container UUID of the node.
DefaultVhdLocation This property is required. string
The default VHD location of the node.
DefaultVmContainerUuid This property is required. string
The default VM container UUID of the node.
DefaultVmLocation This property is required. string
The default VM location of the node.
DiskCount This property is required. double
The number of disks on the node.
Disks This property is required. List<GetHciNodeResultDisk>
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
FailoverClusterFqdn This property is required. string
The failover cluster FQDN of the node.
FailoverClusterNodeStatus This property is required. string
The failover cluster node status of the node.
GpuCount This property is required. double
The number of GPUs on the node.
GpuDriverVersion This property is required. string
The GPU driver version of the node.
Gpuses This property is required. List<GetHciNodeResultGpus>
HasCsr This property is required. bool
Certificate signing request status of the node.
HostName This property is required. string
The name of the host the node is running on.
HostType This property is required. string
The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
HypervisorAcropolisConnectionState This property is required. string
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
HypervisorExternalAddresses This property is required. List<GetHciNodeResultHypervisorExternalAddress>
HypervisorNumberOfVms This property is required. double
The number of VMs managed on this node.
HypervisorState This property is required. 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 This property is required. string
The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
HypervisorUserName This property is required. string
The user name of the hypervisor on this node.
HypervisorVersion This property is required. string
The version of the hypervisor on this node.
IpmiIps This property is required. List<GetHciNodeResultIpmiIp>
IpmiUsername This property is required. string
The IPMI user name of the controller.
IsDegraded This property is required. bool
The degraded status of the node.
IsHardwareVirtualized This property is required. bool
The hardware virtualization status of the node.
IsSecureBooted This property is required. bool
The secure boot status of the node.
KeyManagementDeviceToCertStatuses This property is required. List<GetHciNodeResultKeyManagementDeviceToCertStatus>
MaintenanceState This property is required. string
The maintenance state of the node.
MemoryCapacityBytes This property is required. double
The memory capacity in bytes of the node.
MemorySizeBytes This property is required. double
The memory size in bytes of the node.
MemoryUsageBytes This property is required. double
The memory usage in bytes of the node.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NodeExtId This property is required. string
The unique identifier of the node.
NodeStatus This property is required. string
The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
NumberOfCpuCores This property is required. double
The number of CPU cores on the node.
NumberOfCpuSockets This property is required. double
The number of sockets on the node.
NumberOfCpuThreads This property is required. double
The number of threads on the node.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetHciNodeResultParent>
PermissionResources This property is required. List<GetHciNodeResultPermissionResource>
PhysicalServers This property is required. List<GetHciNodeResultPhysicalServer>
RebootPending This property is required. bool
The reboot pending status of the node.
RegisteredDevices This property is required. List<GetHciNodeResultRegisteredDevice>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StorageCapacityBytes This property is required. double
The storage capacity in bytes of the node.
StorageUsageBytes This property is required. double
The storage usage in bytes of the node.
Tags This property is required. List<GetHciNodeResultTag>
VersionContexts This property is required. List<GetHciNodeResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetHciNodeResultAncestor
BlockModel This property is required. string
The rackable unit model of the node.
BlockSerial This property is required. string
The rackable unit serial number of the node.
BootTimeUsecs This property is required. float64
The boot time in microseconds of the node.
ClassId This property is required. string
ClusterExtId This property is required. string
The unique identifier of the cluster.
ClusterName This property is required. string
The name of the cluster this node belongs to.
Clusters This property is required. []GetHciNodeResultCluster
ControllerVmBackplaneAddresses This property is required. []GetHciNodeResultControllerVmBackplaneAddress
ControllerVmExternalAddresses This property is required. []GetHciNodeResultControllerVmExternalAddress
ControllerVmId This property is required. float64
The identifier number of the controller VM.
ControllerVmMaintanenceMode This property is required. bool
The maintenance mode status of the controller VM.
ControllerVmNatIps This property is required. []GetHciNodeResultControllerVmNatIp
ControllerVmNatPort This property is required. float64
The NAT port of the controller VM.
ControllerVmRdmaBackplaneAddresses This property is required. []GetHciNodeResultControllerVmRdmaBackplaneAddress
ControllerVmServerUuid This property is required. string
The Rackable unit UUID of the server.
CpuCapacityHz This property is required. float64
The CPU capacity in Hz of the node.
CpuFrequencyHz This property is required. float64
The CPU frequency in Hz on the node.
CpuModel This property is required. string
The CPU model of the node.
CpuUsageHz This property is required. float64
The CPU usage in Hz of the node.
CreateTime This property is required. string
The time when this managed object was created.
DefaultVhdContainerUuid This property is required. string
The default VHD container UUID of the node.
DefaultVhdLocation This property is required. string
The default VHD location of the node.
DefaultVmContainerUuid This property is required. string
The default VM container UUID of the node.
DefaultVmLocation This property is required. string
The default VM location of the node.
DiskCount This property is required. float64
The number of disks on the node.
Disks This property is required. []GetHciNodeResultDisk
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
FailoverClusterFqdn This property is required. string
The failover cluster FQDN of the node.
FailoverClusterNodeStatus This property is required. string
The failover cluster node status of the node.
GpuCount This property is required. float64
The number of GPUs on the node.
GpuDriverVersion This property is required. string
The GPU driver version of the node.
Gpuses This property is required. []GetHciNodeResultGpus
HasCsr This property is required. bool
Certificate signing request status of the node.
HostName This property is required. string
The name of the host the node is running on.
HostType This property is required. string
The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
HypervisorAcropolisConnectionState This property is required. string
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
HypervisorExternalAddresses This property is required. []GetHciNodeResultHypervisorExternalAddress
HypervisorNumberOfVms This property is required. float64
The number of VMs managed on this node.
HypervisorState This property is required. 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 This property is required. string
The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
HypervisorUserName This property is required. string
The user name of the hypervisor on this node.
HypervisorVersion This property is required. string
The version of the hypervisor on this node.
IpmiIps This property is required. []GetHciNodeResultIpmiIp
IpmiUsername This property is required. string
The IPMI user name of the controller.
IsDegraded This property is required. bool
The degraded status of the node.
IsHardwareVirtualized This property is required. bool
The hardware virtualization status of the node.
IsSecureBooted This property is required. bool
The secure boot status of the node.
KeyManagementDeviceToCertStatuses This property is required. []GetHciNodeResultKeyManagementDeviceToCertStatus
MaintenanceState This property is required. string
The maintenance state of the node.
MemoryCapacityBytes This property is required. float64
The memory capacity in bytes of the node.
MemorySizeBytes This property is required. float64
The memory size in bytes of the node.
MemoryUsageBytes This property is required. float64
The memory usage in bytes of the node.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
NodeExtId This property is required. string
The unique identifier of the node.
NodeStatus This property is required. string
The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
NumberOfCpuCores This property is required. float64
The number of CPU cores on the node.
NumberOfCpuSockets This property is required. float64
The number of sockets on the node.
NumberOfCpuThreads This property is required. float64
The number of threads on the node.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetHciNodeResultParent
PermissionResources This property is required. []GetHciNodeResultPermissionResource
PhysicalServers This property is required. []GetHciNodeResultPhysicalServer
RebootPending This property is required. bool
The reboot pending status of the node.
RegisteredDevices This property is required. []GetHciNodeResultRegisteredDevice
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
StorageCapacityBytes This property is required. float64
The storage capacity in bytes of the node.
StorageUsageBytes This property is required. float64
The storage usage in bytes of the node.
Tags This property is required. []GetHciNodeResultTag
VersionContexts This property is required. []GetHciNodeResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetHciNodeResultAncestor>
blockModel This property is required. String
The rackable unit model of the node.
blockSerial This property is required. String
The rackable unit serial number of the node.
bootTimeUsecs This property is required. Double
The boot time in microseconds of the node.
classId This property is required. String
clusterExtId This property is required. String
The unique identifier of the cluster.
clusterName This property is required. String
The name of the cluster this node belongs to.
clusters This property is required. List<GetHciNodeResultCluster>
controllerVmBackplaneAddresses This property is required. List<GetHciNodeResultControllerVmBackplaneAddress>
controllerVmExternalAddresses This property is required. List<GetHciNodeResultControllerVmExternalAddress>
controllerVmId This property is required. Double
The identifier number of the controller VM.
controllerVmMaintanenceMode This property is required. Boolean
The maintenance mode status of the controller VM.
controllerVmNatIps This property is required. List<GetHciNodeResultControllerVmNatIp>
controllerVmNatPort This property is required. Double
The NAT port of the controller VM.
controllerVmRdmaBackplaneAddresses This property is required. List<GetHciNodeResultControllerVmRdmaBackplaneAddress>
controllerVmServerUuid This property is required. String
The Rackable unit UUID of the server.
cpuCapacityHz This property is required. Double
The CPU capacity in Hz of the node.
cpuFrequencyHz This property is required. Double
The CPU frequency in Hz on the node.
cpuModel This property is required. String
The CPU model of the node.
cpuUsageHz This property is required. Double
The CPU usage in Hz of the node.
createTime This property is required. String
The time when this managed object was created.
defaultVhdContainerUuid This property is required. String
The default VHD container UUID of the node.
defaultVhdLocation This property is required. String
The default VHD location of the node.
defaultVmContainerUuid This property is required. String
The default VM container UUID of the node.
defaultVmLocation This property is required. String
The default VM location of the node.
diskCount This property is required. Double
The number of disks on the node.
disks This property is required. List<GetHciNodeResultDisk>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
failoverClusterFqdn This property is required. String
The failover cluster FQDN of the node.
failoverClusterNodeStatus This property is required. String
The failover cluster node status of the node.
gpuCount This property is required. Double
The number of GPUs on the node.
gpuDriverVersion This property is required. String
The GPU driver version of the node.
gpuses This property is required. List<GetHciNodeResultGpus>
hasCsr This property is required. Boolean
Certificate signing request status of the node.
hostName This property is required. String
The name of the host the node is running on.
hostType This property is required. String
The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
hypervisorAcropolisConnectionState This property is required. String
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
hypervisorExternalAddresses This property is required. List<GetHciNodeResultHypervisorExternalAddress>
hypervisorNumberOfVms This property is required. Double
The number of VMs managed on this node.
hypervisorState This property is required. 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 This property is required. String
The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
hypervisorUserName This property is required. String
The user name of the hypervisor on this node.
hypervisorVersion This property is required. String
The version of the hypervisor on this node.
ipmiIps This property is required. List<GetHciNodeResultIpmiIp>
ipmiUsername This property is required. String
The IPMI user name of the controller.
isDegraded This property is required. Boolean
The degraded status of the node.
isHardwareVirtualized This property is required. Boolean
The hardware virtualization status of the node.
isSecureBooted This property is required. Boolean
The secure boot status of the node.
keyManagementDeviceToCertStatuses This property is required. List<GetHciNodeResultKeyManagementDeviceToCertStatus>
maintenanceState This property is required. String
The maintenance state of the node.
memoryCapacityBytes This property is required. Double
The memory capacity in bytes of the node.
memorySizeBytes This property is required. Double
The memory size in bytes of the node.
memoryUsageBytes This property is required. Double
The memory usage in bytes of the node.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
nodeExtId This property is required. String
The unique identifier of the node.
nodeStatus This property is required. String
The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
numberOfCpuCores This property is required. Double
The number of CPU cores on the node.
numberOfCpuSockets This property is required. Double
The number of sockets on the node.
numberOfCpuThreads This property is required. Double
The number of threads on the node.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetHciNodeResultParent>
permissionResources This property is required. List<GetHciNodeResultPermissionResource>
physicalServers This property is required. List<GetHciNodeResultPhysicalServer>
rebootPending This property is required. Boolean
The reboot pending status of the node.
registeredDevices This property is required. List<GetHciNodeResultRegisteredDevice>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageCapacityBytes This property is required. Double
The storage capacity in bytes of the node.
storageUsageBytes This property is required. Double
The storage usage in bytes of the node.
tags This property is required. List<GetHciNodeResultTag>
versionContexts This property is required. List<GetHciNodeResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetHciNodeResultAncestor[]
blockModel This property is required. string
The rackable unit model of the node.
blockSerial This property is required. string
The rackable unit serial number of the node.
bootTimeUsecs This property is required. number
The boot time in microseconds of the node.
classId This property is required. string
clusterExtId This property is required. string
The unique identifier of the cluster.
clusterName This property is required. string
The name of the cluster this node belongs to.
clusters This property is required. GetHciNodeResultCluster[]
controllerVmBackplaneAddresses This property is required. GetHciNodeResultControllerVmBackplaneAddress[]
controllerVmExternalAddresses This property is required. GetHciNodeResultControllerVmExternalAddress[]
controllerVmId This property is required. number
The identifier number of the controller VM.
controllerVmMaintanenceMode This property is required. boolean
The maintenance mode status of the controller VM.
controllerVmNatIps This property is required. GetHciNodeResultControllerVmNatIp[]
controllerVmNatPort This property is required. number
The NAT port of the controller VM.
controllerVmRdmaBackplaneAddresses This property is required. GetHciNodeResultControllerVmRdmaBackplaneAddress[]
controllerVmServerUuid This property is required. string
The Rackable unit UUID of the server.
cpuCapacityHz This property is required. number
The CPU capacity in Hz of the node.
cpuFrequencyHz This property is required. number
The CPU frequency in Hz on the node.
cpuModel This property is required. string
The CPU model of the node.
cpuUsageHz This property is required. number
The CPU usage in Hz of the node.
createTime This property is required. string
The time when this managed object was created.
defaultVhdContainerUuid This property is required. string
The default VHD container UUID of the node.
defaultVhdLocation This property is required. string
The default VHD location of the node.
defaultVmContainerUuid This property is required. string
The default VM container UUID of the node.
defaultVmLocation This property is required. string
The default VM location of the node.
diskCount This property is required. number
The number of disks on the node.
disks This property is required. GetHciNodeResultDisk[]
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
failoverClusterFqdn This property is required. string
The failover cluster FQDN of the node.
failoverClusterNodeStatus This property is required. string
The failover cluster node status of the node.
gpuCount This property is required. number
The number of GPUs on the node.
gpuDriverVersion This property is required. string
The GPU driver version of the node.
gpuses This property is required. GetHciNodeResultGpus[]
hasCsr This property is required. boolean
Certificate signing request status of the node.
hostName This property is required. string
The name of the host the node is running on.
hostType This property is required. string
The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
hypervisorAcropolisConnectionState This property is required. string
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
hypervisorExternalAddresses This property is required. GetHciNodeResultHypervisorExternalAddress[]
hypervisorNumberOfVms This property is required. number
The number of VMs managed on this node.
hypervisorState This property is required. 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 This property is required. string
The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
hypervisorUserName This property is required. string
The user name of the hypervisor on this node.
hypervisorVersion This property is required. string
The version of the hypervisor on this node.
ipmiIps This property is required. GetHciNodeResultIpmiIp[]
ipmiUsername This property is required. string
The IPMI user name of the controller.
isDegraded This property is required. boolean
The degraded status of the node.
isHardwareVirtualized This property is required. boolean
The hardware virtualization status of the node.
isSecureBooted This property is required. boolean
The secure boot status of the node.
keyManagementDeviceToCertStatuses This property is required. GetHciNodeResultKeyManagementDeviceToCertStatus[]
maintenanceState This property is required. string
The maintenance state of the node.
memoryCapacityBytes This property is required. number
The memory capacity in bytes of the node.
memorySizeBytes This property is required. number
The memory size in bytes of the node.
memoryUsageBytes This property is required. number
The memory usage in bytes of the node.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
nodeExtId This property is required. string
The unique identifier of the node.
nodeStatus This property is required. string
The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
numberOfCpuCores This property is required. number
The number of CPU cores on the node.
numberOfCpuSockets This property is required. number
The number of sockets on the node.
numberOfCpuThreads This property is required. number
The number of threads on the node.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetHciNodeResultParent[]
permissionResources This property is required. GetHciNodeResultPermissionResource[]
physicalServers This property is required. GetHciNodeResultPhysicalServer[]
rebootPending This property is required. boolean
The reboot pending status of the node.
registeredDevices This property is required. GetHciNodeResultRegisteredDevice[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageCapacityBytes This property is required. number
The storage capacity in bytes of the node.
storageUsageBytes This property is required. number
The storage usage in bytes of the node.
tags This property is required. GetHciNodeResultTag[]
versionContexts This property is required. GetHciNodeResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetHciNodeResultAncestor]
block_model This property is required. str
The rackable unit model of the node.
block_serial This property is required. str
The rackable unit serial number of the node.
boot_time_usecs This property is required. float
The boot time in microseconds of the node.
class_id This property is required. str
cluster_ext_id This property is required. str
The unique identifier of the cluster.
cluster_name This property is required. str
The name of the cluster this node belongs to.
clusters This property is required. Sequence[GetHciNodeResultCluster]
controller_vm_backplane_addresses This property is required. Sequence[GetHciNodeResultControllerVmBackplaneAddress]
controller_vm_external_addresses This property is required. Sequence[GetHciNodeResultControllerVmExternalAddress]
controller_vm_id This property is required. float
The identifier number of the controller VM.
controller_vm_maintanence_mode This property is required. bool
The maintenance mode status of the controller VM.
controller_vm_nat_ips This property is required. Sequence[GetHciNodeResultControllerVmNatIp]
controller_vm_nat_port This property is required. float
The NAT port of the controller VM.
controller_vm_rdma_backplane_addresses This property is required. Sequence[GetHciNodeResultControllerVmRdmaBackplaneAddress]
controller_vm_server_uuid This property is required. str
The Rackable unit UUID of the server.
cpu_capacity_hz This property is required. float
The CPU capacity in Hz of the node.
cpu_frequency_hz This property is required. float
The CPU frequency in Hz on the node.
cpu_model This property is required. str
The CPU model of the node.
cpu_usage_hz This property is required. float
The CPU usage in Hz of the node.
create_time This property is required. str
The time when this managed object was created.
default_vhd_container_uuid This property is required. str
The default VHD container UUID of the node.
default_vhd_location This property is required. str
The default VHD location of the node.
default_vm_container_uuid This property is required. str
The default VM container UUID of the node.
default_vm_location This property is required. str
The default VM location of the node.
disk_count This property is required. float
The number of disks on the node.
disks This property is required. Sequence[GetHciNodeResultDisk]
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
failover_cluster_fqdn This property is required. str
The failover cluster FQDN of the node.
failover_cluster_node_status This property is required. str
The failover cluster node status of the node.
gpu_count This property is required. float
The number of GPUs on the node.
gpu_driver_version This property is required. str
The GPU driver version of the node.
gpuses This property is required. Sequence[GetHciNodeResultGpus]
has_csr This property is required. bool
Certificate signing request status of the node.
host_name This property is required. str
The name of the host the node is running on.
host_type This property is required. str
The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
hypervisor_acropolis_connection_state This property is required. str
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
hypervisor_external_addresses This property is required. Sequence[GetHciNodeResultHypervisorExternalAddress]
hypervisor_number_of_vms This property is required. float
The number of VMs managed on this node.
hypervisor_state This property is required. 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 This property is required. str
The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
hypervisor_user_name This property is required. str
The user name of the hypervisor on this node.
hypervisor_version This property is required. str
The version of the hypervisor on this node.
ipmi_ips This property is required. Sequence[GetHciNodeResultIpmiIp]
ipmi_username This property is required. str
The IPMI user name of the controller.
is_degraded This property is required. bool
The degraded status of the node.
is_hardware_virtualized This property is required. bool
The hardware virtualization status of the node.
is_secure_booted This property is required. bool
The secure boot status of the node.
key_management_device_to_cert_statuses This property is required. Sequence[GetHciNodeResultKeyManagementDeviceToCertStatus]
maintenance_state This property is required. str
The maintenance state of the node.
memory_capacity_bytes This property is required. float
The memory capacity in bytes of the node.
memory_size_bytes This property is required. float
The memory size in bytes of the node.
memory_usage_bytes This property is required. float
The memory usage in bytes of the node.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
node_ext_id This property is required. str
The unique identifier of the node.
node_status This property is required. str
The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
number_of_cpu_cores This property is required. float
The number of CPU cores on the node.
number_of_cpu_sockets This property is required. float
The number of sockets on the node.
number_of_cpu_threads This property is required. float
The number of threads on the node.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetHciNodeResultParent]
permission_resources This property is required. Sequence[GetHciNodeResultPermissionResource]
physical_servers This property is required. Sequence[GetHciNodeResultPhysicalServer]
reboot_pending This property is required. bool
The reboot pending status of the node.
registered_devices This property is required. Sequence[GetHciNodeResultRegisteredDevice]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storage_capacity_bytes This property is required. float
The storage capacity in bytes of the node.
storage_usage_bytes This property is required. float
The storage usage in bytes of the node.
tags This property is required. Sequence[GetHciNodeResultTag]
version_contexts This property is required. Sequence[GetHciNodeResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
blockModel This property is required. String
The rackable unit model of the node.
blockSerial This property is required. String
The rackable unit serial number of the node.
bootTimeUsecs This property is required. Number
The boot time in microseconds of the node.
classId This property is required. String
clusterExtId This property is required. String
The unique identifier of the cluster.
clusterName This property is required. String
The name of the cluster this node belongs to.
clusters This property is required. List<Property Map>
controllerVmBackplaneAddresses This property is required. List<Property Map>
controllerVmExternalAddresses This property is required. List<Property Map>
controllerVmId This property is required. Number
The identifier number of the controller VM.
controllerVmMaintanenceMode This property is required. Boolean
The maintenance mode status of the controller VM.
controllerVmNatIps This property is required. List<Property Map>
controllerVmNatPort This property is required. Number
The NAT port of the controller VM.
controllerVmRdmaBackplaneAddresses This property is required. List<Property Map>
controllerVmServerUuid This property is required. String
The Rackable unit UUID of the server.
cpuCapacityHz This property is required. Number
The CPU capacity in Hz of the node.
cpuFrequencyHz This property is required. Number
The CPU frequency in Hz on the node.
cpuModel This property is required. String
The CPU model of the node.
cpuUsageHz This property is required. Number
The CPU usage in Hz of the node.
createTime This property is required. String
The time when this managed object was created.
defaultVhdContainerUuid This property is required. String
The default VHD container UUID of the node.
defaultVhdLocation This property is required. String
The default VHD location of the node.
defaultVmContainerUuid This property is required. String
The default VM container UUID of the node.
defaultVmLocation This property is required. String
The default VM location of the node.
diskCount This property is required. Number
The number of disks on the node.
disks This property is required. List<Property Map>
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
failoverClusterFqdn This property is required. String
The failover cluster FQDN of the node.
failoverClusterNodeStatus This property is required. String
The failover cluster node status of the node.
gpuCount This property is required. Number
The number of GPUs on the node.
gpuDriverVersion This property is required. String
The GPU driver version of the node.
gpuses This property is required. List<Property Map>
hasCsr This property is required. Boolean
Certificate signing request status of the node.
hostName This property is required. String
The name of the host the node is running on.
hostType This property is required. String
The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
hypervisorAcropolisConnectionState This property is required. String
The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
hypervisorExternalAddresses This property is required. List<Property Map>
hypervisorNumberOfVms This property is required. Number
The number of VMs managed on this node.
hypervisorState This property is required. 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 This property is required. String
The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
hypervisorUserName This property is required. String
The user name of the hypervisor on this node.
hypervisorVersion This property is required. String
The version of the hypervisor on this node.
ipmiIps This property is required. List<Property Map>
ipmiUsername This property is required. String
The IPMI user name of the controller.
isDegraded This property is required. Boolean
The degraded status of the node.
isHardwareVirtualized This property is required. Boolean
The hardware virtualization status of the node.
isSecureBooted This property is required. Boolean
The secure boot status of the node.
keyManagementDeviceToCertStatuses This property is required. List<Property Map>
maintenanceState This property is required. String
The maintenance state of the node.
memoryCapacityBytes This property is required. Number
The memory capacity in bytes of the node.
memorySizeBytes This property is required. Number
The memory size in bytes of the node.
memoryUsageBytes This property is required. Number
The memory usage in bytes of the node.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
nodeExtId This property is required. String
The unique identifier of the node.
nodeStatus This property is required. String
The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
numberOfCpuCores This property is required. Number
The number of CPU cores on the node.
numberOfCpuSockets This property is required. Number
The number of sockets on the node.
numberOfCpuThreads This property is required. Number
The number of threads on the node.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
physicalServers This property is required. List<Property Map>
rebootPending This property is required. Boolean
The reboot pending status of the node.
registeredDevices This property is required. List<Property Map>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
storageCapacityBytes This property is required. Number
The storage capacity in bytes of the node.
storageUsageBytes This property is required. Number
The storage usage in bytes of the node.
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetHciNodeResultAncestor

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

GetHciNodeResultCluster

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

GetHciNodeResultControllerVmBackplaneAddress

AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. double
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. float64
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Double
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
ipv4Address This property is required. string
ipv4PrefixLength This property is required. number
ipv6Address This property is required. string
ipv6PrefixLength This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
ipv4_address This property is required. str
ipv4_prefix_length This property is required. float
ipv6_address This property is required. str
ipv6_prefix_length This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Number
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Number
objectType This property is required. String

GetHciNodeResultControllerVmExternalAddress

AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. double
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. float64
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Double
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
ipv4Address This property is required. string
ipv4PrefixLength This property is required. number
ipv6Address This property is required. string
ipv6PrefixLength This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
ipv4_address This property is required. str
ipv4_prefix_length This property is required. float
ipv6_address This property is required. str
ipv6_prefix_length This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Number
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Number
objectType This property is required. String

GetHciNodeResultControllerVmNatIp

AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. double
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. float64
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Double
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
ipv4Address This property is required. string
ipv4PrefixLength This property is required. number
ipv6Address This property is required. string
ipv6PrefixLength This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
ipv4_address This property is required. str
ipv4_prefix_length This property is required. float
ipv6_address This property is required. str
ipv6_prefix_length This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Number
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Number
objectType This property is required. String

GetHciNodeResultControllerVmRdmaBackplaneAddress

AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. double
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. float64
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Double
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
ipv4Address This property is required. string
ipv4PrefixLength This property is required. number
ipv6Address This property is required. string
ipv6PrefixLength This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
ipv4_address This property is required. str
ipv4_prefix_length This property is required. float
ipv6_address This property is required. str
ipv6_prefix_length This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Number
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Number
objectType This property is required. String

GetHciNodeResultDisk

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

GetHciNodeResultGpus

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

GetHciNodeResultHypervisorExternalAddress

AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. double
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. float64
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Double
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
ipv4Address This property is required. string
ipv4PrefixLength This property is required. number
ipv6Address This property is required. string
ipv6PrefixLength This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
ipv4_address This property is required. str
ipv4_prefix_length This property is required. float
ipv6_address This property is required. str
ipv6_prefix_length This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Number
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Number
objectType This property is required. String

GetHciNodeResultIpmiIp

AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. double
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Ipv4Address This property is required. string
Ipv4PrefixLength This property is required. float64
Ipv6Address This property is required. string
Ipv6PrefixLength This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Double
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
ipv4Address This property is required. string
ipv4PrefixLength This property is required. number
ipv6Address This property is required. string
ipv6PrefixLength This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
ipv4_address This property is required. str
ipv4_prefix_length This property is required. float
ipv6_address This property is required. str
ipv6_prefix_length This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
ipv4Address This property is required. String
ipv4PrefixLength This property is required. Number
ipv6Address This property is required. String
ipv6PrefixLength This property is required. Number
objectType This property is required. String

GetHciNodeResultKeyManagementDeviceToCertStatus

AdditionalProperties This property is required. string
ClassId This property is required. string
KeyManagementServerName This property is required. string
ObjectType This property is required. string
Status This property is required. bool
AdditionalProperties This property is required. string
ClassId This property is required. string
KeyManagementServerName This property is required. string
ObjectType This property is required. string
Status This property is required. bool
additionalProperties This property is required. String
classId This property is required. String
keyManagementServerName This property is required. String
objectType This property is required. String
status This property is required. Boolean
additionalProperties This property is required. string
classId This property is required. string
keyManagementServerName This property is required. string
objectType This property is required. string
status This property is required. boolean
additional_properties This property is required. str
class_id This property is required. str
key_management_server_name This property is required. str
object_type This property is required. str
status This property is required. bool
additionalProperties This property is required. String
classId This property is required. String
keyManagementServerName This property is required. String
objectType This property is required. String
status This property is required. Boolean

GetHciNodeResultParent

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

GetHciNodeResultPermissionResource

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

GetHciNodeResultPhysicalServer

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

GetHciNodeResultRegisteredDevice

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

GetHciNodeResultTag

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

GetHciNodeResultVersionContext

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

GetHciNodeResultVersionContextInterestedMo

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

GetHciNodeResultVersionContextRefMo

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

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<GetHciNodeVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetHciNodeVersionContextRefMo
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 []GetHciNodeVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetHciNodeVersionContextRefMo
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<GetHciNodeVersionContextInterestedMo>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetHciNodeVersionContextRefMo
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 GetHciNodeVersionContextInterestedMo[]
markedForDeletion boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetHciNodeVersionContextRefMo
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[GetHciNodeVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetHciNodeVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

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

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

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.

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

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

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

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

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

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

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.

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

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

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

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

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

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

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet