Get Generic Kubernetes Entity State

Get Generic Kubernetes Entity State

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

Request
URI
GET
https://{api_host}/container-service/api/resources/kubernetes-generic-entities/{id}
COPY
Path Parameters
string
id
Required

The id of the GenericKubernetesEntityState


Responses
200

OK with the GenericKubernetesEntityState

Returns GenericKubernetesEntityState of type(s) */*
{
    "documentExpirationTimeMicros": "string",
    "parentLink": "string",
    "descriptionLink": "string",
    "kubernetesSelfLink": "string",
    "compositeComponentLink": "string",
    "documentUpdateTimeMicros": "string",
    "regionId": "string",
    "documentSelfLink": "string",
    "tagLinks": [
        "string"
    ],
    "name": "string",
    "groupLinks": [
        "string"
    ],
    "tenantLinks": [
        "string"
    ],
    "id": "string",
    "entity": {
        "metadata": {
            "uid": "string",
            "clusterName": "string",
            "name": "string",
            "namespace": "string",
            "creationTimestamp": "string",
            "generateName": "string",
            "selfLink": "string"
        },
        "apiVersion": "string",
        "kind": "string"
    },
    "desc": "string"
}
string
documentExpirationTimeMicros
Optional

documentExpirationTimeMicros

string
parentLink
Optional

parentLink

string
descriptionLink
Optional

descriptionLink

string
kubernetesSelfLink
Optional

kubernetesSelfLink

string
compositeComponentLink
Optional

compositeComponentLink

string
documentUpdateTimeMicros
Optional

documentUpdateTimeMicros

object
customProperties
Optional

customProperties

string
regionId
Optional

regionId

string
documentSelfLink
Optional

documentSelfLink

array of string
tagLinks
Optional

tagLinks

string
name
Optional

name

array of string
groupLinks
Optional

groupLinks

array of string
tenantLinks
Optional

tenantLinks

string
id
Optional

id

entity
Optional

entity

string
desc
Optional

desc


404

'Not Found' if no GenericKubernetesEntityState with provided id

Operation doesn't return any data structure