diff options
Diffstat (limited to 'robot/assets/templates/sdc/dcae_monitoring_configuration.jinja')
-rw-r--r-- | robot/assets/templates/sdc/dcae_monitoring_configuration.jinja | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/robot/assets/templates/sdc/dcae_monitoring_configuration.jinja b/robot/assets/templates/sdc/dcae_monitoring_configuration.jinja new file mode 100644 index 00000000..27a5d020 --- /dev/null +++ b/robot/assets/templates/sdc/dcae_monitoring_configuration.jinja @@ -0,0 +1,11 @@ +{ + "name": "{{name}}", + "description": "Created by robot", + "templateUuid": "{{template_uuid}}", + "vfiName": "{{vfi_name}}", + "serviceUuid": "{{service_uuid}}", + "contextType": "SERVICE", + "flowType": "TCA Hi Lo", + "cloneVFCMT": true, + "updateFlowType": false +} |