Using Actuate documentation
Interactive documentation for Actuate REST API operations is also installed with an iHub server. This documentation is accessible using a web browser at the following URL:
http://<iHub server>:5000/ihub/v1/ihubrestdocs/
Figure 6‑1 shows the documentation included with an installation of iHub.
Figure 6‑1 Reviewing the Actuate REST API documentation
This documentation enables you to test the different URIs available in the Actuate REST API. To test a REST API operation, select one of the available operations, type parameter values, and then choose Try it out. Figure 6‑2 shows the options to test the /login URI.
Figure 6‑2 Testing the login operation
After sending your test values to the selected operation, the documentation displays the response from iHub. Figure 6‑3 shows the results when the username Administrator was sent to the /login URI.
Figure 6‑3 Reviewing results from the REST API