After installing DX-RESTmon we are not able to access swagger-ui.
We are trying to use: https://<host>:8443/restmon/api/swagger-ui
Release : 21.3
Component : CA DOI ALARM ANALYTICS
It is being caused by a missing / at the end of the URL.
To solve this problem, add a / at the end of the provided URL, this is a known issue and will be fixed. EG:
Default after install:
https://<host>:8443/restmon/api/swagger-ui
How to solve:
https://<host>:8443/restmon/api/swagger-ui/