1. Packages
  2. Nutanix
  3. API Docs
  4. getHostsV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getHostsV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    Describes the Lists of all host entities across clusters registered to Prism Central.

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.nutanix.NutanixFunctions;
    import com.pulumi.nutanix.inputs.GetHostV2Args;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = NutanixFunctions.getHostV2(GetHostV2Args.builder()
                .filter("cluster/name eq '<cluster name>'")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: nutanix:getHostV2
          arguments:
            filter: cluster/name eq '<cluster name>'
    

    Host Entities

    The host_entities attribute supports the following:

    • ext_id: - A globally unique identifier of an instance that is suitable for external consumption.
    • tenant_id: - image uuid.
    • links: - A HATEOAS style link for the response. Each link contains a user-friendly name identifying the link and an address for retrieving the particular resource.
    • host_name: - Name of the host.
    • host_type: - Type of the host.
      • HYPER_CONVERGED: Hyper-converged node.
      • COMPUTE_ONLY: Compute only node.
      • STORAGE_ONLY: Storage only node.
    • hypervisor: - Hypervisor details.
    • cluster: - Cluster reference for an entity.
    • controller_vm: - Host entity with its attributes.
    • disk: - Disks attached to host.
    • is_degraded: - Node degraded status.
    • is_secure_booted: - Secure boot status.
    • is_hardware_virtualized: - Indicates whether the hardware is virtualized or not.
    • has_csr: - Certificate signing request status.
    • key_management_device_to_cert_status: - Mapping of key management device to certificate status list.
    • number_of_cpu_cores: - Number of CPU cores.
    • number_of_cpu_threads: - Number of CPU threads.
    • number_of_cpu_sockets: - Number of CPU sockets.
    • cpu_capacity_hz: - CPU capacity in Hz.
    • cpu_frequency_hz: - CPU frequency in Hz.
    • cpu_model: - CPU model name.
    • gpu_driver_version: - GPU driver version.
    • gpu_list: - GPU attached list.
    • default_vhd_location: - Default VHD location.
    • default_vhd_container_uuid: - Default VHD container UUID.
    • default_vm_location: - Default VM location.
    • default_vm_container_uuid: - Default VM container UUID.
    • reboot_pending: - Reboot pending status.
    • failover_cluster_fqdn: - Failover cluster FQDN.
    • failover_cluster_node_status: - Failover cluster node status.
    • boot_time_usecs: - Boot time in secs.
    • memory_size_bytes: - Memory size in bytes.
    • block_serial: - Rackable unit serial name.
    • block_model: - Rackable unit model name.
    • maintenance_state: - Host Maintenance State.
    • node_status: - Node status.
      • TO_BE_PREPROTECTED: Node to be preprotected.
      • TO_BE_REMOVED: Node to be removed.
      • PREPROTECTED: Node is preprotected.
      • OK_TO_BE_REMOVED: Indicates whether removing the node from the cluster is adequate.
      • NORMAL: Normal node.
      • NEW_NODE: New node.

    The links attribute supports the following:

    • href: - The URL at which the entity described by the link can be accessed.
    • rel: - A name that identifies the relationship of the link to the object that is returned by the URL. The unique value of “self” identifies the URL for the object.

    Hypervisor

    The hypervisor attribute supports the following:

    • external_address: - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    • user_name: - Hypervisor user name.
    • full_name: - Hypervisor full name.
    • type: - Hypervisor type.
      • XEN: Xen hypervisor.
      • HYPERV: HyperV hypervisor.
      • ESX: ESX hypervisor.
      • AHV: AHV hypervisor.
    • number_of_vms: - Number of VMs.
    • state: - Hypervisor state.
      • HA_HEALING_TARGET: Hypervisor in HA healing target state.
      • ENTERING_MAINTENANCE_MODE: Hypervisor entering maintenance mode.
      • RESERVED_FOR_HA_FAILOVER: Hypervisor reserved for HA failover.
      • HA_HEALING_SOURCE: Hypervisor in HA healing source state.
      • RESERVING_FOR_HA_FAILOVER: Hypervisor that is planned to be reserved for HA failover.
      • HA_FAILOVER_SOURCE: Hypervisor in HA failover source state.
      • ACROPOLIS_NORMAL: Hypervisor in Acropolis normal state.
      • ENTERED_MAINTENANCE_MODE: Hypervisor entered maintenance mode.
      • ENTERING_MAINTENANCE_MODE_FROM_HA_FAILOVER: Hypervisor entering maintenance mode from HA failover.
      • HA_FAILOVER_TARGET: Hypervisor in HA failover target state.
    • acropolis_connection_state: - Status of Acropolis connection to hypervisor.
      • DISCONNECTED: Acropolis disconnected.
      • CONNECTED: Acropolis connected.

    Cluster

    The cluster attribute supports the following:

    • uuid: - Cluster UUID.
    • name: - Cluster name. This is part of payload for both cluster create & update operations.

    Controller VM

    The controller_vm attribute supports the following:

    • id: - Controller VM Id.
    • external_address: - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    • backplane_address: - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    • rdma_backplane_address: - RDMA backplane address.
    • ipmi: - IPMI reference.
    • nat_ip: - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    • nat_port: - NAT port.
    • maintenance_mode: - Maintenance mode status.
    • rackable_unit_uuid: - Rackable unit UUID.

    Disk

    The disk attribute supports the following:

    • uuid: - Disk UUID.
    • mount_path: - Disk mount path.
    • size_in_bytes: - Disk size.
    • serial_id: - Disk serial Id.
    • storage_tier: - Disk storage Tier type.
      • HDD: HDD storage tier.
      • PCIE_SSD: PCIE SSD storage tier.
      • SATA_SSD: SATA SSD storage tier.

    key Management Device To Cert Status

    The key_management_device_to_cert_status attribute supports the following:

    • key_management_server_name: - Key management server name.
    • status: - Certificate status.

    external Address

    The external_address attribute supports the following:

    • ipv4: - An unique address that identifies a device on the internet or a local network in IPv4 format.
    • ipv6: - An unique address that identifies a device on the internet or a local network in IPv6 format.

    Backplane Address

    The backplane_address attribute supports the following:

    • ipv4: - An unique address that identifies a device on the internet or a local network in IPv4 format.
    • ipv6: - An unique address that identifies a device on the internet or a local network in IPv6 format.

    Rdma Backplane Address

    The rdma_backplane_address attribute supports the following:

    • ipv4: - An unique address that identifies a device on the internet or a local network in IPv4 format.
    • ipv6: - An unique address that identifies a device on the internet or a local network in IPv6 format.

    ipmi

    The ipmi attribute supports the following:

    • ip: - An unique address that identifies a device on the internet or a local network in IPv4 or IPv6 format.
    • username: - IPMI username.

    Nat Ip

    The nat_ip attribute supports the following:

    • ipv4: - An unique address that identifies a device on the internet or a local network in IPv4 format.
    • ipv6: - An unique address that identifies a device on the internet or a local network in IPv6 format.
    ip

    The ip attribute supports the following:

    • ipv4: - An unique address that identifies a device on the internet or a local network in IPv4 format.
    • ipv6: - An unique address that identifies a device on the internet or a local network in IPv6 format.
    IPV4

    The ipv4 attribute supports the following:

    • value: - An unique address that identifies a device on the internet or a local network in IPv4 format.
    • prefix_length: - The prefix length of the network to which this host IPv4 address belongs.
    IPV6

    The ipv6 attribute supports the following:

    • value: - An unique address that identifies a device on the internet or a local network in IPv6 format.
    • prefix_length: - The prefix length of the network to which this host IPv6 address belongs.

    See detailed information in Nutanix Hosts V4.

    Using getHostsV2

    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 getHostsV2(args: GetHostsV2Args, opts?: InvokeOptions): Promise<GetHostsV2Result>
    function getHostsV2Output(args: GetHostsV2OutputArgs, opts?: InvokeOptions): Output<GetHostsV2Result>
    def get_hosts_v2(apply: Optional[str] = None,
                     filter: Optional[str] = None,
                     limit: Optional[int] = None,
                     order_by: Optional[str] = None,
                     page: Optional[int] = None,
                     select: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetHostsV2Result
    def get_hosts_v2_output(apply: Optional[pulumi.Input[str]] = None,
                     filter: Optional[pulumi.Input[str]] = None,
                     limit: Optional[pulumi.Input[int]] = None,
                     order_by: Optional[pulumi.Input[str]] = None,
                     page: Optional[pulumi.Input[int]] = None,
                     select: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetHostsV2Result]
    func GetHostsV2(ctx *Context, args *GetHostsV2Args, opts ...InvokeOption) (*GetHostsV2Result, error)
    func GetHostsV2Output(ctx *Context, args *GetHostsV2OutputArgs, opts ...InvokeOption) GetHostsV2ResultOutput

    > Note: This function is named GetHostsV2 in the Go SDK.

    public static class GetHostsV2 
    {
        public static Task<GetHostsV2Result> InvokeAsync(GetHostsV2Args args, InvokeOptions? opts = null)
        public static Output<GetHostsV2Result> Invoke(GetHostsV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHostsV2Result> getHostsV2(GetHostsV2Args args, InvokeOptions options)
    public static Output<GetHostsV2Result> getHostsV2(GetHostsV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getHostsV2:getHostsV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Apply string
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:

    • cluster/name
    • hypervisor/type
    Filter string
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • bootTimeUsecs
    • cluster/name
    • cluster/uuid
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • extId
    • gpuDriverVersion
    • gpuList
    • hostName
    • hypervisor/type
    • memorySizeBytes
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    Limit int
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    Page int
    -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
    Select string
    -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • blockModel
    • blockSerial
    • bootTimeUsecs
    Apply string
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:

    • cluster/name
    • hypervisor/type
    Filter string
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • bootTimeUsecs
    • cluster/name
    • cluster/uuid
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • extId
    • gpuDriverVersion
    • gpuList
    • hostName
    • hypervisor/type
    • memorySizeBytes
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    Limit int
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    OrderBy string
    Page int
    -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
    Select string
    -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • blockModel
    • blockSerial
    • bootTimeUsecs
    apply String
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:

    • cluster/name
    • hypervisor/type
    filter String
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • bootTimeUsecs
    • cluster/name
    • cluster/uuid
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • extId
    • gpuDriverVersion
    • gpuList
    • hostName
    • hypervisor/type
    • memorySizeBytes
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    limit Integer
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    page Integer
    -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
    select String
    -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • blockModel
    • blockSerial
    • bootTimeUsecs
    apply string
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:

    • cluster/name
    • hypervisor/type
    filter string
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • bootTimeUsecs
    • cluster/name
    • cluster/uuid
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • extId
    • gpuDriverVersion
    • gpuList
    • hostName
    • hypervisor/type
    • memorySizeBytes
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    limit number
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy string
    page number
    -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
    select string
    -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • blockModel
    • blockSerial
    • bootTimeUsecs
    apply str
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:

    • cluster/name
    • hypervisor/type
    filter str
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • bootTimeUsecs
    • cluster/name
    • cluster/uuid
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • extId
    • gpuDriverVersion
    • gpuList
    • hostName
    • hypervisor/type
    • memorySizeBytes
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    limit int
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    order_by str
    page int
    -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
    select str
    -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • blockModel
    • blockSerial
    • bootTimeUsecs
    apply String
    -(Optional) A URL query parameter that allows clients to specify a sequence of transformations to the entity set, such as groupby, filter, aggregate etc. As of now only support for groupby exists.For example '$apply=groupby((templateName))' would get all templates grouped by templateName. The groupby can be applied on the following fields:

    • cluster/name
    • hypervisor/type
    filter String
    -(Optional) A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the OData V4.01 URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields:

    • bootTimeUsecs
    • cluster/name
    • cluster/uuid
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • extId
    • gpuDriverVersion
    • gpuList
    • hostName
    • hypervisor/type
    • memorySizeBytes
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    limit Number
    -(Optional) A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
    orderBy String
    page Number
    -(Optional) A query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource.
    select String
    -(Optional) A query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the OData V4.01 URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. The select can be applied to the following fields:

    • blockModel
    • blockSerial
    • bootTimeUsecs

    getHostsV2 Result

    The following output properties are available:

    HostEntities List<PiersKarsenbarg.Nutanix.Outputs.GetHostsV2HostEntity>
    • Lists all host entities across clusters registered to Prism Central.
    Id string
    The provider-assigned unique ID for this managed resource.
    Apply string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    HostEntities []GetHostsV2HostEntity
    • Lists all host entities across clusters registered to Prism Central.
    Id string
    The provider-assigned unique ID for this managed resource.
    Apply string
    Filter string
    Limit int
    OrderBy string
    Page int
    Select string
    hostEntities List<GetHostsV2HostEntity>
    • Lists all host entities across clusters registered to Prism Central.
    id String
    The provider-assigned unique ID for this managed resource.
    apply String
    filter String
    limit Integer
    orderBy String
    page Integer
    select String
    hostEntities GetHostsV2HostEntity[]
    • Lists all host entities across clusters registered to Prism Central.
    id string
    The provider-assigned unique ID for this managed resource.
    apply string
    filter string
    limit number
    orderBy string
    page number
    select string
    host_entities Sequence[GetHostsV2HostEntity]
    • Lists all host entities across clusters registered to Prism Central.
    id str
    The provider-assigned unique ID for this managed resource.
    apply str
    filter str
    limit int
    order_by str
    page int
    select str
    hostEntities List<Property Map>
    • Lists all host entities across clusters registered to Prism Central.
    id String
    The provider-assigned unique ID for this managed resource.
    apply String
    filter String
    limit Number
    orderBy String
    page Number
    select String

    Supporting Types

    GetHostsV2HostEntity

    BlockModel string
    BlockSerial string
    BootTimeUsecs int
    ClusterExtId string
    Clusters List<PiersKarsenbarg.Nutanix.Inputs.GetHostsV2HostEntityCluster>
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • failoverClusterFqdn
    • failoverClusterNodeStatus
    • gpuDriverVersion
    • gpuList
    • hostName
    • hostType
    • maintenanceState
    • memorySizeBytes
    • nodeStatus
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    • rebootPending
    ControllerVms List<PiersKarsenbarg.Nutanix.Inputs.GetHostsV2HostEntityControllerVm>
    CpuCapacityHz int
    CpuFrequencyHz int
    CpuModel string
    DefaultVhdContainerUuid string
    DefaultVhdLocation string
    DefaultVmContainerUuid string
    DefaultVmLocation string
    Disks List<PiersKarsenbarg.Nutanix.Inputs.GetHostsV2HostEntityDisk>
    ExtId string
    FailoverClusterFqdn string
    FailoverClusterNodeStatus string
    GpuDriverVersion string
    GpuLists List<string>
    HasCsr bool
    HostName string
    HostType string
    Hypervisors List<PiersKarsenbarg.Nutanix.Inputs.GetHostsV2HostEntityHypervisor>
    Ipmis List<PiersKarsenbarg.Nutanix.Inputs.GetHostsV2HostEntityIpmi>
    IsDegraded bool
    IsHardwareVirtualized bool
    IsRebootPending bool
    IsSecureBooted bool
    KeyManagementDeviceToCertStatuses List<PiersKarsenbarg.Nutanix.Inputs.GetHostsV2HostEntityKeyManagementDeviceToCertStatus>
    Links List<PiersKarsenbarg.Nutanix.Inputs.GetHostsV2HostEntityLink>
    MaintenanceState string
    MemorySizeBytes int
    NodeStatus string
    NumberOfCpuCores int
    NumberOfCpuSockets int
    NumberOfCpuThreads int
    RackableUnitUuid string
    TenantId string
    BlockModel string
    BlockSerial string
    BootTimeUsecs int
    ClusterExtId string
    Clusters []GetHostsV2HostEntityCluster
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • failoverClusterFqdn
    • failoverClusterNodeStatus
    • gpuDriverVersion
    • gpuList
    • hostName
    • hostType
    • maintenanceState
    • memorySizeBytes
    • nodeStatus
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    • rebootPending
    ControllerVms []GetHostsV2HostEntityControllerVm
    CpuCapacityHz int
    CpuFrequencyHz int
    CpuModel string
    DefaultVhdContainerUuid string
    DefaultVhdLocation string
    DefaultVmContainerUuid string
    DefaultVmLocation string
    Disks []GetHostsV2HostEntityDisk
    ExtId string
    FailoverClusterFqdn string
    FailoverClusterNodeStatus string
    GpuDriverVersion string
    GpuLists []string
    HasCsr bool
    HostName string
    HostType string
    Hypervisors []GetHostsV2HostEntityHypervisor
    Ipmis []GetHostsV2HostEntityIpmi
    IsDegraded bool
    IsHardwareVirtualized bool
    IsRebootPending bool
    IsSecureBooted bool
    KeyManagementDeviceToCertStatuses []GetHostsV2HostEntityKeyManagementDeviceToCertStatus
    Links []GetHostsV2HostEntityLink
    MaintenanceState string
    MemorySizeBytes int
    NodeStatus string
    NumberOfCpuCores int
    NumberOfCpuSockets int
    NumberOfCpuThreads int
    RackableUnitUuid string
    TenantId string
    blockModel String
    blockSerial String
    bootTimeUsecs Integer
    clusterExtId String
    clusters List<GetHostsV2HostEntityCluster>
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • failoverClusterFqdn
    • failoverClusterNodeStatus
    • gpuDriverVersion
    • gpuList
    • hostName
    • hostType
    • maintenanceState
    • memorySizeBytes
    • nodeStatus
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    • rebootPending
    controllerVms List<GetHostsV2HostEntityControllerVm>
    cpuCapacityHz Integer
    cpuFrequencyHz Integer
    cpuModel String
    defaultVhdContainerUuid String
    defaultVhdLocation String
    defaultVmContainerUuid String
    defaultVmLocation String
    disks List<GetHostsV2HostEntityDisk>
    extId String
    failoverClusterFqdn String
    failoverClusterNodeStatus String
    gpuDriverVersion String
    gpuLists List<String>
    hasCsr Boolean
    hostName String
    hostType String
    hypervisors List<GetHostsV2HostEntityHypervisor>
    ipmis List<GetHostsV2HostEntityIpmi>
    isDegraded Boolean
    isHardwareVirtualized Boolean
    isRebootPending Boolean
    isSecureBooted Boolean
    keyManagementDeviceToCertStatuses List<GetHostsV2HostEntityKeyManagementDeviceToCertStatus>
    links List<GetHostsV2HostEntityLink>
    maintenanceState String
    memorySizeBytes Integer
    nodeStatus String
    numberOfCpuCores Integer
    numberOfCpuSockets Integer
    numberOfCpuThreads Integer
    rackableUnitUuid String
    tenantId String
    blockModel string
    blockSerial string
    bootTimeUsecs number
    clusterExtId string
    clusters GetHostsV2HostEntityCluster[]
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • failoverClusterFqdn
    • failoverClusterNodeStatus
    • gpuDriverVersion
    • gpuList
    • hostName
    • hostType
    • maintenanceState
    • memorySizeBytes
    • nodeStatus
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    • rebootPending
    controllerVms GetHostsV2HostEntityControllerVm[]
    cpuCapacityHz number
    cpuFrequencyHz number
    cpuModel string
    defaultVhdContainerUuid string
    defaultVhdLocation string
    defaultVmContainerUuid string
    defaultVmLocation string
    disks GetHostsV2HostEntityDisk[]
    extId string
    failoverClusterFqdn string
    failoverClusterNodeStatus string
    gpuDriverVersion string
    gpuLists string[]
    hasCsr boolean
    hostName string
    hostType string
    hypervisors GetHostsV2HostEntityHypervisor[]
    ipmis GetHostsV2HostEntityIpmi[]
    isDegraded boolean
    isHardwareVirtualized boolean
    isRebootPending boolean
    isSecureBooted boolean
    keyManagementDeviceToCertStatuses GetHostsV2HostEntityKeyManagementDeviceToCertStatus[]
    links GetHostsV2HostEntityLink[]
    maintenanceState string
    memorySizeBytes number
    nodeStatus string
    numberOfCpuCores number
    numberOfCpuSockets number
    numberOfCpuThreads number
    rackableUnitUuid string
    tenantId string
    block_model str
    block_serial str
    boot_time_usecs int
    cluster_ext_id str
    clusters Sequence[GetHostsV2HostEntityCluster]
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • failoverClusterFqdn
    • failoverClusterNodeStatus
    • gpuDriverVersion
    • gpuList
    • hostName
    • hostType
    • maintenanceState
    • memorySizeBytes
    • nodeStatus
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    • rebootPending
    controller_vms Sequence[GetHostsV2HostEntityControllerVm]
    cpu_capacity_hz int
    cpu_frequency_hz int
    cpu_model str
    default_vhd_container_uuid str
    default_vhd_location str
    default_vm_container_uuid str
    default_vm_location str
    disks Sequence[GetHostsV2HostEntityDisk]
    ext_id str
    failover_cluster_fqdn str
    failover_cluster_node_status str
    gpu_driver_version str
    gpu_lists Sequence[str]
    has_csr bool
    host_name str
    host_type str
    hypervisors Sequence[GetHostsV2HostEntityHypervisor]
    ipmis Sequence[GetHostsV2HostEntityIpmi]
    is_degraded bool
    is_hardware_virtualized bool
    is_reboot_pending bool
    is_secure_booted bool
    key_management_device_to_cert_statuses Sequence[GetHostsV2HostEntityKeyManagementDeviceToCertStatus]
    links Sequence[GetHostsV2HostEntityLink]
    maintenance_state str
    memory_size_bytes int
    node_status str
    number_of_cpu_cores int
    number_of_cpu_sockets int
    number_of_cpu_threads int
    rackable_unit_uuid str
    tenant_id str
    blockModel String
    blockSerial String
    bootTimeUsecs Number
    clusterExtId String
    clusters List<Property Map>
    • cpuCapacityHz
    • cpuFrequencyHz
    • cpuModel
    • defaultVhdContainerUuid
    • defaultVhdLocation
    • defaultVmContainerUuid
    • defaultVmLocation
    • failoverClusterFqdn
    • failoverClusterNodeStatus
    • gpuDriverVersion
    • gpuList
    • hostName
    • hostType
    • maintenanceState
    • memorySizeBytes
    • nodeStatus
    • numberOfCpuCores
    • numberOfCpuSockets
    • numberOfCpuThreads
    • rebootPending
    controllerVms List<Property Map>
    cpuCapacityHz Number
    cpuFrequencyHz Number
    cpuModel String
    defaultVhdContainerUuid String
    defaultVhdLocation String
    defaultVmContainerUuid String
    defaultVmLocation String
    disks List<Property Map>
    extId String
    failoverClusterFqdn String
    failoverClusterNodeStatus String
    gpuDriverVersion String
    gpuLists List<String>
    hasCsr Boolean
    hostName String
    hostType String
    hypervisors List<Property Map>
    ipmis List<Property Map>
    isDegraded Boolean
    isHardwareVirtualized Boolean
    isRebootPending Boolean
    isSecureBooted Boolean
    keyManagementDeviceToCertStatuses List<Property Map>
    links List<Property Map>
    maintenanceState String
    memorySizeBytes Number
    nodeStatus String
    numberOfCpuCores Number
    numberOfCpuSockets Number
    numberOfCpuThreads Number
    rackableUnitUuid String
    tenantId String

    GetHostsV2HostEntityCluster

    Name string
    Uuid string
    Name string
    Uuid string
    name String
    uuid String
    name string
    uuid string
    name str
    uuid str
    name String
    uuid String

    GetHostsV2HostEntityControllerVm

    GetHostsV2HostEntityControllerVmBackplaneAddress

    GetHostsV2HostEntityControllerVmBackplaneAddressIpv4

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityControllerVmBackplaneAddressIpv6

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityControllerVmExternalAddress

    GetHostsV2HostEntityControllerVmExternalAddressIpv4

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityControllerVmExternalAddressIpv6

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityControllerVmNatIp

    GetHostsV2HostEntityControllerVmNatIpIpv4

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityControllerVmNatIpIpv6

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityControllerVmRdmaBackplaneAddress

    GetHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv4

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityControllerVmRdmaBackplaneAddressIpv6

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityDisk

    MountPath string
    SerialId string
    SizeInBytes int
    StorageTier string
    Uuid string
    MountPath string
    SerialId string
    SizeInBytes int
    StorageTier string
    Uuid string
    mountPath String
    serialId String
    sizeInBytes Integer
    storageTier String
    uuid String
    mountPath string
    serialId string
    sizeInBytes number
    storageTier string
    uuid string
    mountPath String
    serialId String
    sizeInBytes Number
    storageTier String
    uuid String

    GetHostsV2HostEntityHypervisor

    GetHostsV2HostEntityHypervisorExternalAddress

    GetHostsV2HostEntityHypervisorExternalAddressIpv4

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityHypervisorExternalAddressIpv6

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityIpmi

    GetHostsV2HostEntityIpmiIp

    GetHostsV2HostEntityIpmiIpIpv4

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityIpmiIpIpv6

    value String
    prefixLength Integer
    value string
    prefixLength number
    value String
    prefixLength Number

    GetHostsV2HostEntityKeyManagementDeviceToCertStatus

    Href string
    Rel string
    Href string
    Rel string
    href String
    rel String
    href string
    rel string
    href str
    rel str
    href String
    rel String

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg