luckpy

DIR/JSON

Aug 29th, 2021
1,220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.71 KB | None | 0 0
  1. {
  2.     "jsonrpc": "2.0",
  3.     "result": [
  4.         {
  5.             "serviceid": "1",
  6.             "name": "NOC BACKUP - A",
  7.             "goodsla": "99.9",
  8.             "showsla": "0",
  9.             "status": "0",
  10.             "parent": [],
  11.             "trigger": []
  12.         },
  13.         {
  14.             "serviceid": "2",
  15.             "name": "A - INTGR",
  16.             "goodsla": "99.9",
  17.             "showsla": "0",
  18.             "status": "0",
  19.             "parent": {
  20.                 "serviceid": "1"
  21.             },
  22.             "trigger": {
  23.                 "triggerid": "20496",
  24.                 "description": "Unavailable by ICMP ping",
  25.                 "priority": "4"
  26.             }
  27.         }
  28.     ],
  29.     "id": 1
  30. }
  31.  
Advertisement
Add Comment
Please, Sign In to add comment