C613-50631-01 Rev A Command Reference for IE340 Series 129
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
DEVICE GUI AND VISTA MANAGER EX COMMANDS
HTTP
LOG WEBAPI-REQUESTS
http log webapi-requests
Overview Use this command to log authenticated web API requests. These logs allow you to
monitor and debug Vista Manager EX or Device GUI interactions with your device.
See the Logging Feature Overview and Configuration Guide for more information
about the different types of logging and how to filter log messages.
Use the no variant of this command to disable authenticated web API request
logging.
Syntax
http log webapi-requests {configuration|all}
no http log webapi-requests
Default Web API request logging is disabled.
Mode Global Configuration
Example To enable logging of all authenticated web API requests, use the following
commands:
awplus# configure terminal
awplus(config)# http log webapi-requests all
To disable logging of authenticated web API requests, use the following
commands:
awplus# configure terminal
awplus(config)# no http log webapi-requests
Related
commands
http port
service http
show log
Command
changes
Version 5.4.8-1.1: command added
Parameter Description
configuration Log PUT, POST, and DELETE requests.
all Log PUT, POST, DELETE, and GET requests.