Cisco Cisco Workload Automation 6.3 Developer's Guide

Page of 190
42
Node
Typical Operations
Typical Operations
The Master Node supports the following: 
Check master connection status
Update
Stop scheduler
Resume scheduler
Create schedule
Start today's schedule
Pause schedule
Pause queues
Resume queues
Reconnect
Common operations for an Agent node include:
Add an agent – The operation is similar to adding a node but it associates with an agent such as Windows, UNIX, etc.
Enable an agent – The operation is similar to enabling a connection
Disable an agent – The operation is similar to disabling a connection
Common operations for an Agent List include:
Get all agents by agent list id
Node Examples
From the browser, issue  and then click Manual Commands (Post) to take you to the API post screen of the Client 
Manager. You can test the REST API examples from that screen. For valid parameters and successful execution of a 
request, you will get a response/result. For invalid parameters and unsuccessful execution of a request, you will get error 
messages and/or exceptions. 
Node Example 1 – Get a List of Available Nodes
The Node object provides a method called getList. It has no parameters. The following REST API call will return a list of 
nodes.
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns="http://purl.org/atom/ns#">
  <id>xxx</id>
  <tes:Node.getList  xmlns:tes="http://www.tidalsoftware.com/client/tesservlet">
  </tes:Node.getList>
</entry>