Skip to content

Provide ESXi standalone Host details #433

Open
@khalifmahdi

Description

@khalifmahdi

Is your feature request related to a problem? Please describe.

This SDK doesn't seem to cover a standalone ESXi Host's details (CPU cores, memory status, Hyperthreading status, etc.).
The only host information is provided in com.vmware.vcenter_client.Host.Summary class, which seems insufficient to me.
It would be really nice to get the host's detailed info (similar to VM details provided in com.vmware.vcenter_client.VM.Info class).

Describe the solution you'd like

com.vmware.vcenter_client.Host.Info class to be added, containing detailed information about the ESXi host, similar to the details provided in com.vmware.vcenter_client.VM.Info class.

Describe alternatives you've considered

I've considered using vCenter SOAP or REST APIs, but the need for this feature just kept coming up in my mind.

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @khalifmahdi

        Issue actions

          Provide ESXi standalone Host details · Issue #433 · vmware/vsphere-automation-sdk-python