╖■╬±topo1.txt 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "apmServiceLink": {
  3. "dataTime": "2022-10-28 08:48:00",
  4. "intervalUnit": "MI",
  5. "intervalValue": 5,
  6. "srcNodeType": "SERVICE",
  7. "srcApmServiceCode": "service1",
  8. "srcAppCmdbId": "源业务系统cmdb的id",
  9. "destNodeType": "SERVICE",
  10. "destApmServiceCode": "service2",
  11. "destAppCmdbId": "目标业务系统cmdb的id",
  12. "APMServiceCallCount": "1000",
  13. "APMServiceErrorCount": "99",
  14. "APMServiceAvgResponseTime": "156",
  15. "netMetric": [
  16. {
  17. "metricCode": "NetTotalRate",
  18. "success": true,
  19. "metricValue": "123"
  20. },
  21. {
  22. "metricCode": "NetRecvRate",
  23. "success": true,
  24. "metricValue": "123"
  25. },
  26. {
  27. "metricCode": "NetSendRate",
  28. "success": true,
  29. "metricValue": "123"
  30. },
  31. {
  32. "metricCode": "NetRecvDroppedPacketsRatio",
  33. "success": true,
  34. "metricValue": "123"
  35. },
  36. {
  37. "metricCode": "NetSendDroppedPacketsRatio",
  38. "success": true,
  39. "metricValue": "123"
  40. },
  41. {
  42. "metricCode": "NetDroppedPacketsTotalRatio",
  43. "success": true,
  44. "metricValue": "123"
  45. },
  46. {
  47. "metricCode": "NetRecvFlow",
  48. "success": true,
  49. "metricValue": "123"
  50. },
  51. {
  52. "metricCode": "NetSendFlow",
  53. "success": true,
  54. "metricValue": "123"
  55. },
  56. {
  57. "metricCode": "NetTotalFlow",
  58. "success": true,
  59. "metricValue": "123"
  60. },
  61. {
  62. "metricCode": "NetRecvDroppedPacketsNum",
  63. "success": true,
  64. "metricValue": "123"
  65. },
  66. {
  67. "metricCode": "NetSendDroppedPacketsNum",
  68. "success": true,
  69. "metricValue": "123"
  70. },
  71. {
  72. "metricCode": "NetDroppedPacketsTotalNum",
  73. "success": true,
  74. "metricValue": "123"
  75. },
  76. {
  77. "metricCode": "NetRecvPacketsNum",
  78. "success": true,
  79. "metricValue": "123"
  80. },
  81. {
  82. "metricCode": "NetSendPacketsNum",
  83. "success": true,
  84. "metricValue": "123"
  85. },
  86. {
  87. "metricCode": "NetPacketsTotalNum",
  88. "success": true,
  89. "metricValue": "123"
  90. }
  91. ]
  92. },
  93. "linkType": "service",
  94. "secZoneId": "40003102"
  95. }