Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Rest Testing Tool

  1. Log in to iHub site

  2. Navigate to Support Menu and Click Rest Testing Tool

  3. Swagger UI Page will open on new tab and will show list of REST API services (Load and Retrieve Services) available to connect to the Integration Hub

Make sure to use the correct Token (Swagger UI header) if multiple Token has been created and Rest API settings have been mapped.

See Also: https://seko.atlassian.net/wiki/spaces/SMAN/pages/2933030943/iHub+-+Settings#API-Credentials

https://seko.atlassian.net/wiki/spaces/SMAN/pages/2933030943/iHub+-+Settings#Rest-API-Protocol-Mapping

Rest Testing Tool.png
  1. Select service and API call type (POST/GET)

  2. Select "Parameter content type" and “Response content type” (xml, json format).

  3. Enter Parameter Value on the Request Box (Click the “Example Value” box to copy it into the "Request" box to easily edit values)

  4. Click API call type button (POST/GET) to submit request

Click “Try it Out” button to submit a test message

  1. Check Activity log to monitor status if Success or Fail and to view details of request

Post.pngGET.png

Rest api activity.png

Types of services

  1. Submitting Data: This is done through the Load services (POST). When you need to send data to the hub, you use these services.

  2. Querying Data: This is handled by the Retrieve services (GET). When you need to get data from the hub, you use these services.

  • No labels