ContainerApplication
Container application within a project.
Properties
integer
_last_sync_time
Optional
Timestamp of last modification
array of
ResourceLink
_links
Optional
The server will populate this field when returing the resource. Ignored on PUT and POST.
string
_schema
Optional
Schema for this resource
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
description
Optional
Description of this resource
string
display_name
Optional
Defaults to ID if not set
string
external_id
Optional
Identifier of the container application on container cluster e.g. PCF app id, k8s service id.
array of
KeyValuePair
origin_properties
Optional
Array of additional specific properties of container application in key-value format.
string
resource_type
Optional
The type of this resource.
string
status
Optional
Status of the container application.
Possible values are: UNKNOWN, HEALTHY, UP, DOWN, DEGRADED
JSON Example
{
"_last_sync_time": 0,
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"container_cluster_id": "string",
"container_project_id": "string",
"description": "string",
"display_name": "string",
"external_id": "string",
"origin_properties": [
{
"key": "string",
"value": "string"
}
],
"resource_type": "string",
"status": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
]
}