This command returns the contents of the ExtraView application server log.
http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username
&password=password
&statevar=get_log
[&access_token=token-value]
ExtraView makes a check to ensure that the user requesting the log has administrative privileges, as indicated by the behavior setting named ADMIN_BYPASS_GROUP being one of the user roles that the user may adopt. If the user does not have this access, they will not be able to execute this command successfully.
The output from this command may be substantial in size.
The optional access_token
parameter allows you to use a valid OAuth2 token obtained with the get_token
command. If you provide the access_token
parameter, then the user_id
and password
parameters should not be provided. This prevents the password being sent in clear text over your network connection.