Vsan Vc Cluster Health System Vsan Health Query Vsan Proxy Config
Get the vSAN proxy configuration.
Return the proxy configuration for vSAN. The method gets the proxy configured via UI settings or vsan config file. If no proxy is configured, the api tries to check if any system level proxy is set.
Required privileges: System.Read
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VsanVcClusterHealthSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
The vSAN proxy configuration
"VsanClusterTelemetryProxyConfig Object"
The proxy host.
Empty value indicates to remove the proxy setting
The proxy port.
Empty value indicates to remove the proxy setting
The user name for the proxy host
The password for the user on the proxy host
True indicates the proxy is auto discovered in the system False indicates the proxy is set by user
curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/vsan/VsanVcClusterHealthSystem/{moId}/VsanHealthQueryVsanProxyConfig