Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2020
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. {
  2.    "operationName": "ApplicationGatewayAccess",
  3.    "category": "ApplicationGatewayAccessLog",
  4.    "properties": {
  5.       "instanceId": "ApplicationGatewayRole_IN_0",
  6.        "httpMethod": "GET",
  7.        "requestUri": "/api/users/fetch",
  8.        "requestQuery": "...",
  9.        "userAgent": "Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/84.0.4147.89+Safari/537.36",
  10.        "httpStatus": 400,
  11.        "httpVersion": "HTTP/1.1",
  12.        "receivedBytes": 4840,
  13.        "sentBytes": 122,
  14.        "timeTaken": 171,
  15.        "sslEnabled": "on",
  16.    }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement