ContainerClusterNode
Details of container cluster node i.e. container host.
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
External identifier of the container cluster.
string
description
Optional
Description of this resource
string
display_name
Optional
Defaults to ID if not set
string
external_id
Optional
External identifier of the container cluster node in K8S/PAS.
array of
KeyValuePair
origin_properties
Optional
Array of additional specific properties of container cluster node in key-value format.
string
resource_type
Optional
The type of this resource.
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",
"description": "string",
"display_name": "string",
"external_id": "string",
"origin_properties": [
{
"key": "string",
"value": "string"
}
],
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
]
}