Get Storage Profile Associations
Get all storage profile Associations with a given storage profile id
The ID of storage Profile.
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Results page you want to retrieve (0..N)
Number of records per page.
100
Successful operation
{
"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",
"regionId": "Datacenter:datacenter-3",
"endpointLinks": [
"Datacenter:datacenter-3"
],
"dataStoreId": "ee0f3c60-d54b-484b-adfe-f1d83824987f",
"storageProfileId": "120ec375-cd36-41af-8d85-55da986cefe4",
"priority": 2,
"dataStoreName": "Local-DataStore-1",
"tags": [
{
"key": "env",
"value": "dev"
}
]
}
],
"totalElements": 1,
"numberOfElements": 1
}
List of content items
Total number of elements. In some cases the field may not be populated
Number of elements in the current page
invalid request - bad data
{
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0,
"errorCode": 0,
"details": [
"string"
],
"serverErrorId": "string",
"documentKind": "string",
"internalErrorCode": 0
}
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Forbidden
{
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0,
"errorCode": 0,
"details": [
"string"
],
"serverErrorId": "string",
"documentKind": "string",
"internalErrorCode": 0
}
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Not found
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -H 'Authorization: <value>' https://{api_host}/iaas/api/storage-profiles/{id}/storage-profile-associations