NSX-T Data Center REST API

ContainerApplication (schema)

Container application within a project

Container application within a project.

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
cluster_ips List of cluster IPs

The IPv4 and IPv6 clusterIPs of the container application.
array of IPAddress
container_cluster_id Identifier of the container cluster

Identifier of the container cluster this container application belongs to.
string Readonly
container_project_id Identifier of the project

Identifier of the project which this container application belongs to.
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 application

Identifier of the container application on container cluster
e.g. PCF app id, k8s service id.
string Required
load_balancer_ingress List of load-balancer ingress points

Specifies list of load-balancer ingress points
array of ContainerLoadBalancerIngress
network_errors Network errors

List of network errors related to container application.
array of NetworkError
network_status Network status of container application

Network status of container application.
string Enum: HEALTHY, UNHEALTHY
node_port_local_endpoints List of NodePortLocalEndpoint

Specifies list of local endpoint, when service is NodePortLocal.
array of NodePortLocalEndpoint
origin_properties Origin properties

Array of additional specific properties of container application
in key-value format.
array of KeyValuePair
resource_type Must be set to the value ContainerApplication 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
service_ports List of service port

Specifies list of service port.
array of ContainerServicePort
status Status of the container application

Status of the container application.
string Enum: UNKNOWN, HEALTHY, UP, DOWN, DEGRADED
tags Opaque identifiers meaningful to the API user array of Tag Maximum items: 30
type Type of container application string Enum: CLUSTER_IP, NODE_PORT, LOAD_BALANCER, EXTERNAL_NAME