aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/usecases/5gson/monitoring_policy_type.json
blob: 279ca75f8eea689105752dcca12b9fc84870a510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "policy_types": {
    "onap.policies.monitoring.docker.sonhandler.app": {
      "derived_from": "onap.policies.Monitoring:1.0.0",
      "description": "son handler policy type",
      "properties": {
        "PCI_MODCONFIGANR_POLICY_NAME": {
          "required": true,
          "type": "string"
        },
        "PCI_MODCONFIG_POLICY_NAME": {
          "required": true,
          "type": "string"
        },
        "PCI_NEIGHBOR_CHANGE_CLUSTER_TIMEOUT_IN_SECS": {
          "required": true,
          "type": "string"
        },
        "PCI_OPTMIZATION_ALGO_CATEGORY_IN_OOF": {
          "required": true,
          "type": "string"
        },
        "PCI_SDNR_TARGET_NAME": {
          "required": true,
          "type": "string"
        }
      },
      "version": "1.0.0"
    }
  },
  "tosca_definitions_version": "tosca_simple_yaml_1_1_0"
}