InlineContainerClusterNode1

InlineContainerClusterNode1
InlineContainerClusterNode1
JSON Example
{
    "cni_agent_status": "string",
    "container_cluster_id": "string",
    "external_id": "string",
    "external_ip_addresses": [
        "string"
    ],
    "ip_addresses": [
        "string"
    ],
    "network_errors": [
        {
            "error_code": "string",
            "error_message": "string",
            "spec": "string"
        }
    ],
    "network_status": "string",
    "origin_properties": [
        "KeyValuePair Object"
    ],
    "pod_cidrs": [
        "string"
    ],
    "provider_id": "string"
}
string
cni_agent_status
Optional

Specifies Container Network Interface agent status of container cluster node.

Possible values are : HEALTHY, UNHEALTHY,
string
container_cluster_id
Optional

External identifier of the container cluster.

string
external_id
Required

External identifier of the container cluster node in K8S/PAS.

array of string
external_ip_addresses
Optional

Specifies list of external ip address of Node.

array of string
ip_addresses
Optional

List of IP addresses of container cluster node.

network_errors
Optional

List of network errors related to container cluster node.

string
network_status
Optional

Network status of container cluster node.

Possible values are : HEALTHY, UNHEALTHY,
origin_properties
Optional

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

array of string
pod_cidrs
Optional

In case of Kubernetes container cluster, it represents the IP ranges assigned to the node for usage by Pod on that node.

string
provider_id
Optional

Specifies identifier of container cluster node given by infrastructure provider of container cluster. e.g. in case of vSpehere, it will be instance uuid of worker node virtual machine.