Is your feature request related to a problem? Please describe.
api/nutanix/v3/hosts endpoint provides a lot of information about the host. For example if you have a cluster that has GPUs installed, v3/hosts will provide information about the device id, mode of operation of the GPU etc.., this information is needed if we want to create a virtual machine with gpu attached.
Describe the solution you'd like
api/nutanix/v3/hosts endpoint provides a lot of information about the host. For example if you have a cluster that has GPUs installed, v3/hosts will provide information about the device id, mode of operation of the GPU etc.., this information is needed if we want to create a virtual machine with gpu attached.
Describe alternatives you've considered
Current alternative is a python script that does api query and triggered the python script using data source external
Is your feature request related to a problem? Please describe.
api/nutanix/v3/hosts endpoint provides a lot of information about the host. For example if you have a cluster that has GPUs installed, v3/hosts will provide information about the device id, mode of operation of the GPU etc.., this information is needed if we want to create a virtual machine with gpu attached.
Describe the solution you'd like
api/nutanix/v3/hosts endpoint provides a lot of information about the host. For example if you have a cluster that has GPUs installed, v3/hosts will provide information about the device id, mode of operation of the GPU etc.., this information is needed if we want to create a virtual machine with gpu attached.
Describe alternatives you've considered
Current alternative is a python script that does api query and triggered the python script using data source external