Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.16 KB | None | 0 0
  1. {
  2.     "health": [
  3.         {
  4.             "componentDependencies": [],
  5.             "id": "MAT",
  6.             "data": {
  7.                 "state": "Down"
  8.             }
  9.         },
  10.         {
  11.             "componentDependencies": [
  12.                 {
  13.                     "componentDependencies": [],
  14.                     "id": "MAT",
  15.                     "data": {
  16.                         "state": "Down"
  17.                     }
  18.                 },
  19.                 {
  20.                     "componentDependencies": [],
  21.                     "id": "CBO",
  22.                     "data": {
  23.                         "state": "Down"
  24.                     }
  25.                 }
  26.             ],
  27.             "id": "EUP",
  28.             "data": {
  29.                 "state": "Down"
  30.             }
  31.         },
  32.         {
  33.             "componentDependencies": [
  34.                 {
  35.                     "componentDependencies": [],
  36.                     "id": "MAT",
  37.                     "data": {
  38.                         "state": "Down"
  39.                     }
  40.                 }
  41.             ],
  42.             "id": "CBO",
  43.             "data": {
  44.                 "state": "Down"
  45.             }
  46.         },
  47.         {
  48.             "componentDependencies": [],
  49.             "id": "MAT-DB",
  50.             "data": {
  51.                 "state": "Down"
  52.             }
  53.         }
  54.     ],
  55.     "topology": [
  56.         {
  57.             "name": "dashboard",
  58.             "id": "Dashboard",
  59.             "edges": [
  60.                 "MAT",
  61.                 "EUP",
  62.                 "CBO"
  63.             ],
  64.             "type": 0
  65.         },
  66.         {
  67.             "name": "MAT",
  68.             "id": "MAT",
  69.             "edges": [],
  70.             "type": 0
  71.         },
  72.         {
  73.             "name": "EUP",
  74.             "id": "EUP",
  75.             "edges": [
  76.                 "MAT",
  77.                 "CBO"
  78.             ],
  79.             "type": 0
  80.         },
  81.         {
  82.             "name": "cbo",
  83.             "id": "CBO",
  84.             "edges": [
  85.                 "MAT"
  86.             ],
  87.             "type": 0
  88.         },
  89.         {
  90.             "name": "MAT-DB",
  91.             "id": "MAT-DB",
  92.             "edges": [],
  93.             "type": 0
  94.         }
  95.     ]
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement