GET /overlay/logs - Adaptive Applications - BlueCat Gateway - 20.8.1

BlueCat Overlay for Microsoft

Locale
English
Product name
BlueCat Gateway
Version
20.8.1

Retrieve the logs from the session in JSON format.

Request
GET http://<Gateway_url>/overlay/logs
Authorization: <token>
Successful response
200 OK
Content-Type: text/json
[
  {
    "timestamp": "2020-05-01 14:42:32",
    "event_type": "INFO",
    "user": "api",
    "message": "Importing data from server (10.244.133.31)"
  },
  {
    "timestamp": "2020-05-01 14:42:32",
    "event_type": "EXISTS",
    "user": "api",
    "message": "Server - (10.244.133.31)"        
  },
  {
    "timestamp": "2020-05-01 14:42:32",
    "event_type": "INFO",
    "user": "api",
    "message": "Processing DHCP Networks"  
  },
...
]