Accessing the REST Server from a Browser

Users on the same network as the server can access the NetView REST Server through a web browser. The URI format is as follows: https://[server domain]:[REST Server Port].

The default REST Server port number is 3275. This URI is then followed by the page you are trying to reach, for example, /swagger-ui.html which will take you to a page where you can view the server’s Swagger documentation. Swagger documentation provides information about how to use the APIs as well as acting as a prototyping platform where you can test to run the APIs with custom parameters.