InlineContainerApplicationInstance1

InlineContainerApplicationInstance1
InlineContainerApplicationInstance1
JSON Example
{
    "cluster_node_id": "string",
    "container_application_ids": [
        "string"
    ],
    "container_cluster_id": "string",
    "container_project_id": "string",
    "external_id": "string",
    "network_errors": [
        {
            "error_code": "string",
            "error_message": "string",
            "spec": "string"
        }
    ],
    "network_status": "string",
    "origin_properties": [
        "KeyValuePair Object"
    ],
    "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.

network_errors
Optional

List of network errors related to container application instance.

string
network_status
Optional

Network status of container application instance.

Possible values are : HEALTHY, UNHEALTHY,
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,