InlineContainerApplication1
InlineContainerApplication1
JSON Example
{
"container_cluster_id": "string",
"container_project_id": "string",
"external_id": "string",
"origin_properties": [
{
"key": "string",
"value": "string"
}
],
"status": "string"
}
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
external_id
Required
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
status
Optional
Status of the container application.
Possible values are : UNKNOWN, HEALTHY, UP, DOWN, DEGRADED,