Get Elastic Placement Zone State

Get Elastic Placement Zone State

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

Request
URI
GET
https://{api_host}/container-service/api/resources/elastic-placement-zones/{id}
COPY
Path Parameters
string
id
Required

The id of the ElasticPlacementZoneState


Responses
200

OK with the ElasticPlacementZoneState

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


404

'Not Found' if no ElasticPlacementZoneState with provided id

Operation doesn't return any data structure