class C3ShellExt
C3 server shell extension.
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
__init__(ScriptEngine engine) |
|
static def |
addnode(String name, boolean mobility = false, List<String> tags = []) |
|
static def |
events(Map crit = [:]) |
|
static String |
getAllnodes() |
|
static AgentID |
getData() |
|
static AgentID |
getNetwork() |
|
static String |
getNodes() |
|
static AgentID |
getSink() |
|
static def |
getconfig(def node, def cid) |
|
static def |
getconfig(def node) |
|
static def |
getdata(Map crit = [:]) |
|
static def |
getstatus(def node) |
|
static def |
metadata(def clazz) |
|
static def |
nodeinfo(def node) |
|
static String |
rmnode(def node, boolean purge = false) |
|
static def |
sendcmd(def node, def cid, def cmd) |
|
static def |
sendcmd(def node, def cmd) |
|
static def |
sensors(Map crit = [:]) |
|
static def |
setconfig(def node, def cid, def cfg) |
|
static def |
setconfig(def node, def cfg) |
|
static String |
tags(def node) |
|
static String |
tags(def node, List<String> tags) |