InlineContainerApplicationInstance1

InlineContainerApplicationInstance1
InlineContainerApplicationInstance1
JSON Example
{
    "cluster_node_id": "string",
    "container_application_ids": [
        "string"
    ],
    "container_cluster_id": "string",
    "container_project_id": "string",
    "external_id": "string",
    "origin_properties": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "status": "string"
}
string
cluster_node_id
Optional

Cluster node id where application instance is running.

array of string
container_application_ids
Optional

List of identifiers of the container application.

string
container_cluster_id
Optional

Identifier of the container cluster this application instance belongs to.

string
container_project_id
Optional

Identifier of the container project which this container application instance belongs to.

string
external_id
Required

Identifier of the container application instance on container cluster.

origin_properties
Optional

Array of additional specific properties of container application instance in key-value format.

string
status
Optional

Status of the container application instance.

Possible values are : UNKNOWN, HEALTHY, UP, DOWN, DEGRADED,