Advertisement
Guest User

rest-mgmt-tm-vcmp-guest-stats.input

a guest
Dec 1st, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.52 KB | None | 0 0
  1. #! INPUT({})
  2. {
  3.    "selfLink" : "https://localhost/mgmt/tm/sys/clock?ver=11.6.1",
  4.    "kind" : "tm:sys:clock:clockstats",
  5.    "entries" : {
  6.       "https://localhost/mgmt/tm/sys/clock/0" : {
  7.          "nestedStats" : {
  8.             "entries" : {
  9.                "fullDate" : {
  10.                   "description" : "2017-02-15T02:32:34Z"
  11.                }
  12.             }
  13.          }
  14.       }
  15.    }
  16. }
  17. #! INPUT({"currentTime": "1487122354"})
  18. {
  19.    "selfLink" : "https://localhost/mgmt/tm/vcmp/guest/stats?ver=12.1.1",
  20.    "kind" : "tm:vcmp:guest:guestcollectionstats",
  21.    "entries" : {
  22.       "https://localhost/mgmt/tm/vcmp/guest/mylb1.domain.local/stats" : {
  23.          "nestedStats" : {
  24.             "kind" : "tm:vcmp:guest:gueststats",
  25.             "selfLink" : "https://localhost/mgmt/tm/vcmp/guest/mylb1.domain.local/stats?ver=12.1.1",
  26.             "entries" : {
  27.                "comment" : {
  28.                   "description" : " "
  29.                },
  30.                "vmStatus" : {
  31.                   "description" : "running"
  32.                },
  33.                "tmName" : {
  34.                   "description" : "mylb1.domain.local"
  35.                },
  36.                "requestedState" : {
  37.                   "description" : "deployed"
  38.                },
  39.                "retries" : {
  40.                   "value" : 0
  41.                },
  42.                "requestComplete" : {
  43.                   "description" : "true"
  44.                },
  45.                "uptime" : {
  46.                   "description" : "2016-12-01T07:55:34Z"
  47.                }
  48.             }
  49.          }
  50.       },
  51.       "https://localhost/mgmt/tm/vcmp/guest/mylb2.domain.local/stats" : {
  52.          "nestedStats" : {
  53.             "kind" : "tm:vcmp:guest:gueststats",
  54.             "selfLink" : "https://localhost/mgmt/tm/vcmp/guest/mylb2.domain.local/stats?ver=12.1.1",
  55.             "entries" : {
  56.                "tmName" : {
  57.                   "description" : "mylb2.domain.local"
  58.                },
  59.                "vmStatus" : {
  60.                   "description" : "failed"
  61.                },
  62.                "comment" : {
  63.                   "description" : " "
  64.                },
  65.                "uptime" : {
  66.                   "description" : "2016-12-01T07:55:06Z"
  67.                },
  68.                "requestedState" : {
  69.                   "description" : "deployed"
  70.                },
  71.                "retries" : {
  72.                   "value" : 0
  73.                },
  74.                "requestComplete" : {
  75.                   "description" : "true"
  76.                }
  77.             }
  78.          }
  79.       }
  80.    }
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement