aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main
diff options
context:
space:
mode:
authorZhuangyang <418624178@qq.com>2021-08-22 11:13:46 +0800
committerZhuangyang <418624178@qq.com>2021-08-22 11:13:46 +0800
commit4308ac023373157f4255088efba7cdb34115bff7 (patch)
treec7a1d3e0b179ae7b89b2dbe5bed87a193e3c46aa /platform-logic/restapi-templates/src/main
parent0ee0c5b0c15dd310f316e795a700150d6de5e394 (diff)
New DGs added for CCVPN scenario enhancement.
Fix DGs URL and add rest-api template Issue-ID: CCSDK-3389 Signed-off-by: zychen <418624178@qq.com> Change-Id: I0d77a0ffe2b20e55a8cb21a2771838b19013515f Former-commit-id: 929ae023c5e20f3a8e95cbef72647184f8ec3c67
Diffstat (limited to 'platform-logic/restapi-templates/src/main')
-rw-r--r--platform-logic/restapi-templates/src/main/json/performace-data-collector.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/performace-data-collector.json b/platform-logic/restapi-templates/src/main/json/performace-data-collector.json
new file mode 100644
index 00000000..52cb813c
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/performace-data-collector.json
@@ -0,0 +1,16 @@
+{
+ "ietf-service-pm:performance-monitoring": {
+ "service-pm": [
+ {
+ "service-name": ${collect-performance-data-input.collect-performance-data.service-name},
+ "task-pm-enable": "true",
+ "granularity": "granularity-1min",
+ "performance-data-config": [
+ {
+ "parameter-name": "ietf-eth-tran-types:ingress-bandwidth",
+ "measure-method": "measure-at-ingress"
+ }
+ }
+ ]
+ }
+} \ No newline at end of file