Important
|
Deprecated in 3.0. Please use method readAgentList of class [class-node]. |
AgentReadList(node, name) ⇒ Array
-
Request list metric directly from agent on given node.
node |
[class-node] object instance (e.g. |
name |
List name |
Return
Array of strings or null
if failed.
Example
>>> supportedLists = AgentReadList($node, "Agent.SupportedLists"); >>> foreach (l : supportedLists) { println(l); } Agent.ActionList Agent.SubAgentList Agent.SupportedLists Agent.SupportedParameters Agent.SupportedPushParameters …