Axway publishes OpenAPI spec files for API Manager and API Gateway product APIs. In some cases it is convenient to use Postman collections for quick and easy invocation of the APIs. This project offers two Postman collections and one environment:
- API Manager API v1.4 (OpenAPI v3) collection
- API Gateway API v1.0 (Swagger v2) collection
- Axway API Management demo environment
The environment contains several variables that allows you to setup hostname, ports, and instance ID for gateway.
These are a few simple steps to use this collections (you need to have a running Axway API Management instance to use the APIs):
- Start your Axway API Management instance
- Import both collection and environment files located in the
./Postman-files
folder to Postman - Select Axway API Management demo in the Environment selection box
- Modify parameters as needed to match your environment. If you don't know your gateway instance ID, you can get it using topology API. After you set it in the environment, it will be used where it is set as path variable.
- Click each collection in the Collections view and modify Username and Password on the Authorization tab to match your API Management instance (API Manager and/or API Gateway Manager). All APIs are configured to inherit authentication from the Collection level.
- Call any API as needed