Update Storage Profile Associations
Update storage profile associations
The ID of the storage profile.
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
UpdateStorageProfileAssociationsSpecification instance
{
"regionId": "31186",
"storageProfileAssociations": [
{
"requestType": "CREATE",
"associations": [
{
"dataStoreId": "a42d016e-6b0e-4265-9881-692e90b76684",
"priority": "3"
}
]
}
]
}
The Id of the region that is associated with the storage profile.
Defines a specification of Storage Profile datastore associations.
Successful operation
"StorageProfileAssociationsResponse Object"
Represents an HTTP url
invalid request - bad data
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Forbidden
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"regionId:"string","storageProfileAssociations":["object"]}'