[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Get Storage Specs
DescriptionGet storage specs for a host.
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/clusters/{cluster}/esxs/{esx}/storage-spec
Path Parameters
Path Parameters
string
org
Required
Organization identifier
string
sddc
Required
Sddc identifier
string
cluster
Required
cluster identifier
string
esx
Required
esx identifier
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
VsanDiskgroupMapping
of type(s) application/json
string
mapping_type
Required
Possible values are: SERIAL , CANONICAL , SYMMETRIC
Errors
400
Invalid or missing parameters
401
Unauthorized
403
Forbidden
Code Samples
PowerCLI Client SDK Example
Invoke-GetStorageSpecs -Org "MyOrg" -Sddc "MySddc" -Cluster "MyCluster" -Esx "MyEsx"
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/clusters/{cluster}/esxs/{esx}/storage-spec
[{"label":"Latest (v1.1)","version":"latest"}]
vmc