Advertisement
SyP-

api22

Sep 1st, 2022 (edited)
1,032
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.35 KB | None | 0 0
  1. {
  2.   "id": "12",
  3.   "data": [
  4.     {
  5.       "hostname": "dummyplug-00",
  6.       "obs": "Dummy mode enabled",
  7.       "os": "maggisys2.0",
  8.       "users": [
  9.         {
  10.           "username": "lilith"
  11.         }
  12.       ],
  13.       "network": [
  14.         {
  15.           "interface": "nombre_interfaz",
  16.           "address": "1.2.3.4"
  17.         }
  18.       ]
  19.     }
  20.   ]
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement