summaryrefslogtreecommitdiffstats
path: root/intentanalysis/src/main/resources/intentPolicy/intent_configs_policy_type.json
diff options
context:
space:
mode:
Diffstat (limited to 'intentanalysis/src/main/resources/intentPolicy/intent_configs_policy_type.json')
-rw-r--r--intentanalysis/src/main/resources/intentPolicy/intent_configs_policy_type.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/intentanalysis/src/main/resources/intentPolicy/intent_configs_policy_type.json b/intentanalysis/src/main/resources/intentPolicy/intent_configs_policy_type.json
new file mode 100644
index 0000000..318b098
--- /dev/null
+++ b/intentanalysis/src/main/resources/intentPolicy/intent_configs_policy_type.json
@@ -0,0 +1,28 @@
+{
+ "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
+ "policy_types": {
+ "onap.policies.monitoring.docker.slicems.app": {
+ "version": "1.0.0",
+ "description": "son handler policy type",
+ "derived_from": "onap.policies.Monitoring:1.0.0",
+ "description": "Runtime Configuration of Slice MS",
+ "properties": {
+ "cllId": {
+ "type": "string",
+ "required": true,
+ "description": "cll id"
+ },
+ "closedLoopStatus": {
+ "type": "string",
+ "required": true,
+ "description": "whether provide closed loop assurance for one cll"
+ },
+ "originalBw": {
+ "type": "string",
+ "required": true,
+ "description": "original bw of one cll"
+ }
+ }
+ }
+ }
+} \ No newline at end of file