Patch Elastic Placement Zone State

Patch Elastic Placement Zone State

Only Solution users, Container admins, and System admins can patch ElasticPlacementZoneStates.

Request
URI
PATCH
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 patch of the ElasticPlacementZoneState

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
Operation doesn't return any data structure