- Infoshare
-
Signed in: Administrator
- Change Password
- Signoff
- Online Documentation
- Adutante ver. 5.0.1.0
PAGE TITLE
Date Last ModifiedPAGE TITLE
Date Last ModifiedVSLogger provides the following options for integration into 3rd party application(s):
API enabled via CLI config netserver commands (see config netserver)
How to use CLI Tool - refer to CLI Tool Overview
cli>(config-netserver)
apiport [1025-65000] - listening simple API tcp port(default 22222). Note: The same port used for DeskTop Assistant application connectionsallowapi [y|n] - allow simple API
cli>(config-netserver)
port [1025-65000] - http server port(default 22443). see access API and API demo below
httpapi [y|n] - enable/disable HTTP APIhttpapidemo [y|n] - enable/disable HTTP API demo page.
httpapisalt [] - http api security string
httpapihash [] - http api hash type (none,sha1,sha256)
Access API: via https://<vlogger>:<vsloggerport>/api/v1 e.g. https://192.168.6.1:22443/api/v1
Access API demo: via https://<vlogger>:<vsloggerport>/api/v1/demo e.g. https://192.168.6.1:22443/api/v1/demo
VSLogger provides an html API demo page with simple JavaScript based demonstration of the API methods.
Users can manually change method parameters and submit to VSLogger for real time execution.