You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access token can be given via the request query or via the request header.
/stats
Returns the current statistics of the COP server. They are return in JSON format.
/server_errors
Returns the server errors of the COP server. They are returned in log file format.
By adding the parameter 'latest' in the query string, you can get only the x latest lines.
Example: http://localhost:8010/server_errors?latest=10
/server_printjobs
Returns the server print jobs errors of the COP server. They are returned in log file format of current date.
By adding the parameter 'date' in the query string, you can get the print jobs of that date.
Example: http://localhost:8010/server_printjobs?date=20211222
/network_logs
Returns the network logs of the COP server. They are returned in log file format.
By adding the parameter 'date' in the query string, you can get the network logs of that date.
Example: http://localhost:8010/network_logs?date=20211227
The text was updated successfully, but these errors were encountered:
Access token can be given via the request query or via the request header.
/stats
Returns the current statistics of the COP server. They are return in JSON format.
/server_errors
Returns the server errors of the COP server. They are returned in log file format.
By adding the parameter 'latest' in the query string, you can get only the x latest lines.
Example:
http://localhost:8010/server_errors?latest=10
/server_printjobs
Returns the server print jobs errors of the COP server. They are returned in log file format of current date.
By adding the parameter 'date' in the query string, you can get the print jobs of that date.
Example:
http://localhost:8010/server_printjobs?date=20211222
/network_logs
Returns the network logs of the COP server. They are returned in log file format.
By adding the parameter 'date' in the query string, you can get the network logs of that date.
Example:
http://localhost:8010/network_logs?date=20211227
The text was updated successfully, but these errors were encountered: