[{"label":"Latest (v1.1)","version":"latest"}]
vmc

Get Storage Specs

Description

Get storage specs for a host.

Request

Request

URL

URL


get
https://vmc.vmware.com/vmc/api/orgs/{org}/sddcs/{sddc}/clusters/{cluster}/esxs/{esx}/storage-spec
Copy

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

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns array of VsanDiskgroupMapping of type(s) application/json
string
mapping_type Required

Possible values are: SERIALCANONICALSYMMETRIC

Errors

Errors

400

Invalid or missing parameters


401

Unauthorized


403

Forbidden

Code Samples

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
Feedback

Was this page helpful?