Vsan Performance Manager Get Vsan Perf Diagnosis Result
Returns the diagnosis result from the in memory cache for the supplied task.
The task should have been returned by VsanPerfDiagnoseTask. This API is available only in the vCenter, it is not available at the end-host.
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 VsanPerformanceManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"GetVsanPerfDiagnosisResultRequestType Object"
Task returned by VsanPerfDiagnoseTask
vSAN cluster. Ignored if called against host.
Required privileges: Global.Diagnostics
A list of performance issues.
[
"VsanPerfDiagnosticResult Object"
]
VsanFault: if the caller doesn't have the required privilege, or the cluster has no hosts.
NotFound: If no result is found in the cache for the specified task
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanPerformanceManager/{moId}/GetVsanPerfDiagnosisResult