Query Plug-in Availability
This service method is used to query the availability of the plug-in. This method sends an HTTP request to the plug-in on a specific port. The plug-in listening on this port sends a reply accordingly. The method returns an error code 0 when it is successful.
| Argument | Type | Description |
|---|---|---|
| AgentHTTPServer | Input | The name or IP address of the machine on which the plug-in is running. The server name must include the port number. For example, if the plug-in is configured to listen on port 9191 on the computer myMachine, then the parameter AgentHTTPServer has the value myMachine:9191. Ensure that the value entered in the myMachine field is the same as that entered while generating the certificate. For example, if you have entered the IP address of the machine as your First Name and Last Name while generating the certificate, enter the same in myMachine field. |
| ErrorCode | Output | Returns error code if the service method failed to query the state of the plug-in on the network. |
| ErrorMessage | Output | Returns error description about the query failure. |
| ServerPublisherState | Output |
|
| IsSecureConn | Input | Set this flag to Y to enforce a secured connection using SSL. If you choose Y, you must establish a certified connection on both, client and server. By default, IsSecureConn is set to N. |