Get V Sphere Storage Profiles
Get all vSphere storage profiles
Request
URI
GET
https://api.mgmt.cloud.vmware.com//iaas/api/storage-profiles-vsphere
COPY
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about
Responses
200
successful operation
Returns StorageProfileVsphereResult of type(s) application/json
{
"numberOfElements": 1,
"content": [
{
"owner": "[email protected]",
"supportsEncryption": false,
"externalRegionId": "Datacenter:datacenter-2",
"sharesLevel": "low / normal / high / custom",
"description": "my-description",
"diskMode": "undefined / independent-persistent / independent-nonpersistent",
"orgId": "9e49",
"tags": [
{
"value": "string",
"key": "string"
}
],
"organizationId": "deprecated",
"shares": "2000",
"createdAt": "2012-09-27",
"provisioningType": "thin / thick / eagerZeroedThick",
"limitIops": "1000",
"name": "my-name",
"id": "9e49",
"defaultItem": false,
"updatedAt": "2012-09-27"
}
],
"totalElements": 1
}
integer As int64 As int64
numberOfElements
Optional
Number of elements in the current page
integer As int64 As int64
totalElements
Optional
Total number of elements. In some cases the field may not be populated
403
Forbidden
Operation doesn't return any data structure
Storage Profile Operations
POST
Create Aws Storage Profile
POST
Create Azure Storage Profile
POST
Create Storage Profile
POST
Create V Sphere Storage Profile
DELETE
Delete Aws Storage Profile
DELETE
Delete Azure Storage Profile
DELETE
Delete Storage Profile
DELETE
Delete V Sphere Storage Profile
GET
Get Aws Storage Profile
GET
Get Aws Storage Profiles
GET
Get Azure Storage Profile
GET
Get Azure Storage Profiles
GET
Get Storage Profile
GET
Get Storage Profiles
GET
Get V Sphere Storage Profile
GET
Get V Sphere Storage Profiles
PUT
Replace Storage Profile
PATCH
Update Aws Storage Profile
PATCH
Update Azure Storage Profile
PATCH
Update V Sphere Storage Profile