aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/cll-create-pm-data.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/cll-create-pm-data.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/cll-create-pm-data.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/cll-create-pm-data.json b/platform-logic/restapi-templates/src/main/json/cll-create-pm-data.json
new file mode 100644
index 00000000..101e9b9d
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/cll-create-pm-data.json
@@ -0,0 +1,17 @@
+{
+ "ietf-service-pm:performance-monitoring": {
+ "service-pm": [
+ {
+ "service-name": ${eth-service-name},
+ "task-pm-enable": true,
+ "granularity": "ietf-service-pm:granularity-1min",
+ "performance-data-config": [
+ {
+ "parameter-name": "ietf-service-pm:ingress-bandwidth",
+ "measure-method": "ietf-service-pm:measure-at-ingress"
+ }
+ ]
+ }
+ ]
+ }
+}