InlineContainerApplication1

InlineContainerApplication1
InlineContainerApplication1
JSON Example
{
    "cluster_ips": [
        "string"
    ],
    "container_cluster_id": "string",
    "container_project_id": "string",
    "external_id": "string",
    "load_balancer_ingress": [
        {
            "hostname": "string",
            "ip": "string",
            "ports": [
                {
                    "port": 0,
                    "protocol": "string"
                }
            ]
        }
    ],
    "network_errors": [
        "NetworkError Object"
    ],
    "network_status": "string",
    "node_port_local_endpoints": [
        "NodePortLocalEndpoint Object"
    ],
    "origin_properties": [
        "KeyValuePair Object"
    ],
    "service_ports": [
        "ContainerServicePort Object"
    ],
    "status": "string",
    "type": "string"
}
array of string
cluster_ips
Optional

The IPv4 and IPv6 clusterIPs of the container application.

string
container_cluster_id
Optional

Identifier of the container cluster this container application belongs to.

string
container_project_id
Optional

Identifier of the project which this container application belongs to.

string
external_id
Required

Identifier of the container application on container cluster e.g. PCF app id, k8s service id.

load_balancer_ingress
Optional

Specifies list of load-balancer ingress points

network_errors
Optional

List of network errors related to container application.

string
network_status
Optional

Network status of container application.

Possible values are : HEALTHY, UNHEALTHY,
node_port_local_endpoints
Optional

Specifies list of local endpoint, when service is NodePortLocal.

origin_properties
Optional

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

service_ports
Optional

Specifies list of service port.

string
status
Optional

Status of the container application.

Possible values are : UNKNOWN, HEALTHY, UP, DOWN, DEGRADED,
string
type
Optional

Type of container application

Possible values are : CLUSTER_IP, NODE_PORT, LOAD_BALANCER, EXTERNAL_NAME,