summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/controller-template/configuration/alertTemplates/QfsQuotaStandard.json
blob: bacd3cbb5a7b4314876d58059eeee07251ee2c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{"alerts": {
  "90PercentUsage": {
    "$class": "org.openecomp.ncomp.core.alerts.ThresholdAlert",
    "operationalState": "OPERATIONAL",
    "severity": "SEV1",
    "metricName": "dUsage",
    "upperBound": "90.0"
  },
  "90PercentMetadataUsage": {
    "$class": "org.openecomp.ncomp.core.alerts.ThresholdAlert",
    "operationalState": "OPERATIONAL",
    "severity": "SEV1",
    "metricName": "fUsage",
    "upperBound": "90.0"
  }
}}