Service interface methods
The service interface supports a set of methods that are implemented by using HTTP (Hypertext Transfer Protocol) services. Each method uses a distinct HTTP resource URL that indicates the method to use and any parameters to use with the method.
Resource URLs
The format of each resource URL ishttp://hostname:port/server/method_URI. hostnameis the host name or IP address of the application server.portis the port number of the application server.- method_URI is the URI that is used by the method. Depending on the method that is used, the method URI can contain user-specified parameters.
appserver, and a method uses the URI /monitor/, the method
resource URL is http://appserver:9080/server/monitor/.