hub.eb?material_id=530&track_id=532

Managing RESTful Web Services


Within the Server Admin App, you can manage your RESTful Web Services.

Clicking the RESTful Web Service name will display all of the endpoints included in the service.

Clicking the enable option will allow HTTP requests to the RESTful Web Service.

For an enabled RESTful Web Service hosted locally, the default Base URI on the Web Service will be:

http://localhost:{PortNumber}/ebasetest/api/{webservicename}

e.g. http://localhost:3050/ebasetest/api/processMonitor

For an enabled RESTful Web Service host on a service plan, the default Base URI of the Web Service will be:

http://{serviceplanURL}/apps/api/{webservicename}

e.g. http://drdev.verj.cloud/apps/api/userAuthentication

Clicking the Publish Swagger option will make the Swagger Documentation available publicly.

Clicking the will display the documentation.

Current Module

Related