I have one error in my environment for db connect app - rh_healthlog.py which has an entry in restmap.conf of app.
According to release notes, it is an error and corrected in newer version.
I just wonder if there is any way to remove/disable an entry from Application's restmap.conf? Just to delete it? or something like disabled=true
for db connect, defected item resides in app\default\restmap.conf config file. However, I am expecting more generic answer
thanks up front for your time.
restmap.conf defines rest endpoints.
removing, or commenting, an entry will prevent the endpoint from being created.
(a restart will be required)