ContainerApplicationInstance
Container application instance within a project.
Properties
Timestamp of last modification
The server will populate this field when returing the resource. Ignored on PUT and POST.
Schema for this resource
Cluster node id where application instance is running.
List of identifiers of the container application.
Identifier of the container cluster this application instance belongs to.
Identifier of the container project which this container application instance belongs to.
Description of this resource
Defaults to ID if not set
Identifier of the container application instance on container cluster.
Array of additional specific properties of container application instance in key-value format.
The type of this resource.
Status of the container application instance.
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"
},
"cluster_node_id": "string",
"container_application_ids": [
"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"
}
]
}