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>
def get_hci_node(account_moid: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetHciNodeAncestor]] = None,
block_model: Optional[str] = None,
block_serial: Optional[str] = None,
boot_time_usecs: Optional[float] = None,
class_id: Optional[str] = None,
cluster: Optional[GetHciNodeCluster] = None,
cluster_ext_id: Optional[str] = None,
cluster_name: Optional[str] = None,
controller_vm_backplane_address: Optional[GetHciNodeControllerVmBackplaneAddress] = None,
controller_vm_external_address: Optional[GetHciNodeControllerVmExternalAddress] = None,
controller_vm_id: Optional[float] = None,
controller_vm_maintanence_mode: Optional[bool] = None,
controller_vm_nat_ip: Optional[GetHciNodeControllerVmNatIp] = None,
controller_vm_nat_port: Optional[float] = None,
controller_vm_rdma_backplane_address: Optional[GetHciNodeControllerVmRdmaBackplaneAddress] = None,
controller_vm_server_uuid: Optional[str] = None,
cpu_capacity_hz: Optional[float] = None,
cpu_frequency_hz: Optional[float] = None,
cpu_model: Optional[str] = None,
cpu_usage_hz: Optional[float] = None,
create_time: Optional[str] = None,
default_vhd_container_uuid: Optional[str] = None,
default_vhd_location: Optional[str] = None,
default_vm_container_uuid: Optional[str] = None,
default_vm_location: Optional[str] = None,
disk_count: Optional[float] = None,
disks: Optional[Sequence[GetHciNodeDisk]] = None,
domain_group_moid: Optional[str] = None,
failover_cluster_fqdn: Optional[str] = None,
failover_cluster_node_status: Optional[str] = None,
gpu_count: Optional[float] = None,
gpu_driver_version: Optional[str] = None,
gpuses: Optional[Sequence[GetHciNodeGpus]] = None,
has_csr: Optional[bool] = None,
host_name: Optional[str] = None,
host_type: Optional[str] = None,
hypervisor_acropolis_connection_state: Optional[str] = None,
hypervisor_external_address: Optional[GetHciNodeHypervisorExternalAddress] = None,
hypervisor_number_of_vms: Optional[float] = None,
hypervisor_state: Optional[str] = None,
hypervisor_type: Optional[str] = None,
hypervisor_user_name: Optional[str] = None,
hypervisor_version: Optional[str] = None,
id: Optional[str] = None,
ipmi_ip: Optional[GetHciNodeIpmiIp] = None,
ipmi_username: Optional[str] = None,
is_degraded: Optional[bool] = None,
is_hardware_virtualized: Optional[bool] = None,
is_secure_booted: Optional[bool] = None,
key_management_device_to_cert_statuses: Optional[Sequence[GetHciNodeKeyManagementDeviceToCertStatus]] = None,
maintenance_state: Optional[str] = None,
memory_capacity_bytes: Optional[float] = None,
memory_size_bytes: Optional[float] = None,
memory_usage_bytes: Optional[float] = None,
mod_time: Optional[str] = None,
moid: Optional[str] = None,
node_ext_id: Optional[str] = None,
node_status: Optional[str] = None,
number_of_cpu_cores: Optional[float] = None,
number_of_cpu_sockets: Optional[float] = None,
number_of_cpu_threads: Optional[float] = None,
object_type: Optional[str] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetHciNodeParent] = None,
permission_resources: Optional[Sequence[GetHciNodePermissionResource]] = None,
physical_server: Optional[GetHciNodePhysicalServer] = None,
reboot_pending: Optional[bool] = None,
registered_device: Optional[GetHciNodeRegisteredDevice] = None,
shared_scope: Optional[str] = None,
storage_capacity_bytes: Optional[float] = None,
storage_usage_bytes: Optional[float] = None,
tags: Optional[Sequence[GetHciNodeTag]] = None,
version_context: Optional[GetHciNodeVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetHciNodeResult
def get_hci_node_output(account_moid: Optional[pulumi.Input[str]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodeAncestorArgs]]]] = None,
block_model: Optional[pulumi.Input[str]] = None,
block_serial: Optional[pulumi.Input[str]] = None,
boot_time_usecs: Optional[pulumi.Input[float]] = None,
class_id: Optional[pulumi.Input[str]] = None,
cluster: Optional[pulumi.Input[GetHciNodeClusterArgs]] = None,
cluster_ext_id: Optional[pulumi.Input[str]] = None,
cluster_name: Optional[pulumi.Input[str]] = None,
controller_vm_backplane_address: Optional[pulumi.Input[GetHciNodeControllerVmBackplaneAddressArgs]] = None,
controller_vm_external_address: Optional[pulumi.Input[GetHciNodeControllerVmExternalAddressArgs]] = None,
controller_vm_id: Optional[pulumi.Input[float]] = None,
controller_vm_maintanence_mode: Optional[pulumi.Input[bool]] = None,
controller_vm_nat_ip: Optional[pulumi.Input[GetHciNodeControllerVmNatIpArgs]] = None,
controller_vm_nat_port: Optional[pulumi.Input[float]] = None,
controller_vm_rdma_backplane_address: Optional[pulumi.Input[GetHciNodeControllerVmRdmaBackplaneAddressArgs]] = None,
controller_vm_server_uuid: Optional[pulumi.Input[str]] = None,
cpu_capacity_hz: Optional[pulumi.Input[float]] = None,
cpu_frequency_hz: Optional[pulumi.Input[float]] = None,
cpu_model: Optional[pulumi.Input[str]] = None,
cpu_usage_hz: Optional[pulumi.Input[float]] = None,
create_time: Optional[pulumi.Input[str]] = None,
default_vhd_container_uuid: Optional[pulumi.Input[str]] = None,
default_vhd_location: Optional[pulumi.Input[str]] = None,
default_vm_container_uuid: Optional[pulumi.Input[str]] = None,
default_vm_location: Optional[pulumi.Input[str]] = None,
disk_count: Optional[pulumi.Input[float]] = None,
disks: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodeDiskArgs]]]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
failover_cluster_fqdn: Optional[pulumi.Input[str]] = None,
failover_cluster_node_status: Optional[pulumi.Input[str]] = None,
gpu_count: Optional[pulumi.Input[float]] = None,
gpu_driver_version: Optional[pulumi.Input[str]] = None,
gpuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodeGpusArgs]]]] = None,
has_csr: Optional[pulumi.Input[bool]] = None,
host_name: Optional[pulumi.Input[str]] = None,
host_type: Optional[pulumi.Input[str]] = None,
hypervisor_acropolis_connection_state: Optional[pulumi.Input[str]] = None,
hypervisor_external_address: Optional[pulumi.Input[GetHciNodeHypervisorExternalAddressArgs]] = None,
hypervisor_number_of_vms: Optional[pulumi.Input[float]] = None,
hypervisor_state: Optional[pulumi.Input[str]] = None,
hypervisor_type: Optional[pulumi.Input[str]] = None,
hypervisor_user_name: Optional[pulumi.Input[str]] = None,
hypervisor_version: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
ipmi_ip: Optional[pulumi.Input[GetHciNodeIpmiIpArgs]] = None,
ipmi_username: Optional[pulumi.Input[str]] = None,
is_degraded: Optional[pulumi.Input[bool]] = None,
is_hardware_virtualized: Optional[pulumi.Input[bool]] = None,
is_secure_booted: Optional[pulumi.Input[bool]] = None,
key_management_device_to_cert_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodeKeyManagementDeviceToCertStatusArgs]]]] = None,
maintenance_state: Optional[pulumi.Input[str]] = None,
memory_capacity_bytes: Optional[pulumi.Input[float]] = None,
memory_size_bytes: Optional[pulumi.Input[float]] = None,
memory_usage_bytes: Optional[pulumi.Input[float]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
node_ext_id: Optional[pulumi.Input[str]] = None,
node_status: Optional[pulumi.Input[str]] = None,
number_of_cpu_cores: Optional[pulumi.Input[float]] = None,
number_of_cpu_sockets: Optional[pulumi.Input[float]] = None,
number_of_cpu_threads: Optional[pulumi.Input[float]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetHciNodeParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodePermissionResourceArgs]]]] = None,
physical_server: Optional[pulumi.Input[GetHciNodePhysicalServerArgs]] = None,
reboot_pending: Optional[pulumi.Input[bool]] = None,
registered_device: Optional[pulumi.Input[GetHciNodeRegisteredDeviceArgs]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
storage_capacity_bytes: Optional[pulumi.Input[float]] = None,
storage_usage_bytes: Optional[pulumi.Input[float]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHciNodeTagArgs]]]] = None,
version_context: Optional[pulumi.Input[GetHciNodeVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHciNodeResult]
func LookupHciNode(ctx *Context, args *LookupHciNodeArgs, opts ...InvokeOption) (*LookupHciNodeResult, error)
func LookupHciNodeOutput(ctx *Context, args *LookupHciNodeOutputArgs, opts ...InvokeOption) LookupHciNodeResultOutput
> Note: This function is named LookupHciNode
in the Go SDK.
public static class GetHciNode
{
public static Task<GetHciNodeResult> InvokeAsync(GetHciNodeArgs args, InvokeOptions? opts = null)
public static Output<GetHciNodeResult> Invoke(GetHciNodeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetHciNodeResult> getHciNode(GetHciNodeArgs args, InvokeOptions options)
public static Output<GetHciNodeResult> getHciNode(GetHciNodeArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getHciNode:getHciNode
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hci Node Ancestor> - Block
Model string - The rackable unit model of the node.
- Block
Serial string - The rackable unit serial number of the node.
- Boot
Time doubleUsecs - The boot time in microseconds of the node.
- Class
Id string - Cluster
Get
Hci Node Cluster - Cluster
Ext stringId - The unique identifier of the cluster.
- Cluster
Name string - The name of the cluster this node belongs to.
- Controller
Vm GetBackplane Address Hci Node Controller Vm Backplane Address - Controller
Vm GetExternal Address Hci Node Controller Vm External Address - Controller
Vm doubleId - The identifier number of the controller VM.
- Controller
Vm boolMaintanence Mode - The maintenance mode status of the controller VM.
- Controller
Vm GetNat Ip Hci Node Controller Vm Nat Ip - Controller
Vm doubleNat Port - The NAT port of the controller VM.
- Controller
Vm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address - Controller
Vm stringServer Uuid - The Rackable unit UUID of the server.
- Cpu
Capacity doubleHz - The CPU capacity in Hz of the node.
- Cpu
Frequency doubleHz - The CPU frequency in Hz on the node.
- Cpu
Model string - The CPU model of the node.
- Cpu
Usage doubleHz - The CPU usage in Hz of the node.
- Create
Time string - The time when this managed object was created.
- Default
Vhd stringContainer Uuid - The default VHD container UUID of the node.
- Default
Vhd stringLocation - The default VHD location of the node.
- Default
Vm stringContainer Uuid - The default VM container UUID of the node.
- Default
Vm stringLocation - The default VM location of the node.
- Disk
Count double - The number of disks on the node.
- Disks
List<Get
Hci Node Disk> - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Failover
Cluster stringFqdn - The failover cluster FQDN of the node.
- Failover
Cluster stringNode Status - The failover cluster node status of the node.
- Gpu
Count double - The number of GPUs on the node.
- Gpu
Driver stringVersion - The GPU driver version of the node.
- Gpuses
List<Get
Hci Node Gpus> - Has
Csr bool - Certificate signing request status of the node.
- Host
Name string - The name of the host the node is running on.
- Host
Type string - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- Hypervisor
Acropolis stringConnection State - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- Hypervisor
External GetAddress Hci Node Hypervisor External Address - Hypervisor
Number doubleOf Vms - The number of VMs managed on this node.
- Hypervisor
State 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.
- Hypervisor
Type string - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- Hypervisor
User stringName - The user name of the hypervisor on this node.
- Hypervisor
Version string - The version of the hypervisor on this node.
- Id string
- Ipmi
Ip GetHci Node Ipmi Ip - Ipmi
Username string - The IPMI user name of the controller.
- Is
Degraded bool - The degraded status of the node.
- Is
Hardware boolVirtualized - The hardware virtualization status of the node.
- Is
Secure boolBooted - The secure boot status of the node.
- Key
Management List<GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status> - Maintenance
State string - The maintenance state of the node.
- Memory
Capacity doubleBytes - The memory capacity in bytes of the node.
- Memory
Size doubleBytes - The memory size in bytes of the node.
- Memory
Usage doubleBytes - The memory usage in bytes of the node.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Ext stringId - The unique identifier of the node.
- Node
Status string - The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- Number
Of doubleCpu Cores - The number of CPU cores on the node.
- Number
Of doubleCpu Sockets - The number of sockets on the node.
- Number
Of doubleCpu Threads - The number of threads on the node.
- Object
Type string - Owners List<string>
- Parent
Get
Hci Node Parent - Permission
Resources List<GetHci Node Permission Resource> - Physical
Server GetHci Node Physical Server - Reboot
Pending bool - The reboot pending status of the node.
- Registered
Device GetHci Node Registered Device - 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.
- Storage
Capacity doubleBytes - The storage capacity in bytes of the node.
- Storage
Usage doubleBytes - The storage usage in bytes of the node.
- List<Get
Hci Node Tag> - Version
Context GetHci Node Version Context
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hci Node Ancestor - Block
Model string - The rackable unit model of the node.
- Block
Serial string - The rackable unit serial number of the node.
- Boot
Time float64Usecs - The boot time in microseconds of the node.
- Class
Id string - Cluster
Get
Hci Node Cluster - Cluster
Ext stringId - The unique identifier of the cluster.
- Cluster
Name string - The name of the cluster this node belongs to.
- Controller
Vm GetBackplane Address Hci Node Controller Vm Backplane Address - Controller
Vm GetExternal Address Hci Node Controller Vm External Address - Controller
Vm float64Id - The identifier number of the controller VM.
- Controller
Vm boolMaintanence Mode - The maintenance mode status of the controller VM.
- Controller
Vm GetNat Ip Hci Node Controller Vm Nat Ip - Controller
Vm float64Nat Port - The NAT port of the controller VM.
- Controller
Vm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address - Controller
Vm stringServer Uuid - The Rackable unit UUID of the server.
- Cpu
Capacity float64Hz - The CPU capacity in Hz of the node.
- Cpu
Frequency float64Hz - The CPU frequency in Hz on the node.
- Cpu
Model string - The CPU model of the node.
- Cpu
Usage float64Hz - The CPU usage in Hz of the node.
- Create
Time string - The time when this managed object was created.
- Default
Vhd stringContainer Uuid - The default VHD container UUID of the node.
- Default
Vhd stringLocation - The default VHD location of the node.
- Default
Vm stringContainer Uuid - The default VM container UUID of the node.
- Default
Vm stringLocation - The default VM location of the node.
- Disk
Count float64 - The number of disks on the node.
- Disks
[]Get
Hci Node Disk - Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Failover
Cluster stringFqdn - The failover cluster FQDN of the node.
- Failover
Cluster stringNode Status - The failover cluster node status of the node.
- Gpu
Count float64 - The number of GPUs on the node.
- Gpu
Driver stringVersion - The GPU driver version of the node.
- Gpuses
[]Get
Hci Node Gpus - Has
Csr bool - Certificate signing request status of the node.
- Host
Name string - The name of the host the node is running on.
- Host
Type string - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- Hypervisor
Acropolis stringConnection State - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- Hypervisor
External GetAddress Hci Node Hypervisor External Address - Hypervisor
Number float64Of Vms - The number of VMs managed on this node.
- Hypervisor
State 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.
- Hypervisor
Type string - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- Hypervisor
User stringName - The user name of the hypervisor on this node.
- Hypervisor
Version string - The version of the hypervisor on this node.
- Id string
- Ipmi
Ip GetHci Node Ipmi Ip - Ipmi
Username string - The IPMI user name of the controller.
- Is
Degraded bool - The degraded status of the node.
- Is
Hardware boolVirtualized - The hardware virtualization status of the node.
- Is
Secure boolBooted - The secure boot status of the node.
- Key
Management []GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status - Maintenance
State string - The maintenance state of the node.
- Memory
Capacity float64Bytes - The memory capacity in bytes of the node.
- Memory
Size float64Bytes - The memory size in bytes of the node.
- Memory
Usage float64Bytes - The memory usage in bytes of the node.
- Mod
Time string - The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Node
Ext stringId - The unique identifier of the node.
- Node
Status string - The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- Number
Of float64Cpu Cores - The number of CPU cores on the node.
- Number
Of float64Cpu Sockets - The number of sockets on the node.
- Number
Of float64Cpu Threads - The number of threads on the node.
- Object
Type string - Owners []string
- Parent
Get
Hci Node Parent - Permission
Resources []GetHci Node Permission Resource - Physical
Server GetHci Node Physical Server - Reboot
Pending bool - The reboot pending status of the node.
- Registered
Device GetHci Node Registered Device - 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.
- Storage
Capacity float64Bytes - The storage capacity in bytes of the node.
- Storage
Usage float64Bytes - The storage usage in bytes of the node.
- []Get
Hci Node Tag - Version
Context GetHci Node Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hci Node Ancestor> - block
Model String - The rackable unit model of the node.
- block
Serial String - The rackable unit serial number of the node.
- boot
Time DoubleUsecs - The boot time in microseconds of the node.
- class
Id String - cluster
Get
Hci Node Cluster - cluster
Ext StringId - The unique identifier of the cluster.
- cluster
Name String - The name of the cluster this node belongs to.
- controller
Vm GetBackplane Address Hci Node Controller Vm Backplane Address - controller
Vm GetExternal Address Hci Node Controller Vm External Address - controller
Vm DoubleId - The identifier number of the controller VM.
- controller
Vm BooleanMaintanence Mode - The maintenance mode status of the controller VM.
- controller
Vm GetNat Ip Hci Node Controller Vm Nat Ip - controller
Vm DoubleNat Port - The NAT port of the controller VM.
- controller
Vm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address - controller
Vm StringServer Uuid - The Rackable unit UUID of the server.
- cpu
Capacity DoubleHz - The CPU capacity in Hz of the node.
- cpu
Frequency DoubleHz - The CPU frequency in Hz on the node.
- cpu
Model String - The CPU model of the node.
- cpu
Usage DoubleHz - The CPU usage in Hz of the node.
- create
Time String - The time when this managed object was created.
- default
Vhd StringContainer Uuid - The default VHD container UUID of the node.
- default
Vhd StringLocation - The default VHD location of the node.
- default
Vm StringContainer Uuid - The default VM container UUID of the node.
- default
Vm StringLocation - The default VM location of the node.
- disk
Count Double - The number of disks on the node.
- disks
List<Get
Hci Node Disk> - domain
Group StringMoid - The DomainGroup ID for this managed object.
- failover
Cluster StringFqdn - The failover cluster FQDN of the node.
- failover
Cluster StringNode Status - The failover cluster node status of the node.
- gpu
Count Double - The number of GPUs on the node.
- gpu
Driver StringVersion - The GPU driver version of the node.
- gpuses
List<Get
Hci Node Gpus> - has
Csr Boolean - Certificate signing request status of the node.
- host
Name String - The name of the host the node is running on.
- host
Type String - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisor
Acropolis StringConnection State - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisor
External GetAddress Hci Node Hypervisor External Address - hypervisor
Number DoubleOf Vms - The number of VMs managed on this node.
- hypervisor
State 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.
- hypervisor
Type String - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisor
User StringName - The user name of the hypervisor on this node.
- hypervisor
Version String - The version of the hypervisor on this node.
- id String
- ipmi
Ip GetHci Node Ipmi Ip - ipmi
Username String - The IPMI user name of the controller.
- is
Degraded Boolean - The degraded status of the node.
- is
Hardware BooleanVirtualized - The hardware virtualization status of the node.
- is
Secure BooleanBooted - The secure boot status of the node.
- key
Management List<GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status> - maintenance
State String - The maintenance state of the node.
- memory
Capacity DoubleBytes - The memory capacity in bytes of the node.
- memory
Size DoubleBytes - The memory size in bytes of the node.
- memory
Usage DoubleBytes - The memory usage in bytes of the node.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Ext StringId - The unique identifier of the node.
- node
Status String - The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- number
Of DoubleCpu Cores - The number of CPU cores on the node.
- number
Of DoubleCpu Sockets - The number of sockets on the node.
- number
Of DoubleCpu Threads - The number of threads on the node.
- object
Type String - owners List<String>
- parent
Get
Hci Node Parent - permission
Resources List<GetHci Node Permission Resource> - physical
Server GetHci Node Physical Server - reboot
Pending Boolean - The reboot pending status of the node.
- registered
Device GetHci Node Registered Device - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Capacity DoubleBytes - The storage capacity in bytes of the node.
- storage
Usage DoubleBytes - The storage usage in bytes of the node.
- List<Get
Hci Node Tag> - version
Context GetHci Node Version Context
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hci Node Ancestor[] - block
Model string - The rackable unit model of the node.
- block
Serial string - The rackable unit serial number of the node.
- boot
Time numberUsecs - The boot time in microseconds of the node.
- class
Id string - cluster
Get
Hci Node Cluster - cluster
Ext stringId - The unique identifier of the cluster.
- cluster
Name string - The name of the cluster this node belongs to.
- controller
Vm GetBackplane Address Hci Node Controller Vm Backplane Address - controller
Vm GetExternal Address Hci Node Controller Vm External Address - controller
Vm numberId - The identifier number of the controller VM.
- controller
Vm booleanMaintanence Mode - The maintenance mode status of the controller VM.
- controller
Vm GetNat Ip Hci Node Controller Vm Nat Ip - controller
Vm numberNat Port - The NAT port of the controller VM.
- controller
Vm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address - controller
Vm stringServer Uuid - The Rackable unit UUID of the server.
- cpu
Capacity numberHz - The CPU capacity in Hz of the node.
- cpu
Frequency numberHz - The CPU frequency in Hz on the node.
- cpu
Model string - The CPU model of the node.
- cpu
Usage numberHz - The CPU usage in Hz of the node.
- create
Time string - The time when this managed object was created.
- default
Vhd stringContainer Uuid - The default VHD container UUID of the node.
- default
Vhd stringLocation - The default VHD location of the node.
- default
Vm stringContainer Uuid - The default VM container UUID of the node.
- default
Vm stringLocation - The default VM location of the node.
- disk
Count number - The number of disks on the node.
- disks
Get
Hci Node Disk[] - domain
Group stringMoid - The DomainGroup ID for this managed object.
- failover
Cluster stringFqdn - The failover cluster FQDN of the node.
- failover
Cluster stringNode Status - The failover cluster node status of the node.
- gpu
Count number - The number of GPUs on the node.
- gpu
Driver stringVersion - The GPU driver version of the node.
- gpuses
Get
Hci Node Gpus[] - has
Csr boolean - Certificate signing request status of the node.
- host
Name string - The name of the host the node is running on.
- host
Type string - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisor
Acropolis stringConnection State - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisor
External GetAddress Hci Node Hypervisor External Address - hypervisor
Number numberOf Vms - The number of VMs managed on this node.
- hypervisor
State 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.
- hypervisor
Type string - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisor
User stringName - The user name of the hypervisor on this node.
- hypervisor
Version string - The version of the hypervisor on this node.
- id string
- ipmi
Ip GetHci Node Ipmi Ip - ipmi
Username string - The IPMI user name of the controller.
- is
Degraded boolean - The degraded status of the node.
- is
Hardware booleanVirtualized - The hardware virtualization status of the node.
- is
Secure booleanBooted - The secure boot status of the node.
- key
Management GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status[] - maintenance
State string - The maintenance state of the node.
- memory
Capacity numberBytes - The memory capacity in bytes of the node.
- memory
Size numberBytes - The memory size in bytes of the node.
- memory
Usage numberBytes - The memory usage in bytes of the node.
- mod
Time string - The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- node
Ext stringId - The unique identifier of the node.
- node
Status string - The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- number
Of numberCpu Cores - The number of CPU cores on the node.
- number
Of numberCpu Sockets - The number of sockets on the node.
- number
Of numberCpu Threads - The number of threads on the node.
- object
Type string - owners string[]
- parent
Get
Hci Node Parent - permission
Resources GetHci Node Permission Resource[] - physical
Server GetHci Node Physical Server - reboot
Pending boolean - The reboot pending status of the node.
- registered
Device GetHci Node Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Capacity numberBytes - The storage capacity in bytes of the node.
- storage
Usage numberBytes - The storage usage in bytes of the node.
- Get
Hci Node Tag[] - version
Context GetHci Node Version Context
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hci Node Ancestor] - block_
model str - The rackable unit model of the node.
- block_
serial str - The rackable unit serial number of the node.
- boot_
time_ floatusecs - The boot time in microseconds of the node.
- class_
id str - cluster
Get
Hci Node Cluster - cluster_
ext_ strid - The unique identifier of the cluster.
- cluster_
name str - The name of the cluster this node belongs to.
- controller_
vm_ Getbackplane_ address Hci Node Controller Vm Backplane Address - controller_
vm_ Getexternal_ address Hci Node Controller Vm External Address - controller_
vm_ floatid - The identifier number of the controller VM.
- controller_
vm_ boolmaintanence_ mode - The maintenance mode status of the controller VM.
- controller_
vm_ Getnat_ ip Hci Node Controller Vm Nat Ip - controller_
vm_ floatnat_ port - The NAT port of the controller VM.
- controller_
vm_ Getrdma_ backplane_ address Hci Node Controller Vm Rdma Backplane Address - controller_
vm_ strserver_ uuid - The Rackable unit UUID of the server.
- cpu_
capacity_ floathz - The CPU capacity in Hz of the node.
- cpu_
frequency_ floathz - The CPU frequency in Hz on the node.
- cpu_
model str - The CPU model of the node.
- cpu_
usage_ floathz - The CPU usage in Hz of the node.
- create_
time str - The time when this managed object was created.
- default_
vhd_ strcontainer_ uuid - The default VHD container UUID of the node.
- default_
vhd_ strlocation - The default VHD location of the node.
- default_
vm_ strcontainer_ uuid - The default VM container UUID of the node.
- default_
vm_ strlocation - The default VM location of the node.
- disk_
count float - The number of disks on the node.
- disks
Sequence[Get
Hci Node Disk] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- failover_
cluster_ strfqdn - The failover cluster FQDN of the node.
- failover_
cluster_ strnode_ status - The failover cluster node status of the node.
- gpu_
count float - The number of GPUs on the node.
- gpu_
driver_ strversion - The GPU driver version of the node.
- gpuses
Sequence[Get
Hci Node Gpus] - has_
csr bool - Certificate signing request status of the node.
- host_
name str - The name of the host the node is running on.
- host_
type str - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisor_
acropolis_ strconnection_ state - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisor_
external_ Getaddress Hci Node Hypervisor External Address - hypervisor_
number_ floatof_ vms - The number of VMs managed on this node.
- hypervisor_
state str - The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- hypervisor_
type str - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisor_
user_ strname - The user name of the hypervisor on this node.
- hypervisor_
version str - The version of the hypervisor on this node.
- id str
- ipmi_
ip GetHci Node Ipmi Ip - ipmi_
username str - The IPMI user name of the controller.
- is_
degraded bool - The degraded status of the node.
- is_
hardware_ boolvirtualized - The hardware virtualization status of the node.
- is_
secure_ boolbooted - The secure boot status of the node.
- key_
management_ Sequence[Getdevice_ to_ cert_ statuses Hci Node Key Management Device To Cert Status] - maintenance_
state str - The maintenance state of the node.
- memory_
capacity_ floatbytes - The memory capacity in bytes of the node.
- memory_
size_ floatbytes - The memory size in bytes of the node.
- memory_
usage_ floatbytes - The memory usage in bytes of the node.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_
ext_ strid - The unique identifier of the node.
- node_
status str - The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- number_
of_ floatcpu_ cores - The number of CPU cores on the node.
- number_
of_ floatcpu_ sockets - The number of sockets on the node.
- number_
of_ floatcpu_ threads - The number of threads on the node.
- object_
type str - owners Sequence[str]
- parent
Get
Hci Node Parent - permission_
resources Sequence[GetHci Node Permission Resource] - physical_
server GetHci Node Physical Server - reboot_
pending bool - The reboot pending status of the node.
- registered_
device GetHci Node Registered Device - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_
capacity_ floatbytes - The storage capacity in bytes of the node.
- storage_
usage_ floatbytes - The storage usage in bytes of the node.
- Sequence[Get
Hci Node Tag] - version_
context GetHci Node Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors List<Property Map>
- block
Model String - The rackable unit model of the node.
- block
Serial String - The rackable unit serial number of the node.
- boot
Time NumberUsecs - The boot time in microseconds of the node.
- class
Id String - cluster Property Map
- cluster
Ext StringId - The unique identifier of the cluster.
- cluster
Name String - The name of the cluster this node belongs to.
- controller
Vm Property MapBackplane Address - controller
Vm Property MapExternal Address - controller
Vm NumberId - The identifier number of the controller VM.
- controller
Vm BooleanMaintanence Mode - The maintenance mode status of the controller VM.
- controller
Vm Property MapNat Ip - controller
Vm NumberNat Port - The NAT port of the controller VM.
- controller
Vm Property MapRdma Backplane Address - controller
Vm StringServer Uuid - The Rackable unit UUID of the server.
- cpu
Capacity NumberHz - The CPU capacity in Hz of the node.
- cpu
Frequency NumberHz - The CPU frequency in Hz on the node.
- cpu
Model String - The CPU model of the node.
- cpu
Usage NumberHz - The CPU usage in Hz of the node.
- create
Time String - The time when this managed object was created.
- default
Vhd StringContainer Uuid - The default VHD container UUID of the node.
- default
Vhd StringLocation - The default VHD location of the node.
- default
Vm StringContainer Uuid - The default VM container UUID of the node.
- default
Vm StringLocation - The default VM location of the node.
- disk
Count Number - The number of disks on the node.
- disks List<Property Map>
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- failover
Cluster StringFqdn - The failover cluster FQDN of the node.
- failover
Cluster StringNode Status - The failover cluster node status of the node.
- gpu
Count Number - The number of GPUs on the node.
- gpu
Driver StringVersion - The GPU driver version of the node.
- gpuses List<Property Map>
- has
Csr Boolean - Certificate signing request status of the node.
- host
Name String - The name of the host the node is running on.
- host
Type String - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisor
Acropolis StringConnection State - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisor
External Property MapAddress - hypervisor
Number NumberOf Vms - The number of VMs managed on this node.
- hypervisor
State 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.
- hypervisor
Type String - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisor
User StringName - The user name of the hypervisor on this node.
- hypervisor
Version String - The version of the hypervisor on this node.
- id String
- ipmi
Ip Property Map - ipmi
Username String - The IPMI user name of the controller.
- is
Degraded Boolean - The degraded status of the node.
- is
Hardware BooleanVirtualized - The hardware virtualization status of the node.
- is
Secure BooleanBooted - The secure boot status of the node.
- key
Management List<Property Map>Device To Cert Statuses - maintenance
State String - The maintenance state of the node.
- memory
Capacity NumberBytes - The memory capacity in bytes of the node.
- memory
Size NumberBytes - The memory size in bytes of the node.
- memory
Usage NumberBytes - The memory usage in bytes of the node.
- mod
Time String - The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- node
Ext StringId - The unique identifier of the node.
- node
Status String - The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- number
Of NumberCpu Cores - The number of CPU cores on the node.
- number
Of NumberCpu Sockets - The number of sockets on the node.
- number
Of NumberCpu Threads - The number of threads on the node.
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - physical
Server Property Map - reboot
Pending Boolean - The reboot pending status of the node.
- registered
Device Property Map - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage
Capacity NumberBytes - The storage capacity in bytes of the node.
- storage
Usage NumberBytes - The storage usage in bytes of the node.
- List<Property Map>
- version
Context Property Map
getHciNode Result
The following output properties are available:
- Id string
- Results
List<Get
Hci Node Result> - Account
Moid string - Additional
Properties string - Ancestors
List<Get
Hci Node Ancestor> - Block
Model string - Block
Serial string - Boot
Time doubleUsecs - Class
Id string - Cluster
Get
Hci Node Cluster - Cluster
Ext stringId - Cluster
Name string - Controller
Vm GetBackplane Address Hci Node Controller Vm Backplane Address - Controller
Vm GetExternal Address Hci Node Controller Vm External Address - Controller
Vm doubleId - Controller
Vm boolMaintanence Mode - Controller
Vm GetNat Ip Hci Node Controller Vm Nat Ip - Controller
Vm doubleNat Port - Controller
Vm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address - Controller
Vm stringServer Uuid - Cpu
Capacity doubleHz - Cpu
Frequency doubleHz - Cpu
Model string - Cpu
Usage doubleHz - Create
Time string - Default
Vhd stringContainer Uuid - Default
Vhd stringLocation - Default
Vm stringContainer Uuid - Default
Vm stringLocation - Disk
Count double - Disks
List<Get
Hci Node Disk> - Domain
Group stringMoid - Failover
Cluster stringFqdn - Failover
Cluster stringNode Status - Gpu
Count double - Gpu
Driver stringVersion - Gpuses
List<Get
Hci Node Gpus> - Has
Csr bool - Host
Name string - Host
Type string - Hypervisor
Acropolis stringConnection State - Hypervisor
External GetAddress Hci Node Hypervisor External Address - Hypervisor
Number doubleOf Vms - Hypervisor
State string - Hypervisor
Type string - Hypervisor
User stringName - Hypervisor
Version string - Ipmi
Ip GetHci Node Ipmi Ip - Ipmi
Username string - Is
Degraded bool - Is
Hardware boolVirtualized - Is
Secure boolBooted - Key
Management List<GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status> - Maintenance
State string - Memory
Capacity doubleBytes - Memory
Size doubleBytes - Memory
Usage doubleBytes - Mod
Time string - Moid string
- Node
Ext stringId - Node
Status string - Number
Of doubleCpu Cores - Number
Of doubleCpu Sockets - Number
Of doubleCpu Threads - Object
Type string - Owners List<string>
- Parent
Get
Hci Node Parent - Permission
Resources List<GetHci Node Permission Resource> - Physical
Server GetHci Node Physical Server - Reboot
Pending bool - Registered
Device GetHci Node Registered Device - string
- Storage
Capacity doubleBytes - Storage
Usage doubleBytes - List<Get
Hci Node Tag> - Version
Context GetHci Node Version Context
- Id string
- Results
[]Get
Hci Node Result - Account
Moid string - Additional
Properties string - Ancestors
[]Get
Hci Node Ancestor - Block
Model string - Block
Serial string - Boot
Time float64Usecs - Class
Id string - Cluster
Get
Hci Node Cluster - Cluster
Ext stringId - Cluster
Name string - Controller
Vm GetBackplane Address Hci Node Controller Vm Backplane Address - Controller
Vm GetExternal Address Hci Node Controller Vm External Address - Controller
Vm float64Id - Controller
Vm boolMaintanence Mode - Controller
Vm GetNat Ip Hci Node Controller Vm Nat Ip - Controller
Vm float64Nat Port - Controller
Vm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address - Controller
Vm stringServer Uuid - Cpu
Capacity float64Hz - Cpu
Frequency float64Hz - Cpu
Model string - Cpu
Usage float64Hz - Create
Time string - Default
Vhd stringContainer Uuid - Default
Vhd stringLocation - Default
Vm stringContainer Uuid - Default
Vm stringLocation - Disk
Count float64 - Disks
[]Get
Hci Node Disk - Domain
Group stringMoid - Failover
Cluster stringFqdn - Failover
Cluster stringNode Status - Gpu
Count float64 - Gpu
Driver stringVersion - Gpuses
[]Get
Hci Node Gpus - Has
Csr bool - Host
Name string - Host
Type string - Hypervisor
Acropolis stringConnection State - Hypervisor
External GetAddress Hci Node Hypervisor External Address - Hypervisor
Number float64Of Vms - Hypervisor
State string - Hypervisor
Type string - Hypervisor
User stringName - Hypervisor
Version string - Ipmi
Ip GetHci Node Ipmi Ip - Ipmi
Username string - Is
Degraded bool - Is
Hardware boolVirtualized - Is
Secure boolBooted - Key
Management []GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status - Maintenance
State string - Memory
Capacity float64Bytes - Memory
Size float64Bytes - Memory
Usage float64Bytes - Mod
Time string - Moid string
- Node
Ext stringId - Node
Status string - Number
Of float64Cpu Cores - Number
Of float64Cpu Sockets - Number
Of float64Cpu Threads - Object
Type string - Owners []string
- Parent
Get
Hci Node Parent - Permission
Resources []GetHci Node Permission Resource - Physical
Server GetHci Node Physical Server - Reboot
Pending bool - Registered
Device GetHci Node Registered Device - string
- Storage
Capacity float64Bytes - Storage
Usage float64Bytes - []Get
Hci Node Tag - Version
Context GetHci Node Version Context
- id String
- results
List<Get
Hci Node Result> - account
Moid String - additional
Properties String - ancestors
List<Get
Hci Node Ancestor> - block
Model String - block
Serial String - boot
Time DoubleUsecs - class
Id String - cluster
Get
Hci Node Cluster - cluster
Ext StringId - cluster
Name String - controller
Vm GetBackplane Address Hci Node Controller Vm Backplane Address - controller
Vm GetExternal Address Hci Node Controller Vm External Address - controller
Vm DoubleId - controller
Vm BooleanMaintanence Mode - controller
Vm GetNat Ip Hci Node Controller Vm Nat Ip - controller
Vm DoubleNat Port - controller
Vm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address - controller
Vm StringServer Uuid - cpu
Capacity DoubleHz - cpu
Frequency DoubleHz - cpu
Model String - cpu
Usage DoubleHz - create
Time String - default
Vhd StringContainer Uuid - default
Vhd StringLocation - default
Vm StringContainer Uuid - default
Vm StringLocation - disk
Count Double - disks
List<Get
Hci Node Disk> - domain
Group StringMoid - failover
Cluster StringFqdn - failover
Cluster StringNode Status - gpu
Count Double - gpu
Driver StringVersion - gpuses
List<Get
Hci Node Gpus> - has
Csr Boolean - host
Name String - host
Type String - hypervisor
Acropolis StringConnection State - hypervisor
External GetAddress Hci Node Hypervisor External Address - hypervisor
Number DoubleOf Vms - hypervisor
State String - hypervisor
Type String - hypervisor
User StringName - hypervisor
Version String - ipmi
Ip GetHci Node Ipmi Ip - ipmi
Username String - is
Degraded Boolean - is
Hardware BooleanVirtualized - is
Secure BooleanBooted - key
Management List<GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status> - maintenance
State String - memory
Capacity DoubleBytes - memory
Size DoubleBytes - memory
Usage DoubleBytes - mod
Time String - moid String
- node
Ext StringId - node
Status String - number
Of DoubleCpu Cores - number
Of DoubleCpu Sockets - number
Of DoubleCpu Threads - object
Type String - owners List<String>
- parent
Get
Hci Node Parent - permission
Resources List<GetHci Node Permission Resource> - physical
Server GetHci Node Physical Server - reboot
Pending Boolean - registered
Device GetHci Node Registered Device - String
- storage
Capacity DoubleBytes - storage
Usage DoubleBytes - List<Get
Hci Node Tag> - version
Context GetHci Node Version Context
- id string
- results
Get
Hci Node Result[] - account
Moid string - additional
Properties string - ancestors
Get
Hci Node Ancestor[] - block
Model string - block
Serial string - boot
Time numberUsecs - class
Id string - cluster
Get
Hci Node Cluster - cluster
Ext stringId - cluster
Name string - controller
Vm GetBackplane Address Hci Node Controller Vm Backplane Address - controller
Vm GetExternal Address Hci Node Controller Vm External Address - controller
Vm numberId - controller
Vm booleanMaintanence Mode - controller
Vm GetNat Ip Hci Node Controller Vm Nat Ip - controller
Vm numberNat Port - controller
Vm GetRdma Backplane Address Hci Node Controller Vm Rdma Backplane Address - controller
Vm stringServer Uuid - cpu
Capacity numberHz - cpu
Frequency numberHz - cpu
Model string - cpu
Usage numberHz - create
Time string - default
Vhd stringContainer Uuid - default
Vhd stringLocation - default
Vm stringContainer Uuid - default
Vm stringLocation - disk
Count number - disks
Get
Hci Node Disk[] - domain
Group stringMoid - failover
Cluster stringFqdn - failover
Cluster stringNode Status - gpu
Count number - gpu
Driver stringVersion - gpuses
Get
Hci Node Gpus[] - has
Csr boolean - host
Name string - host
Type string - hypervisor
Acropolis stringConnection State - hypervisor
External GetAddress Hci Node Hypervisor External Address - hypervisor
Number numberOf Vms - hypervisor
State string - hypervisor
Type string - hypervisor
User stringName - hypervisor
Version string - ipmi
Ip GetHci Node Ipmi Ip - ipmi
Username string - is
Degraded boolean - is
Hardware booleanVirtualized - is
Secure booleanBooted - key
Management GetDevice To Cert Statuses Hci Node Key Management Device To Cert Status[] - maintenance
State string - memory
Capacity numberBytes - memory
Size numberBytes - memory
Usage numberBytes - mod
Time string - moid string
- node
Ext stringId - node
Status string - number
Of numberCpu Cores - number
Of numberCpu Sockets - number
Of numberCpu Threads - object
Type string - owners string[]
- parent
Get
Hci Node Parent - permission
Resources GetHci Node Permission Resource[] - physical
Server GetHci Node Physical Server - reboot
Pending boolean - registered
Device GetHci Node Registered Device - string
- storage
Capacity numberBytes - storage
Usage numberBytes - Get
Hci Node Tag[] - version
Context GetHci Node Version Context
- id str
- results
Sequence[Get
Hci Node Result] - account_
moid str - additional_
properties str - ancestors
Sequence[Get
Hci Node Ancestor] - block_
model str - block_
serial str - boot_
time_ floatusecs - class_
id str - cluster
Get
Hci Node Cluster - cluster_
ext_ strid - cluster_
name str - controller_
vm_ Getbackplane_ address Hci Node Controller Vm Backplane Address - controller_
vm_ Getexternal_ address Hci Node Controller Vm External Address - controller_
vm_ floatid - controller_
vm_ boolmaintanence_ mode - controller_
vm_ Getnat_ ip Hci Node Controller Vm Nat Ip - controller_
vm_ floatnat_ port - controller_
vm_ Getrdma_ backplane_ address Hci Node Controller Vm Rdma Backplane Address - controller_
vm_ strserver_ uuid - cpu_
capacity_ floathz - cpu_
frequency_ floathz - cpu_
model str - cpu_
usage_ floathz - create_
time str - default_
vhd_ strcontainer_ uuid - default_
vhd_ strlocation - default_
vm_ strcontainer_ uuid - default_
vm_ strlocation - disk_
count float - disks
Sequence[Get
Hci Node Disk] - domain_
group_ strmoid - failover_
cluster_ strfqdn - failover_
cluster_ strnode_ status - gpu_
count float - gpu_
driver_ strversion - gpuses
Sequence[Get
Hci Node Gpus] - has_
csr bool - host_
name str - host_
type str - hypervisor_
acropolis_ strconnection_ state - hypervisor_
external_ Getaddress Hci Node Hypervisor External Address - hypervisor_
number_ floatof_ vms - hypervisor_
state str - hypervisor_
type str - hypervisor_
user_ strname - hypervisor_
version str - ipmi_
ip GetHci Node Ipmi Ip - ipmi_
username str - is_
degraded bool - is_
hardware_ boolvirtualized - is_
secure_ boolbooted - key_
management_ Sequence[Getdevice_ to_ cert_ statuses Hci Node Key Management Device To Cert Status] - maintenance_
state str - memory_
capacity_ floatbytes - memory_
size_ floatbytes - memory_
usage_ floatbytes - mod_
time str - moid str
- node_
ext_ strid - node_
status str - number_
of_ floatcpu_ cores - number_
of_ floatcpu_ sockets - number_
of_ floatcpu_ threads - object_
type str - owners Sequence[str]
- parent
Get
Hci Node Parent - permission_
resources Sequence[GetHci Node Permission Resource] - physical_
server GetHci Node Physical Server - reboot_
pending bool - registered_
device GetHci Node Registered Device - str
- storage_
capacity_ floatbytes - storage_
usage_ floatbytes - Sequence[Get
Hci Node Tag] - version_
context GetHci Node Version Context
- id String
- results List<Property Map>
- account
Moid String - additional
Properties String - ancestors List<Property Map>
- block
Model String - block
Serial String - boot
Time NumberUsecs - class
Id String - cluster Property Map
- cluster
Ext StringId - cluster
Name String - controller
Vm Property MapBackplane Address - controller
Vm Property MapExternal Address - controller
Vm NumberId - controller
Vm BooleanMaintanence Mode - controller
Vm Property MapNat Ip - controller
Vm NumberNat Port - controller
Vm Property MapRdma Backplane Address - controller
Vm StringServer Uuid - cpu
Capacity NumberHz - cpu
Frequency NumberHz - cpu
Model String - cpu
Usage NumberHz - create
Time String - default
Vhd StringContainer Uuid - default
Vhd StringLocation - default
Vm StringContainer Uuid - default
Vm StringLocation - disk
Count Number - disks List<Property Map>
- domain
Group StringMoid - failover
Cluster StringFqdn - failover
Cluster StringNode Status - gpu
Count Number - gpu
Driver StringVersion - gpuses List<Property Map>
- has
Csr Boolean - host
Name String - host
Type String - hypervisor
Acropolis StringConnection State - hypervisor
External Property MapAddress - hypervisor
Number NumberOf Vms - hypervisor
State String - hypervisor
Type String - hypervisor
User StringName - hypervisor
Version String - ipmi
Ip Property Map - ipmi
Username String - is
Degraded Boolean - is
Hardware BooleanVirtualized - is
Secure BooleanBooted - key
Management List<Property Map>Device To Cert Statuses - maintenance
State String - memory
Capacity NumberBytes - memory
Size NumberBytes - memory
Usage NumberBytes - mod
Time String - moid String
- node
Ext StringId - node
Status String - number
Of NumberCpu Cores - number
Of NumberCpu Sockets - number
Of NumberCpu Threads - object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - physical
Server Property Map - reboot
Pending Boolean - registered
Device Property Map - String
- storage
Capacity NumberBytes - storage
Usage NumberBytes - List<Property Map>
- version
Context Property Map
Supporting Types
GetHciNodeAncestor
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNodeCluster
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNodeControllerVmBackplaneAddress
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeControllerVmExternalAddress
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeControllerVmNatIp
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeControllerVmRdmaBackplaneAddress
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeDisk
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNodeGpus
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNodeHypervisorExternalAddress
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeIpmiIp
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length double - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length double - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Ipv4Address string
- An IPv4 address in this IpAddress.
- Ipv4Prefix
Length float64 - The prefix length of the IPv4 address.
- Ipv6Address string
- An IPv6 address in this IpAddress.
- Ipv6Prefix
Length float64 - The prefix length of the IPv6 address.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Double - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Double - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address string
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length number - The prefix length of the IPv4 address.
- ipv6Address string
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length number - The prefix length of the IPv6 address.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4_
address str - An IPv4 address in this IpAddress.
- ipv4_
prefix_ floatlength - The prefix length of the IPv4 address.
- ipv6_
address str - An IPv6 address in this IpAddress.
- ipv6_
prefix_ floatlength - The prefix length of the IPv6 address.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- ipv4Address String
- An IPv4 address in this IpAddress.
- ipv4Prefix
Length Number - The prefix length of the IPv4 address.
- ipv6Address String
- An IPv6 address in this IpAddress.
- ipv6Prefix
Length Number - The prefix length of the IPv6 address.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetHciNodeKeyManagementDeviceToCertStatus
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key
Management stringServer Name - The name of the key management server.
- Object
Type 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.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Key
Management stringServer Name - The name of the key management server.
- Object
Type 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.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key
Management StringServer Name - The name of the key management server.
- object
Type 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 string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key
Management stringServer Name - The name of the key management server.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status boolean
- The status of the certificate.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key_
management_ strserver_ name - The name of the key management server.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- status bool
- The status of the certificate.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- key
Management StringServer Name - The name of the key management server.
- object
Type 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
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNodePermissionResource
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNodePhysicalServer
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNodeRegisteredDevice
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNodeResult
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. List<GetHci Node Result Ancestor> - Block
Model This property is required. string - The rackable unit model of the node.
- Block
Serial This property is required. string - The rackable unit serial number of the node.
- Boot
Time Usecs This property is required. double - The boot time in microseconds of the node.
- Class
Id This property is required. string - Cluster
Ext Id This property is required. string - The unique identifier of the cluster.
- Cluster
Name This property is required. string - The name of the cluster this node belongs to.
- Clusters
This property is required. List<GetHci Node Result Cluster> - Controller
Vm Backplane Addresses This property is required. List<GetHci Node Result Controller Vm Backplane Address> - Controller
Vm External Addresses This property is required. List<GetHci Node Result Controller Vm External Address> - Controller
Vm Id This property is required. double - 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. List<GetHci Node Result Controller Vm Nat Ip> - Controller
Vm Nat Port This property is required. double - The NAT port of the controller VM.
- Controller
Vm Rdma Backplane Addresses This property is required. List<GetHci Node Result Controller Vm Rdma Backplane Address> - Controller
Vm Server Uuid This property is required. string - The Rackable unit UUID of the server.
- Cpu
Capacity Hz This property is required. double - The CPU capacity in Hz of the node.
- Cpu
Frequency Hz This property is required. double - The CPU frequency in Hz on the node.
- Cpu
Model This property is required. string - The CPU model of the node.
- Cpu
Usage Hz This property is required. double - The CPU usage in Hz of the node.
- Create
Time This property is required. string - The time when this managed object was created.
- Default
Vhd Container Uuid This property is required. string - The default VHD container UUID of the node.
- Default
Vhd Location This property is required. string - The default VHD location of the node.
- Default
Vm Container Uuid This property is required. string - The default VM container UUID of the node.
- Default
Vm Location This property is required. string - The default VM location of the node.
- Disk
Count This property is required. double - The number of disks on the node.
- Disks
This property is required. List<GetHci Node Result Disk> - Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Failover
Cluster Fqdn This property is required. string - The failover cluster FQDN of the node.
- Failover
Cluster Node Status This property is required. string - The failover cluster node status of the node.
- Gpu
Count This property is required. double - The number of GPUs on the node.
- Gpu
Driver Version This property is required. string - The GPU driver version of the node.
- Gpuses
This property is required. List<GetHci Node Result Gpus> - Has
Csr This property is required. bool - Certificate signing request status of the node.
- Host
Name This property is required. string - The name of the host the node is running on.
- Host
Type This property is required. string - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- Hypervisor
Acropolis Connection State This property is required. string - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- Hypervisor
External Addresses This property is required. List<GetHci Node Result Hypervisor External Address> - Hypervisor
Number Of Vms This property is required. double - The number of VMs managed on this node.
- Hypervisor
State 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.
- Hypervisor
Type This property is required. string - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- Hypervisor
User Name This property is required. string - The user name of the hypervisor on this node.
- Hypervisor
Version This property is required. string - The version of the hypervisor on this node.
- Ipmi
Ips This property is required. List<GetHci Node Result Ipmi Ip> - Ipmi
Username This property is required. string - 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. List<GetHci Node Result Key Management Device To Cert Status> - Maintenance
State This property is required. string - The maintenance state of the node.
- Memory
Capacity Bytes This property is required. double - The memory capacity in bytes of the node.
- Memory
Size Bytes This property is required. double - The memory size in bytes of the node.
- Memory
Usage Bytes This property is required. double - The memory usage in bytes of the node.
- Mod
Time 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.
- Node
Ext Id This property is required. string - The unique identifier of the node.
- Node
Status 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.
- Number
Of Cpu Cores This property is required. double - The number of CPU cores on the node.
- Number
Of Cpu Sockets This property is required. double - The number of sockets on the node.
- Number
Of Cpu Threads This property is required. double - The number of threads on the node.
- Object
Type This property is required. string - Owners
This property is required. List<string> - Parents
This property is required. List<GetHci Node Result Parent> - Permission
Resources This property is required. List<GetHci Node Result Permission Resource> - Physical
Servers This property is required. List<GetHci Node Result Physical Server> - Reboot
Pending This property is required. bool - The reboot pending status of the node.
- Registered
Devices This property is required. List<GetHci Node Result Registered Device> 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.
- Storage
Capacity Bytes This property is required. double - The storage capacity in bytes of the node.
- Storage
Usage Bytes This property is required. double - The storage usage in bytes of the node.
This property is required. List<GetHci Node Result Tag> - Version
Contexts This property is required. List<GetHci Node Result Version Context>
- Account
Moid This property is required. string - The Account ID for this managed object.
- Additional
Properties This property is required. string - Ancestors
This property is required. []GetHci Node Result Ancestor - Block
Model This property is required. string - The rackable unit model of the node.
- Block
Serial This property is required. string - The rackable unit serial number of the node.
- Boot
Time Usecs This property is required. float64 - The boot time in microseconds of the node.
- Class
Id This property is required. string - Cluster
Ext Id This property is required. string - The unique identifier of the cluster.
- Cluster
Name This property is required. string - The name of the cluster this node belongs to.
- Clusters
This property is required. []GetHci Node Result Cluster - Controller
Vm Backplane Addresses This property is required. []GetHci Node Result Controller Vm Backplane Address - Controller
Vm External Addresses This property is required. []GetHci Node Result Controller Vm External Address - Controller
Vm Id This property is required. float64 - 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. []GetHci Node Result Controller Vm Nat Ip - Controller
Vm Nat Port This property is required. float64 - The NAT port of the controller VM.
- Controller
Vm Rdma Backplane Addresses This property is required. []GetHci Node Result Controller Vm Rdma Backplane Address - Controller
Vm Server Uuid This property is required. string - The Rackable unit UUID of the server.
- Cpu
Capacity Hz This property is required. float64 - The CPU capacity in Hz of the node.
- Cpu
Frequency Hz This property is required. float64 - The CPU frequency in Hz on the node.
- Cpu
Model This property is required. string - The CPU model of the node.
- Cpu
Usage Hz This property is required. float64 - The CPU usage in Hz of the node.
- Create
Time This property is required. string - The time when this managed object was created.
- Default
Vhd Container Uuid This property is required. string - The default VHD container UUID of the node.
- Default
Vhd Location This property is required. string - The default VHD location of the node.
- Default
Vm Container Uuid This property is required. string - The default VM container UUID of the node.
- Default
Vm Location This property is required. string - The default VM location of the node.
- Disk
Count This property is required. float64 - The number of disks on the node.
- Disks
This property is required. []GetHci Node Result Disk - Domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- Failover
Cluster Fqdn This property is required. string - The failover cluster FQDN of the node.
- Failover
Cluster Node Status This property is required. string - The failover cluster node status of the node.
- Gpu
Count This property is required. float64 - The number of GPUs on the node.
- Gpu
Driver Version This property is required. string - The GPU driver version of the node.
- Gpuses
This property is required. []GetHci Node Result Gpus - Has
Csr This property is required. bool - Certificate signing request status of the node.
- Host
Name This property is required. string - The name of the host the node is running on.
- Host
Type This property is required. string - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- Hypervisor
Acropolis Connection State This property is required. string - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- Hypervisor
External Addresses This property is required. []GetHci Node Result Hypervisor External Address - Hypervisor
Number Of Vms This property is required. float64 - The number of VMs managed on this node.
- Hypervisor
State 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.
- Hypervisor
Type This property is required. string - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- Hypervisor
User Name This property is required. string - The user name of the hypervisor on this node.
- Hypervisor
Version This property is required. string - The version of the hypervisor on this node.
- Ipmi
Ips This property is required. []GetHci Node Result Ipmi Ip - Ipmi
Username This property is required. string - 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. []GetHci Node Result Key Management Device To Cert Status - Maintenance
State This property is required. string - The maintenance state of the node.
- Memory
Capacity Bytes This property is required. float64 - The memory capacity in bytes of the node.
- Memory
Size Bytes This property is required. float64 - The memory size in bytes of the node.
- Memory
Usage Bytes This property is required. float64 - The memory usage in bytes of the node.
- Mod
Time 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.
- Node
Ext Id This property is required. string - The unique identifier of the node.
- Node
Status 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.
- Number
Of Cpu Cores This property is required. float64 - The number of CPU cores on the node.
- Number
Of Cpu Sockets This property is required. float64 - The number of sockets on the node.
- Number
Of Cpu Threads This property is required. float64 - The number of threads on the node.
- Object
Type This property is required. string - Owners
This property is required. []string - Parents
This property is required. []GetHci Node Result Parent - Permission
Resources This property is required. []GetHci Node Result Permission Resource - Physical
Servers This property is required. []GetHci Node Result Physical Server - Reboot
Pending This property is required. bool - The reboot pending status of the node.
- Registered
Devices This property is required. []GetHci Node Result Registered Device 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.
- Storage
Capacity Bytes This property is required. float64 - The storage capacity in bytes of the node.
- Storage
Usage Bytes This property is required. float64 - The storage usage in bytes of the node.
This property is required. []GetHci Node Result Tag - Version
Contexts This property is required. []GetHci Node Result Version Context
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<GetHci Node Result Ancestor> - block
Model This property is required. String - The rackable unit model of the node.
- block
Serial This property is required. String - The rackable unit serial number of the node.
- boot
Time Usecs This property is required. Double - The boot time in microseconds of the node.
- class
Id This property is required. String - cluster
Ext Id This property is required. String - The unique identifier of the cluster.
- cluster
Name This property is required. String - The name of the cluster this node belongs to.
- clusters
This property is required. List<GetHci Node Result Cluster> - controller
Vm Backplane Addresses This property is required. List<GetHci Node Result Controller Vm Backplane Address> - controller
Vm External Addresses This property is required. List<GetHci Node Result Controller Vm External Address> - controller
Vm Id This property is required. Double - The identifier number of the controller VM.
- controller
Vm Maintanence Mode This property is required. Boolean - The maintenance mode status of the controller VM.
- controller
Vm Nat Ips This property is required. List<GetHci Node Result Controller Vm Nat Ip> - controller
Vm Nat Port This property is required. Double - The NAT port of the controller VM.
- controller
Vm Rdma Backplane Addresses This property is required. List<GetHci Node Result Controller Vm Rdma Backplane Address> - controller
Vm Server Uuid This property is required. String - The Rackable unit UUID of the server.
- cpu
Capacity Hz This property is required. Double - The CPU capacity in Hz of the node.
- cpu
Frequency Hz This property is required. Double - The CPU frequency in Hz on the node.
- cpu
Model This property is required. String - The CPU model of the node.
- cpu
Usage Hz This property is required. Double - The CPU usage in Hz of the node.
- create
Time This property is required. String - The time when this managed object was created.
- default
Vhd Container Uuid This property is required. String - The default VHD container UUID of the node.
- default
Vhd Location This property is required. String - The default VHD location of the node.
- default
Vm Container Uuid This property is required. String - The default VM container UUID of the node.
- default
Vm Location This property is required. String - The default VM location of the node.
- disk
Count This property is required. Double - The number of disks on the node.
- disks
This property is required. List<GetHci Node Result Disk> - domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- failover
Cluster Fqdn This property is required. String - The failover cluster FQDN of the node.
- failover
Cluster Node Status This property is required. String - The failover cluster node status of the node.
- gpu
Count This property is required. Double - The number of GPUs on the node.
- gpu
Driver Version This property is required. String - The GPU driver version of the node.
- gpuses
This property is required. List<GetHci Node Result Gpus> - has
Csr This property is required. Boolean - Certificate signing request status of the node.
- host
Name This property is required. String - The name of the host the node is running on.
- host
Type This property is required. String - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisor
Acropolis Connection State This property is required. String - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisor
External Addresses This property is required. List<GetHci Node Result Hypervisor External Address> - hypervisor
Number Of Vms This property is required. Double - The number of VMs managed on this node.
- hypervisor
State 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.
- hypervisor
Type This property is required. String - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisor
User Name This property is required. String - The user name of the hypervisor on this node.
- hypervisor
Version This property is required. String - The version of the hypervisor on this node.
- ipmi
Ips This property is required. List<GetHci Node Result Ipmi Ip> - ipmi
Username This property is required. String - The IPMI user name of the controller.
- is
Degraded This property is required. Boolean - The degraded status of the node.
- is
Hardware Virtualized This property is required. Boolean - The hardware virtualization status of the node.
- is
Secure Booted This property is required. Boolean - The secure boot status of the node.
- key
Management Device To Cert Statuses This property is required. List<GetHci Node Result Key Management Device To Cert Status> - maintenance
State This property is required. String - The maintenance state of the node.
- memory
Capacity Bytes This property is required. Double - The memory capacity in bytes of the node.
- memory
Size Bytes This property is required. Double - The memory size in bytes of the node.
- memory
Usage Bytes This property is required. Double - The memory usage in bytes of the node.
- mod
Time 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.
- node
Ext Id This property is required. String - The unique identifier of the node.
- node
Status 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.
- number
Of Cpu Cores This property is required. Double - The number of CPU cores on the node.
- number
Of Cpu Sockets This property is required. Double - The number of sockets on the node.
- number
Of Cpu Threads This property is required. Double - The number of threads on the node.
- object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<GetHci Node Result Parent> - permission
Resources This property is required. List<GetHci Node Result Permission Resource> - physical
Servers This property is required. List<GetHci Node Result Physical Server> - reboot
Pending This property is required. Boolean - The reboot pending status of the node.
- registered
Devices This property is required. List<GetHci Node Result Registered Device> 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.
- storage
Capacity Bytes This property is required. Double - The storage capacity in bytes of the node.
- storage
Usage Bytes This property is required. Double - The storage usage in bytes of the node.
This property is required. List<GetHci Node Result Tag> - version
Contexts This property is required. List<GetHci Node Result Version Context>
- account
Moid This property is required. string - The Account ID for this managed object.
- additional
Properties This property is required. string - ancestors
This property is required. GetHci Node Result Ancestor[] - block
Model This property is required. string - The rackable unit model of the node.
- block
Serial This property is required. string - The rackable unit serial number of the node.
- boot
Time Usecs This property is required. number - The boot time in microseconds of the node.
- class
Id This property is required. string - cluster
Ext Id This property is required. string - The unique identifier of the cluster.
- cluster
Name This property is required. string - The name of the cluster this node belongs to.
- clusters
This property is required. GetHci Node Result Cluster[] - controller
Vm Backplane Addresses This property is required. GetHci Node Result Controller Vm Backplane Address[] - controller
Vm External Addresses This property is required. GetHci Node Result Controller Vm External Address[] - controller
Vm Id This property is required. number - The identifier number of the controller VM.
- controller
Vm Maintanence Mode This property is required. boolean - The maintenance mode status of the controller VM.
- controller
Vm Nat Ips This property is required. GetHci Node Result Controller Vm Nat Ip[] - controller
Vm Nat Port This property is required. number - The NAT port of the controller VM.
- controller
Vm Rdma Backplane Addresses This property is required. GetHci Node Result Controller Vm Rdma Backplane Address[] - controller
Vm Server Uuid This property is required. string - The Rackable unit UUID of the server.
- cpu
Capacity Hz This property is required. number - The CPU capacity in Hz of the node.
- cpu
Frequency Hz This property is required. number - The CPU frequency in Hz on the node.
- cpu
Model This property is required. string - The CPU model of the node.
- cpu
Usage Hz This property is required. number - The CPU usage in Hz of the node.
- create
Time This property is required. string - The time when this managed object was created.
- default
Vhd Container Uuid This property is required. string - The default VHD container UUID of the node.
- default
Vhd Location This property is required. string - The default VHD location of the node.
- default
Vm Container Uuid This property is required. string - The default VM container UUID of the node.
- default
Vm Location This property is required. string - The default VM location of the node.
- disk
Count This property is required. number - The number of disks on the node.
- disks
This property is required. GetHci Node Result Disk[] - domain
Group Moid This property is required. string - The DomainGroup ID for this managed object.
- failover
Cluster Fqdn This property is required. string - The failover cluster FQDN of the node.
- failover
Cluster Node Status This property is required. string - The failover cluster node status of the node.
- gpu
Count This property is required. number - The number of GPUs on the node.
- gpu
Driver Version This property is required. string - The GPU driver version of the node.
- gpuses
This property is required. GetHci Node Result Gpus[] - has
Csr This property is required. boolean - Certificate signing request status of the node.
- host
Name This property is required. string - The name of the host the node is running on.
- host
Type This property is required. string - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisor
Acropolis Connection State This property is required. string - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisor
External Addresses This property is required. GetHci Node Result Hypervisor External Address[] - hypervisor
Number Of Vms This property is required. number - The number of VMs managed on this node.
- hypervisor
State 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.
- hypervisor
Type This property is required. string - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisor
User Name This property is required. string - The user name of the hypervisor on this node.
- hypervisor
Version This property is required. string - The version of the hypervisor on this node.
- ipmi
Ips This property is required. GetHci Node Result Ipmi Ip[] - ipmi
Username This property is required. string - The IPMI user name of the controller.
- is
Degraded This property is required. boolean - The degraded status of the node.
- is
Hardware Virtualized This property is required. boolean - The hardware virtualization status of the node.
- is
Secure Booted This property is required. boolean - The secure boot status of the node.
- key
Management Device To Cert Statuses This property is required. GetHci Node Result Key Management Device To Cert Status[] - maintenance
State This property is required. string - The maintenance state of the node.
- memory
Capacity Bytes This property is required. number - The memory capacity in bytes of the node.
- memory
Size Bytes This property is required. number - The memory size in bytes of the node.
- memory
Usage Bytes This property is required. number - The memory usage in bytes of the node.
- mod
Time 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.
- node
Ext Id This property is required. string - The unique identifier of the node.
- node
Status 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.
- number
Of Cpu Cores This property is required. number - The number of CPU cores on the node.
- number
Of Cpu Sockets This property is required. number - The number of sockets on the node.
- number
Of Cpu Threads This property is required. number - The number of threads on the node.
- object
Type This property is required. string - owners
This property is required. string[] - parents
This property is required. GetHci Node Result Parent[] - permission
Resources This property is required. GetHci Node Result Permission Resource[] - physical
Servers This property is required. GetHci Node Result Physical Server[] - reboot
Pending This property is required. boolean - The reboot pending status of the node.
- registered
Devices This property is required. GetHci Node Result Registered Device[] 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.
- storage
Capacity Bytes This property is required. number - The storage capacity in bytes of the node.
- storage
Usage Bytes This property is required. number - The storage usage in bytes of the node.
This property is required. GetHci Node Result Tag[] - version
Contexts This property is required. GetHci Node Result Version Context[]
- 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[GetHci Node Result Ancestor] - 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[GetHci Node Result Cluster] - controller_
vm_ backplane_ addresses This property is required. Sequence[GetHci Node Result Controller Vm Backplane Address] - controller_
vm_ external_ addresses This property is required. Sequence[GetHci Node Result Controller Vm External Address] - 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[GetHci Node Result Controller Vm Nat Ip] - 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[GetHci Node Result Controller Vm Rdma Backplane Address] - 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[GetHci Node Result Disk] - 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[GetHci Node Result Gpus] - 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[GetHci Node Result Hypervisor External Address] - 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[GetHci Node Result Ipmi Ip] - 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[GetHci Node Result Key Management Device To Cert Status] - 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[GetHci Node Result Parent] - permission_
resources This property is required. Sequence[GetHci Node Result Permission Resource] - physical_
servers This property is required. Sequence[GetHci Node Result Physical Server] - reboot_
pending This property is required. bool - The reboot pending status of the node.
- registered_
devices This property is required. Sequence[GetHci Node Result Registered Device] 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.
This property is required. Sequence[GetHci Node Result Tag] - version_
contexts This property is required. Sequence[GetHci Node Result Version Context]
- account
Moid This property is required. String - The Account ID for this managed object.
- additional
Properties This property is required. String - ancestors
This property is required. List<Property Map> - block
Model This property is required. String - The rackable unit model of the node.
- block
Serial This property is required. String - The rackable unit serial number of the node.
- boot
Time Usecs This property is required. Number - The boot time in microseconds of the node.
- class
Id This property is required. String - cluster
Ext Id This property is required. String - The unique identifier of the cluster.
- cluster
Name This property is required. String - The name of the cluster this node belongs to.
- clusters
This property is required. List<Property Map> - controller
Vm Backplane Addresses This property is required. List<Property Map> - controller
Vm External Addresses This property is required. List<Property Map> - controller
Vm Id This property is required. Number - The identifier number of the controller VM.
- controller
Vm Maintanence Mode This property is required. Boolean - The maintenance mode status of the controller VM.
- controller
Vm Nat Ips This property is required. List<Property Map> - controller
Vm Nat Port This property is required. Number - The NAT port of the controller VM.
- controller
Vm Rdma Backplane Addresses This property is required. List<Property Map> - controller
Vm Server Uuid This property is required. String - The Rackable unit UUID of the server.
- cpu
Capacity Hz This property is required. Number - The CPU capacity in Hz of the node.
- cpu
Frequency Hz This property is required. Number - The CPU frequency in Hz on the node.
- cpu
Model This property is required. String - The CPU model of the node.
- cpu
Usage Hz This property is required. Number - The CPU usage in Hz of the node.
- create
Time This property is required. String - The time when this managed object was created.
- default
Vhd Container Uuid This property is required. String - The default VHD container UUID of the node.
- default
Vhd Location This property is required. String - The default VHD location of the node.
- default
Vm Container Uuid This property is required. String - The default VM container UUID of the node.
- default
Vm Location This property is required. String - The default VM location of the node.
- disk
Count This property is required. Number - The number of disks on the node.
- disks
This property is required. List<Property Map> - domain
Group Moid This property is required. String - The DomainGroup ID for this managed object.
- failover
Cluster Fqdn This property is required. String - The failover cluster FQDN of the node.
- failover
Cluster Node Status This property is required. String - The failover cluster node status of the node.
- gpu
Count This property is required. Number - The number of GPUs on the node.
- gpu
Driver Version This property is required. String - The GPU driver version of the node.
- gpuses
This property is required. List<Property Map> - has
Csr This property is required. Boolean - Certificate signing request status of the node.
- host
Name This property is required. String - The name of the host the node is running on.
- host
Type This property is required. String - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisor
Acropolis Connection State This property is required. String - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisor
External Addresses This property is required. List<Property Map> - hypervisor
Number Of Vms This property is required. Number - The number of VMs managed on this node.
- hypervisor
State 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.
- hypervisor
Type This property is required. String - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisor
User Name This property is required. String - The user name of the hypervisor on this node.
- hypervisor
Version This property is required. String - The version of the hypervisor on this node.
- ipmi
Ips This property is required. List<Property Map> - ipmi
Username This property is required. String - The IPMI user name of the controller.
- is
Degraded This property is required. Boolean - The degraded status of the node.
- is
Hardware Virtualized This property is required. Boolean - The hardware virtualization status of the node.
- is
Secure Booted This property is required. Boolean - The secure boot status of the node.
- key
Management Device To Cert Statuses This property is required. List<Property Map> - maintenance
State This property is required. String - The maintenance state of the node.
- memory
Capacity Bytes This property is required. Number - The memory capacity in bytes of the node.
- memory
Size Bytes This property is required. Number - The memory size in bytes of the node.
- memory
Usage Bytes This property is required. Number - The memory usage in bytes of the node.
- mod
Time 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.
- node
Ext Id This property is required. String - The unique identifier of the node.
- node
Status 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.
- number
Of Cpu Cores This property is required. Number - The number of CPU cores on the node.
- number
Of Cpu Sockets This property is required. Number - The number of sockets on the node.
- number
Of Cpu Threads This property is required. Number - The number of threads on the node.
- object
Type This property is required. String - owners
This property is required. List<String> - parents
This property is required. List<Property Map> - permission
Resources This property is required. List<Property Map> - physical
Servers This property is required. List<Property Map> - reboot
Pending This property is required. Boolean - The reboot pending status of the node.
- registered
Devices This property is required. List<Property Map> 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.
- storage
Capacity Bytes This property is required. Number - The storage capacity in bytes of the node.
- storage
Usage Bytes This property is required. Number - The storage usage in bytes of the node.
This property is required. List<Property Map>- version
Contexts This property is required. List<Property Map>
GetHciNodeResultAncestor
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetHciNodeResultCluster
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetHciNodeResultControllerVmBackplaneAddress
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. double - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. double - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. float64 - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. float64 - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Double - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Double - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - ipv4Address
This property is required. string - ipv4Prefix
Length This property is required. number - ipv6Address
This property is required. string - ipv6Prefix
Length This property is required. number - object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Number - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Number - object
Type This property is required. String
GetHciNodeResultControllerVmExternalAddress
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. double - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. double - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. float64 - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. float64 - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Double - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Double - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - ipv4Address
This property is required. string - ipv4Prefix
Length This property is required. number - ipv6Address
This property is required. string - ipv6Prefix
Length This property is required. number - object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Number - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Number - object
Type This property is required. String
GetHciNodeResultControllerVmNatIp
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. double - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. double - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. float64 - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. float64 - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Double - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Double - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - ipv4Address
This property is required. string - ipv4Prefix
Length This property is required. number - ipv6Address
This property is required. string - ipv6Prefix
Length This property is required. number - object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Number - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Number - object
Type This property is required. String
GetHciNodeResultControllerVmRdmaBackplaneAddress
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. double - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. double - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. float64 - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. float64 - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Double - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Double - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - ipv4Address
This property is required. string - ipv4Prefix
Length This property is required. number - ipv6Address
This property is required. string - ipv6Prefix
Length This property is required. number - object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Number - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Number - object
Type This property is required. String
GetHciNodeResultDisk
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetHciNodeResultGpus
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetHciNodeResultHypervisorExternalAddress
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. double - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. double - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. float64 - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. float64 - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Double - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Double - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - ipv4Address
This property is required. string - ipv4Prefix
Length This property is required. number - ipv6Address
This property is required. string - ipv6Prefix
Length This property is required. number - object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Number - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Number - object
Type This property is required. String
GetHciNodeResultIpmiIp
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. double - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. double - Object
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Ipv4Address
This property is required. string - Ipv4Prefix
Length This property is required. float64 - Ipv6Address
This property is required. string - Ipv6Prefix
Length This property is required. float64 - Object
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Double - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Double - object
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - ipv4Address
This property is required. string - ipv4Prefix
Length This property is required. number - ipv6Address
This property is required. string - ipv6Prefix
Length This property is required. number - object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - ipv4Address
This property is required. String - ipv4Prefix
Length This property is required. Number - ipv6Address
This property is required. String - ipv6Prefix
Length This property is required. Number - object
Type This property is required. String
GetHciNodeResultKeyManagementDeviceToCertStatus
- Additional
Properties This property is required. string - Class
Id This property is required. string - Key
Management Server Name This property is required. string - Object
Type This property is required. string - Status
This property is required. bool
- Additional
Properties This property is required. string - Class
Id This property is required. string - Key
Management Server Name This property is required. string - Object
Type This property is required. string - Status
This property is required. bool
- additional
Properties This property is required. String - class
Id This property is required. String - key
Management Server Name This property is required. String - object
Type This property is required. String - status
This property is required. Boolean
- additional
Properties This property is required. string - class
Id This property is required. string - key
Management Server Name This property is required. string - object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - key
Management Server Name This property is required. String - object
Type This property is required. String - status
This property is required. Boolean
GetHciNodeResultParent
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetHciNodeResultPermissionResource
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetHciNodeResultPhysicalServer
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetHciNodeResultRegisteredDevice
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetHciNodeResultTag
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- Additional
Properties This property is required. string - Key
This property is required. string - Value
This property is required. string
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
- additional
Properties 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
- additional
Properties This property is required. String - key
This property is required. String - value
This property is required. String
GetHciNodeResultVersionContext
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. List<GetHci Node Result Version Context Interested Mo> - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. List<GetHci Node Result Version Context Ref Mo> - Timestamp
This property is required. string - Version
Type This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Interested
Mos This property is required. []GetHci Node Result Version Context Interested Mo - Marked
For Deletion This property is required. bool - Nr
Version This property is required. string - Object
Type This property is required. string - Ref
Mos This property is required. []GetHci Node Result Version Context Ref Mo - Timestamp
This property is required. string - Version
Type This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<GetHci Node Result Version Context Interested Mo> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<GetHci Node Result Version Context Ref Mo> - timestamp
This property is required. String - version
Type This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - interested
Mos This property is required. GetHci Node Result Version Context Interested Mo[] - marked
For Deletion This property is required. boolean - nr
Version This property is required. string - object
Type This property is required. string - ref
Mos This property is required. GetHci Node Result Version Context Ref Mo[] - timestamp
This property is required. string - version
Type 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[GetHci Node Result Version Context Interested Mo] - 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[GetHci Node Result Version Context Ref Mo] - timestamp
This property is required. str - version_
type This property is required. str
- additional
Properties This property is required. String - class
Id This property is required. String - interested
Mos This property is required. List<Property Map> - marked
For Deletion This property is required. Boolean - nr
Version This property is required. String - object
Type This property is required. String - ref
Mos This property is required. List<Property Map> - timestamp
This property is required. String - version
Type This property is required. String
GetHciNodeResultVersionContextInterestedMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetHciNodeResultVersionContextRefMo
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- Additional
Properties This property is required. string - Class
Id This property is required. string - Moid
This property is required. string - The unique identifier of this Managed Object instance.
- Object
Type This property is required. string - Selector
This property is required. string
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
- additional
Properties This property is required. string - class
Id This property is required. string - moid
This property is required. string - The unique identifier of this Managed Object instance.
- object
Type 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
- additional
Properties This property is required. String - class
Id This property is required. String - moid
This property is required. String - The unique identifier of this Managed Object instance.
- object
Type This property is required. String - selector
This property is required. String
GetHciNodeTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetHciNodeVersionContext
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos List<GetHci Node Version Context Interested Mo> - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHci Node Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Interested
Mos []GetHci Node Version Context Interested Mo - Marked
For boolDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- Nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetHci Node Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<GetHci Node Version Context Interested Mo> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHci Node Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos GetHci Node Version Context Interested Mo[] - marked
For booleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetHci Node Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type string - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_
mos Sequence[GetHci Node Version Context Interested Mo] - marked_
for_ booldeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_
version str - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo GetHci Node Version Context Ref Mo - A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_
type str - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr
Version String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type String - Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.
Modified
- Version created every time an object is modified.Configured
- Version created every time an object is configured to the service profile.Deployed
- Version created for objects related to a service profile when it is deployed.
GetHciNodeVersionContextInterestedMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
GetHciNodeVersionContextRefMo
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- Additional
Properties string - Class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties string - class
Id string - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- object
Type string - The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional_
properties str - class_
id str - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_
type str - The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
- additional
Properties String - class
Id String - The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- object
Type String - The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.
- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the
intersight
Terraform Provider.
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet