Update Elastic Placement Zone State

Update Elastic Placement Zone State

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

Request
URI
PUT
https:///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

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