aboutsummaryrefslogtreecommitdiffstats
path: root/umc-iui/src/main/resources/webroot/umc-pm/json/indexes.json
diff options
context:
space:
mode:
Diffstat (limited to 'umc-iui/src/main/resources/webroot/umc-pm/json/indexes.json')
-rw-r--r--umc-iui/src/main/resources/webroot/umc-pm/json/indexes.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/umc-iui/src/main/resources/webroot/umc-pm/json/indexes.json b/umc-iui/src/main/resources/webroot/umc-pm/json/indexes.json
deleted file mode 100644
index 332cced7..00000000
--- a/umc-iui/src/main/resources/webroot/umc-pm/json/indexes.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "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"
- }
- }
- ]
-} \ No newline at end of file