intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getHciNode
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 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 string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
List<Get
Hci Node Result 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
Ext stringId - The unique identifier of the cluster.
- Cluster
Name string - The name of the cluster this node belongs to.
- Clusters
List<Get
Hci Node Result Cluster> - Controller
Vm List<GetBackplane Addresses Hci Node Result Controller Vm Backplane Address> - Controller
Vm List<GetExternal Addresses Hci Node Result 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 List<GetNat Ips Hci Node Result Controller Vm Nat Ip> - Controller
Vm doubleNat Port - The NAT port of the controller VM.
- Controller
Vm List<GetRdma Backplane Addresses Hci Node Result 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 Result 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 Result 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 List<GetAddresses Hci Node Result 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.
- Ipmi
Ips List<GetHci Node Result 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 Result 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>
- Parents
List<Get
Hci Node Result Parent> - Permission
Resources List<GetHci Node Result Permission Resource> - Physical
Servers List<GetHci Node Result Physical Server> - Reboot
Pending bool - The reboot pending status of the node.
- Registered
Devices List<GetHci Node Result Registered Device> - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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 Result Tag> - Version
Contexts List<GetHci Node Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Additional
Properties string - Ancestors
[]Get
Hci Node Result 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
Ext stringId - The unique identifier of the cluster.
- Cluster
Name string - The name of the cluster this node belongs to.
- Clusters
[]Get
Hci Node Result Cluster - Controller
Vm []GetBackplane Addresses Hci Node Result Controller Vm Backplane Address - Controller
Vm []GetExternal Addresses Hci Node Result 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 Ips Hci Node Result Controller Vm Nat Ip - Controller
Vm float64Nat Port - The NAT port of the controller VM.
- Controller
Vm []GetRdma Backplane Addresses Hci Node Result 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 Result 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 Result 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 []GetAddresses Hci Node Result 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.
- Ipmi
Ips []GetHci Node Result 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 Result 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
- Parents
[]Get
Hci Node Result Parent - Permission
Resources []GetHci Node Result Permission Resource - Physical
Servers []GetHci Node Result Physical Server - Reboot
Pending bool - The reboot pending status of the node.
- Registered
Devices []GetHci Node Result Registered Device - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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 Result Tag - Version
Contexts []GetHci Node Result Version Context
- account
Moid String - The Account ID for this managed object.
- additional
Properties String - ancestors
List<Get
Hci Node Result 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
Ext StringId - The unique identifier of the cluster.
- cluster
Name String - The name of the cluster this node belongs to.
- clusters
List<Get
Hci Node Result Cluster> - controller
Vm List<GetBackplane Addresses Hci Node Result Controller Vm Backplane Address> - controller
Vm List<GetExternal Addresses Hci Node Result 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 List<GetNat Ips Hci Node Result Controller Vm Nat Ip> - controller
Vm DoubleNat Port - The NAT port of the controller VM.
- controller
Vm List<GetRdma Backplane Addresses Hci Node Result 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 Result 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 Result 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 List<GetAddresses Hci Node Result 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.
- ipmi
Ips List<GetHci Node Result 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 Result 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>
- parents
List<Get
Hci Node Result Parent> - permission
Resources List<GetHci Node Result Permission Resource> - physical
Servers List<GetHci Node Result Physical Server> - reboot
Pending Boolean - The reboot pending status of the node.
- registered
Devices List<GetHci Node Result Registered Device> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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 Result Tag> - version
Contexts List<GetHci Node Result Version Context>
- account
Moid string - The Account ID for this managed object.
- additional
Properties string - ancestors
Get
Hci Node Result 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
Ext stringId - The unique identifier of the cluster.
- cluster
Name string - The name of the cluster this node belongs to.
- clusters
Get
Hci Node Result Cluster[] - controller
Vm GetBackplane Addresses Hci Node Result Controller Vm Backplane Address[] - controller
Vm GetExternal Addresses Hci Node Result 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 Ips Hci Node Result Controller Vm Nat Ip[] - controller
Vm numberNat Port - The NAT port of the controller VM.
- controller
Vm GetRdma Backplane Addresses Hci Node Result 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 Result 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 Result 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 GetAddresses Hci Node Result 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.
- ipmi
Ips GetHci Node Result 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 Result 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[]
- parents
Get
Hci Node Result Parent[] - permission
Resources GetHci Node Result Permission Resource[] - physical
Servers GetHci Node Result Physical Server[] - reboot
Pending boolean - The reboot pending status of the node.
- registered
Devices GetHci Node Result Registered Device[] - string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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 Result Tag[] - version
Contexts GetHci Node Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- additional_
properties str - ancestors
Sequence[Get
Hci Node Result Ancestor] - block_
model str - The rackable unit model of the node.
- block_
serial str - The rackable unit serial number of the node.
- boot_
time_ floatusecs - The boot time in microseconds of the node.
- class_
id str - cluster_
ext_ strid - The unique identifier of the cluster.
- cluster_
name str - The name of the cluster this node belongs to.
- clusters
Sequence[Get
Hci Node Result Cluster] - controller_
vm_ Sequence[Getbackplane_ addresses Hci Node Result Controller Vm Backplane Address] - controller_
vm_ Sequence[Getexternal_ addresses Hci Node Result Controller Vm External Address] - controller_
vm_ floatid - The identifier number of the controller VM.
- controller_
vm_ boolmaintanence_ mode - The maintenance mode status of the controller VM.
- controller_
vm_ Sequence[Getnat_ ips Hci Node Result Controller Vm Nat Ip] - controller_
vm_ floatnat_ port - The NAT port of the controller VM.
- controller_
vm_ Sequence[Getrdma_ backplane_ addresses Hci Node Result Controller Vm Rdma Backplane Address] - controller_
vm_ strserver_ uuid - The Rackable unit UUID of the server.
- cpu_
capacity_ floathz - The CPU capacity in Hz of the node.
- cpu_
frequency_ floathz - The CPU frequency in Hz on the node.
- cpu_
model str - The CPU model of the node.
- cpu_
usage_ floathz - The CPU usage in Hz of the node.
- create_
time str - The time when this managed object was created.
- default_
vhd_ strcontainer_ uuid - The default VHD container UUID of the node.
- default_
vhd_ strlocation - The default VHD location of the node.
- default_
vm_ strcontainer_ uuid - The default VM container UUID of the node.
- default_
vm_ strlocation - The default VM location of the node.
- disk_
count float - The number of disks on the node.
- disks
Sequence[Get
Hci Node Result Disk] - domain_
group_ strmoid - The DomainGroup ID for this managed object.
- failover_
cluster_ strfqdn - The failover cluster FQDN of the node.
- failover_
cluster_ strnode_ status - The failover cluster node status of the node.
- gpu_
count float - The number of GPUs on the node.
- gpu_
driver_ strversion - The GPU driver version of the node.
- gpuses
Sequence[Get
Hci Node Result Gpus] - has_
csr bool - Certificate signing request status of the node.
- host_
name str - The name of the host the node is running on.
- host_
type str - The type of the host, e.g. HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY.
- hypervisor_
acropolis_ strconnection_ state - The connection state of the hypervisor, e.g. CONNECTED, DISCONNECTED, NOT_AVAILABLE.
- hypervisor_
external_ Sequence[Getaddresses Hci Node Result Hypervisor External Address] - hypervisor_
number_ floatof_ vms - The number of VMs managed on this node.
- hypervisor_
state str - The hypervisor state e.g. ACROPOLIS_NORMAL, ENTERING_MAINTENANCE_MODE,ENTERED_MAINTENANCE_MODE, RESERVED_FOR_HA_FAILOVER, ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER,RESERVING_FOR_HA_FAILOVER, HA_FAILOVER_SOURCE, HA_FAILOVER_TARGET, HA_HEALING_SOURCE,HA_HEALING_TARGET.
- hypervisor_
type str - The hypervisor type, e.g. AHV, ESX, HYPERV, XEN, NATIVEHOST etc.
- hypervisor_
user_ strname - The user name of the hypervisor on this node.
- hypervisor_
version str - The version of the hypervisor on this node.
- ipmi_
ips Sequence[GetHci Node Result Ipmi Ip] - ipmi_
username str - The IPMI user name of the controller.
- is_
degraded bool - The degraded status of the node.
- is_
hardware_ boolvirtualized - The hardware virtualization status of the node.
- is_
secure_ boolbooted - The secure boot status of the node.
- key_
management_ Sequence[Getdevice_ to_ cert_ statuses Hci Node Result Key Management Device To Cert Status] - maintenance_
state str - The maintenance state of the node.
- memory_
capacity_ floatbytes - The memory capacity in bytes of the node.
- memory_
size_ floatbytes - The memory size in bytes of the node.
- memory_
usage_ floatbytes - The memory usage in bytes of the node.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- node_
ext_ strid - The unique identifier of the node.
- node_
status str - The status of the node such as NORMAL, TO_BE_REMOVED, OK_TO_BE_REMOVED,NEW_NODE, TO_BE_PREPROTECTED, PREPROTECTED.
- number_
of_ floatcpu_ cores - The number of CPU cores on the node.
- number_
of_ floatcpu_ sockets - The number of sockets on the node.
- number_
of_ floatcpu_ threads - The number of threads on the node.
- object_
type str - owners Sequence[str]
- parents
Sequence[Get
Hci Node Result Parent] - permission_
resources Sequence[GetHci Node Result Permission Resource] - physical_
servers Sequence[GetHci Node Result Physical Server] - reboot_
pending bool - The reboot pending status of the node.
- registered_
devices Sequence[GetHci Node Result Registered Device] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- storage_
capacity_ floatbytes - The storage capacity in bytes of the node.
- storage_
usage_ floatbytes - The storage usage in bytes of the node.
- Sequence[Get
Hci Node Result Tag] - version_
contexts Sequence[GetHci Node Result 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
Ext StringId - The unique identifier of the cluster.
- cluster
Name String - The name of the cluster this node belongs to.
- clusters List<Property Map>
- controller
Vm List<Property Map>Backplane Addresses - controller
Vm List<Property Map>External Addresses - controller
Vm NumberId - The identifier number of the controller VM.
- controller
Vm BooleanMaintanence Mode - The maintenance mode status of the controller VM.
- controller
Vm List<Property Map>Nat Ips - controller
Vm NumberNat Port - The NAT port of the controller VM.
- controller
Vm List<Property Map>Rdma Backplane Addresses - 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 List<Property Map>Addresses - 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.
- ipmi
Ips List<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>
- parents List<Property Map>
- permission
Resources List<Property Map> - physical
Servers List<Property Map> - reboot
Pending Boolean - The reboot pending status of the node.
- registered
Devices List<Property Map> - String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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
Contexts List<Property Map>
GetHciNodeResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNodeResultCluster
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNodeResultControllerVmBackplaneAddress
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciNodeResultControllerVmExternalAddress
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciNodeResultControllerVmNatIp
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciNodeResultControllerVmRdmaBackplaneAddress
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciNodeResultDisk
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNodeResultGpus
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNodeResultHypervisorExternalAddress
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciNodeResultIpmiIp
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length double - Ipv6Address string
- Ipv6Prefix
Length double - Object
Type string
- Additional
Properties string - Class
Id string - Ipv4Address string
- Ipv4Prefix
Length float64 - Ipv6Address string
- Ipv6Prefix
Length float64 - Object
Type string
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Double - ipv6Address String
- ipv6Prefix
Length Double - object
Type String
- additional
Properties string - class
Id string - ipv4Address string
- ipv4Prefix
Length number - ipv6Address string
- ipv6Prefix
Length number - object
Type string
- additional_
properties str - class_
id str - ipv4_
address str - ipv4_
prefix_ floatlength - ipv6_
address str - ipv6_
prefix_ floatlength - object_
type str
- additional
Properties String - class
Id String - ipv4Address String
- ipv4Prefix
Length Number - ipv6Address String
- ipv6Prefix
Length Number - object
Type String
GetHciNodeResultKeyManagementDeviceToCertStatus
- Additional
Properties string - Class
Id string - Key
Management stringServer Name - Object
Type string - Status bool
- Additional
Properties string - Class
Id string - Key
Management stringServer Name - Object
Type string - Status bool
- additional
Properties String - class
Id String - key
Management StringServer Name - object
Type String - status Boolean
- additional
Properties string - class
Id string - key
Management stringServer Name - object
Type string - status boolean
- additional_
properties str - class_
id str - key_
management_ strserver_ name - object_
type str - status bool
- additional
Properties String - class
Id String - key
Management StringServer Name - object
Type String - status Boolean
GetHciNodeResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNodeResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNodeResultPhysicalServer
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNodeResultRegisteredDevice
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNodeResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetHciNodeResultVersionContext
- Additional
Properties string - Class
Id string - Interested
Mos List<GetHci Node Result Version Context Interested Mo> - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos List<GetHci Node Result Version Context Ref Mo> - Timestamp string
- Version
Type string
- Additional
Properties string - Class
Id string - Interested
Mos []GetHci Node Result Version Context Interested Mo - Marked
For boolDeletion - Nr
Version string - Object
Type string - Ref
Mos []GetHci Node Result Version Context Ref Mo - Timestamp string
- Version
Type string
- additional
Properties String - class
Id String - interested
Mos List<GetHci Node Result Version Context Interested Mo> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<GetHci Node Result Version Context Ref Mo> - timestamp String
- version
Type String
- additional
Properties string - class
Id string - interested
Mos GetHci Node Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetHci Node Result Version Context Ref Mo[] - timestamp string
- version
Type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetHciNodeResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetHciNodeResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
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.64 published on Wednesday, Apr 30, 2025 by ciscodevnet