Update Elastic Placement Zone State
Only Solution users, Container admins, and System admins can update ElasticPlacementZoneStates.
Request
URI
PUT
https://{api_host}/container-service/api/resources/elastic-placement-zones/{id}
COPY
Path Parameters
string
id
Required
The id of the ElasticPlacementZoneState
Request Body
The ElasticPlacementZoneState to be updated.
ElasticPlacementZoneState of type(s) application/json
Required
{
"documentExpirationTimeMicros": "string",
"resourcePoolLink": "string",
"tagLinksToMatch": [
"string"
],
"documentSelfLink": "string",
"placementPolicy": "string",
"tenantLinks": [
"string"
],
"documentUpdateTimeMicros": "string"
}
string
documentExpirationTimeMicros
Optional
documentExpirationTimeMicros
string
resourcePoolLink
Optional
resourcePoolLink
array of string
tagLinksToMatch
Optional
tagLinksToMatch
string
documentSelfLink
Optional
documentSelfLink
string
placementPolicy
Optional
placementPolicy
Possible values are : DEFAULT, SPREAD, BINPACK,
array of string
tenantLinks
Optional
tenantLinks
string
documentUpdateTimeMicros
Optional
documentUpdateTimeMicros
Responses
200
'OK' is returned when the ElasticPlacementZoneState is updated.
Operation doesn't return any data structure
Elastic Placement Zone Operations
POST
Create Elastic Placement Zone Configuration State
POST
Create Elastic Placement Zone State
DELETE
Delete Elastic Placement Zone Configuration State
DELETE
Delete Elastic Placement Zone State
GET
Get Elastic Placement Zone Configuration State
GET
Get Elastic Placement Zone State
GET
List Elastic Placement Zone Configuration State
GET
List Elastic Placement Zone State
PATCH
Patch Elastic Placement Zone Configuration State
PATCH
Patch Elastic Placement Zone State
PUT
Update Elastic Placement Zone Configuration State
PUT
Update Elastic Placement Zone State