Administration API

Microgateway exposes a REST API for administration purpose. The methods of the API allow you to query the status, view the provisioned assets, and the configured settings of a running Microgateway instance.

The Administration API requires a basic authentication, if there are credentials configured in the Microgateway configuration.

GET /rest/microgateway/status

Retrieves a status message that displays the version of the Microgateway instance.

GET /rest/microgateway/settings

Retrieves the configured settings of the Microgateway instance.

GET /rest/microgateway/assets

Retrieves the provisioned assets of the specified Microgateway.