aboutsummaryrefslogtreecommitdiffstats
path: root/umc-iui/src/main/resources/webroot/umc-pm/json/indexes.json
blob: 332cced705f645f27bcea0b08375d9ed38bc3e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "status": 0,
  "content": [
    {
      "id": "001",
      "name": "test指标1",
      "indexDes": "这是一个测试指标1",
      "strExpresstion": "vnf.runtimeInfo.averageCpuUsage+1",
      "dataType": "STRING",
      "resourceType": {
        "id": "vnf.cn.cscf",
        "name": "CSCF"
      },
      "moType": {
        "id": "vnf.cn.cscf.metrictype",
        "name": "性能KPI-3"
      }
    },
    {
      "id": "002",
      "name": "test指标2",
      "indexDes": "这是一个测试指标2",
      "strExpresstion": "vnf.runtimeInfo.averageCpuUsage+2",
      "dataType": "STRING",
      "resourceType": {
        "id": "vnf.cn.cscf",
        "name": "CSCF"
      },
      "moType": {
        "id": "vnf.cn.cscf.metrictype",
        "name": "性能KPI-3"
      }
    },
    {
      "id": "003",
      "name": "test指标3",
      "indexDes": "这是一个测试指标3",
      "strExpresstion": "vnf.runtimeInfo.averageCpuUsage+3",
      "dataType": "STRING",
      "resourceType": {
        "id": "vnf.cn.cscf",
        "name": "CSCF"
      },
      "moType": {
        "id": "vnf.cn.cscf.metrictype",
        "name": "性能KPI-3"
      }
    }
  ]
}