Programming Tools and Interfaces
REST API
TIBCO Hawk REST API provide set of HTTP methods to manage and monitor the Hawk agent. You can use these methods to create your own console, if needed.
After you start the Hawk Console, you can view these REST APIs at the Swagger page URL
http://
<Console_host_IP>:<Host_port>
/HawkConsole/v1/docs
The Swagger page enables you to view the details of each API, such as model schema, required parameters, response messages, and so on. Also, you can try out the APIs by providing the parameters to the API in the Swagger URL.