refresh¶
refresh
refreshes the current node.
actionValues | |
---|---|
trees |
(optional) By configuring (multiple) trees as array of string you can refresh/reset |
paths |
(optional) array of strings. By configuring (multiple) paths as array of string you can refresh other nodes as well |
default¶
{
"label": "Refresh",
"icon": "icon-sync",
"action": "refresh"
}
With paths and trees¶
{
"label": "Refresh",
"icon": "icon-sync",
"action": "refresh",
"actionValues": [
{
"paths": ["cluster-ab-basis/clusterStatus/KWB001-C0004"],
"trees": ["cluster-ab-basis"]
}
]
}