Add link to VMWare vCenter Converter API Reference (#6719)

This commit is contained in:
Eric Kincl 2019-11-26 15:36:53 -08:00 committed by Daniel Nelson
parent a1424d78ba
commit 8f71bbaa48
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ and the set of available metrics may vary depending hardware, as well as what pl
are installed. Therefore, providing a definitive list of available metrics is difficult. The metrics listed are installed. Therefore, providing a definitive list of available metrics is difficult. The metrics listed
below are the most commonly available as of vSphere 6.5. below are the most commonly available as of vSphere 6.5.
For a complete list of metrics available from vSphere and the units they measure in, please reference the [VMWare vCenter Converter API Reference](https://www.vmware.com/support/developer/converter-sdk/conv60_apireference/vim.PerformanceManager.html).
To list the exact set in your environment, please use the govc tool available [here](https://github.com/vmware/govmomi/tree/master/govc) To list the exact set in your environment, please use the govc tool available [here](https://github.com/vmware/govmomi/tree/master/govc)
To obtain the set of metrics for e.g. a VM, you may use the following command: To obtain the set of metrics for e.g. a VM, you may use the following command:
@ -284,4 +286,4 @@ disk.capacity.latest
disk.capacity.contention.average disk.capacity.contention.average
disk.capacity.provisioned.average disk.capacity.provisioned.average
disk.capacity.usage.average disk.capacity.usage.average
``` ```