Changes between Version 2 and Version 3 of Old/NodeHandler/Commands/nodes
- Timestamp:
- Apr 13, 2006, 12:54:05 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/NodeHandler/Commands/nodes
v2 v3 10 10 11 11 12 == Syntax: nodes( nodeSet).command(), allNodes(nodeSet).resource_path = value, allNodes(nodeSet).resource_path {...} ==12 == Syntax: nodes(setSelector).command(), allNodes(setSelector).resource_path = value, allNodes(setSelector).resource_path {...} == 13 13 14 * ''' nodeSet''': The set of nodes to use14 * '''setSelector''': The set of nodes to use 15 15 * '''command''': Command to issue on the set. 16 16 * '''resource_path:''' Path to resource. 17 17 * '''value:''' Value to assign to resource. 18 19 The supported syntax for the ''setSelector'' can be found in [wiki:Documentation/NodeHandler/Commands/defNodes defNodes]. 18 20 19 21 The list of commands currently defined can be found '''missing'''. A description of the resource paths can be found '''mssing'''.