Sample API execution through Swagger

In the below section, the API that updates the status of the ticket after execution, is described.

  • https://<API URL>:<API Port>/iAutomateAPI/Request/UpdateRunbookStatus/<OrgID>
  • Steps:
    1. Open the swagger console and authorize by giving the valid API user credentials.
    2. Click on Request hyperlink and search for the API UpdateRunbookStatus.
    3. Give the request body and OrgentityId (orgId).
    4. Click on Execute API button.
Figure 1. Sample API execution through Swagger.
  • Response: The response below is received from the API:
Figure 2. Sample API execution through Swagger (Cont.)