NSX-T Data Center REST API
ContainerClusterNode (schema)
Container cluster node
Details of container cluster node i.e. container host.
Name | Description | Type | Notes |
---|---|---|---|
_last_sync_time | Timestamp of last modification | EpochMsTimestamp | Readonly Sortable |
_links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
_schema | Schema for this resource | string | Readonly |
_self | Link to this resource | SelfResourceLink | Readonly |
cni_agent_status | CNI agent status of container cluster node Specifies Container Network Interface agent status of container cluster node. |
string | Enum: HEALTHY, UNHEALTHY |
container_cluster_id | External identifier of the container cluster External identifier of the container cluster. |
string | |
description | Description of this resource | string | Maximum length: 1024 Sortable |
display_name | Identifier to use when displaying entity in logs or GUI Defaults to ID if not set |
string | Maximum length: 255 Sortable |
external_id | External identifier of the container cluster node External identifier of the container cluster node in K8S/PAS. |
string | Required |
external_ip_addresses | List of external ip address of Node Specifies list of external ip address of Node. |
array of IPAddress | |
ip_addresses | IP Addresses of Node List of IP addresses of container cluster node. |
array of IPAddress | |
network_errors | Network errors List of network errors related to container cluster node. |
array of NetworkError | |
network_status | Network status of container cluster node Network status of container cluster node. |
string | Enum: HEALTHY, UNHEALTHY |
origin_properties | Origin properties Array of additional specific properties of container cluster node in key-value format. |
array of KeyValuePair | |
pod_cidrs | List of CIDR of container application instance In case of Kubernetes container cluster, it represents the IP ranges assigned to the node for usage by Pod on that node. |
array of IPCIDRBlock | |
provider_id | Provider id of container node 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. |
string | |
resource_type | Must be set to the value ContainerClusterNode | string | Required |
scope | List of scopes for discovered resource Specifies list of scope of discovered resource. e.g. if VHC path is associated with principal identity, who owns the discovered resource, then scope id will be VHC path and scope type will be VHC. |
array of DiscoveredResourceScope | |
tags | Opaque identifiers meaningful to the API user | array of Tag | Maximum items: 30 |