Testing the REST Service

Procedure

  1. Append swagger to the routable url to access the swagger doc to test the Rest Service in the format <routable url>/swagger
    For example:
    bookstoreapp.testdomain.com/swagger/
    
    
  2. Expand the Books and Events headers, and test the operations as listed below.
    Click on any of the operations (POST, GET, PUT, DELETE) as displayed on the web page and click Try it out!.

  3. Click the Terminate icon to stop the process after you have completed using the operations on the page.