REST API Testing Using Postman

This guide has provided a Postmanarrow-up-right collection with some example of requests to interact with the Service Registry via REST API calls. You can import the Postman collectionarrow-up-right and Postman environmentarrow-up-right files to Postman application as explained in the Postman official guide herearrow-up-right.

Postman

Postman collection uses environment to store some variables i.e. hostname, API, group etc. which are used by each request in the collection. So, once you've imported the collection and environment files, you need to update the SERVICE_REGISTRY_HOST and GROUP variables in the Postman environment as a screenshot below before testing the Service Registry.

Postman

Last updated