Get Aws Storage Profiles
Get all AWS storage profiles
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/iaas/api/storage-profiles-aws
COPY
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Responses
200
Successful operation
Returns
StorageProfileAwsResult
of type(s)
application/json
{
"content": [
{
"id": "9.0E49",
"createdAt": "2012-09-27",
"updatedAt": "2012-09-27",
"owner": "[email protected]",
"ownerType": "ad_group",
"orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf",
"_links": {
"empty": false
},
"name": "my-name",
"description": "my-description",
"defaultItem": false,
"supportsEncryption": false,
"tags": [
{
"key": "tier",
"value": "silver"
}
],
"deviceType": "ebs / instance-store",
"volumeType": "gp3 / io2 / gp2 / io1 / sc1 / st1 / standard",
"iops": "2000",
"externalRegionId": "us-east-1",
"cloudAccountId": "[9.0E49]"
}
],
"totalElements": 1,
"numberOfElements": 1
}
array of
object
content
Optional
List of content items
integer As int64
As int64
totalElements
Optional
Total number of elements. In some cases the field may not be populated
integer As int64
As int64
numberOfElements
Optional
Number of elements in the current page
403
Forbidden
Returns
ServiceErrorResponse
of type(s)
application/json
"ServiceErrorResponse Object"
string
message
Optional
message
string
messageId
Optional
messageId
array of
string
stackTrace
Optional
stackTrace
integer As int32
As int32
statusCode
Optional
statusCode
integer As int32
As int32
errorCode
Optional
errorCode
array of
string
details
Optional
details
string
serverErrorId
Optional
serverErrorId
string
documentKind
Optional
documentKind
integer As int32
As int32
internalErrorCode
Optional
internalErrorCode
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/iaas/api/storage-profiles-aws
Storage Profile Operations
GET
Get Storage Profile
PUT
Replace Storage Profile
DELETE
Delete Storage Profile
GET
Get V Sphere Storage Profiles
POST
Create V Sphere Storage Profile
GET
Get Gcp Storage Profiles
POST
Create Gcp Storage Profile
GET
Get Azure Storage Profiles
POST
Create Azure Storage Profile
GET
Get Aws Storage Profiles
POST
Create Aws Storage Profile
GET
Get Storage Profiles
POST
Create Storage Profile
GET
Get Storage Profile Associations
PATCH
Update Storage Profile Associations
GET
Get V Sphere Storage Profile
DELETE
Delete V Sphere Storage Profile
PATCH
Update V Sphere Storage Profile
GET
Get Gcp Storage Profile
DELETE
Delete Gcp Storage Profile
PATCH
Update Gcp Storage Profile
GET
Get Azure Storage Profile
DELETE
Delete Azure Storage Profile
PATCH
Update Azure Storage Profile
GET
Get Aws Storage Profile
DELETE
Delete Aws Storage Profile
PATCH
Update Aws Storage Profile