Skip to end of metadata
Go to start of metadata



ARGOS API


Author: Jerry Chae

Description

The SVC (Service) Check plugin is for simply checking the network specific service connections by IP address and port number on local or remote machine. This is useful to check “connections” to solutions such as database or web server before an automation scenario attempts to access such solutions.



Need help?

Technical contact to tech@argos-labs.com


May you search all operations,





Input (Required)

1)      Host name                  (IP address or “localhost”

2)      Port number              (port number of the solution/service)

 

Advanced Input (Optional)

1)      Return CSV                 If checked, the plugin will return CSV with 3 headers

      Headers are [host, post, status]

      If not checked the plugin returns alive or dead status only (default is 1 or 0)

2)      Alive code                   Returns value when the service successfully connected (default is 1)

3)      Dead code                  Returns value when the service connection failed or rejected (default is 0)

 

Output

Return Value

Contains value of your choice at the Advanced Input

Same for String, CSV, and File

 

Return Code

                0 for success

                99 for everything else

 

How to set parameters



Text from Image

Return Code

Code
Meaning
0Execution successful
1Execution failed