Vim Cluster Vsan Vc Disk Management System Retrieve All Flash Capabilities

Vim Cluster Vsan Vc Disk Management System Retrieve All Flash Capabilities

Retrieve capabilities for hosts reside in specified cluster, to figure out whether all flash disk group is supported by hosts' ESXi softwares, and whether they are licensed.

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/vsan/VimClusterVsanVcDiskManagementSystem/{moId}/RetrieveAllFlashCapabilities
COPY
Path Parameters
string
moId
Required

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 VimClusterVsanVcDiskManagementSystem/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Request Body
RetrieveAllFlashCapabilitiesRequestType of type(s) application/json
Required
"RetrieveAllFlashCapabilitiesRequestType Object"
cluster
Required

Target cluster, of which hosts' capabilities will be queried;

Required privileges: System.Read

Authentication
This operation uses the following authentication methods.
Responses
200

vim.vsan.host.VsanHostCapability[]

[
    "VimVsanHostVsanHostCapability Object"
]

500

Failure

Returns VsanFault of type(s) application/json
"VsanFault Object"

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VimClusterVsanVcDiskManagementSystem/{moId}/RetrieveAllFlashCapabilities