Update Project Zone Assignments
Update all zone assignments to a project asynchronously
The ID of the project.
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
List of zones and their respective configurations assigned to a project.
{
"zoneAssignmentSpecifications": [
{
"zoneId": "77ee1",
"priority": 1,
"maxNumberInstances": 50,
"memoryLimitMB": 2048,
"cpuLimit": 2048,
"storageLimitGB": 20
}
]
}
List of configurations for zone assignment to a project
Accepted
"RequestTracker Object"
Progress of the request as percentage.
Status message of the request.
Status of the request.
Collection of resources.
Name of the operation.
ID of this request.
Self link of this request.
ID of the deployment, this request is connected to.
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
Not Found
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/iaas/api/projects/{id}/zones