Cisco Cisco Tidal Enterprise Scheduler 6.2 テクニカルリファレンス

ページ / 224
2-12
Cisco Tidal Enterprise Scheduler 6.2.1 REST API Reference Guide
6.2.1
Chapter 2      Using the TES REST API
REST API from a Browser
REST API from a Browser
Before writing code to invoke the REST API, you can browse the services available via a browser. In a 
live Enterprise Scheduler environment, the URL where the API can be reached is as follows:
Figure 2-1
REST API browser view
Clicking on the links issues a "GET" request to the API.  A "POST" request to the API can also be issued 
from the browser by using the "Manual Commands (Post)" link.
Figure 2-2
REST API Post Screen
REST API Security Notes
The calls to the REST API are subject to the same security restrictions as the same user accessing 
Scheduler UI. In Code Example 1 below, a call is issued to get all of the available jobs. The list of 
available jobs returned is determined by the username used in the API call.