Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.50 KB | None | 0 0
  1. {
  2.   "eventType": "DATACENTER_UPDATED",
  3.   "message": {
  4.     "_id": "",
  5.     "location": {
  6.       "type": "",
  7.       "coordinates": null
  8.     },
  9.     "name": "",
  10.     "country": "",
  11.     "city": "",
  12.     "health": "",
  13.     "prefix": "",
  14.     "createdAt": "",
  15.     "updatedAt": "",
  16.     "__v": 0,
  17.     "electricityCost": [
  18.       {
  19.         "price": 0.56,
  20.         "timeFrom": 0,
  21.         "timeTo": 23,
  22.         "dayFrom": 0,
  23.         "dayTo": 6,
  24.         "monthFrom": 1,
  25.         "monthTo": 12
  26.       }
  27.     ]
  28.   }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement