Create Elastic Placement Zone State
Only Solution users, Container admins, and System admins can create ElasticPlacementZoneStates.
Request
URI
POST
https://{api_host}/container-service/api/resources/elastic-placement-zones
COPY
Request Body
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
successful operation
Returns ElasticPlacementZoneState of type(s) */*
{
"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
201
'Created' is returned for the new state with the state url in the location
header of the response;
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