cuebook/CueObserve

View on GitHub
api/seeddata/detectionRuleParam.json

Summary

Maintainability
Test Coverage
[
  {
    "model": "anomaly.detectionruleparam",
    "pk": 2,
    "fields": {
      "name": "threshold",
      "detectionRuleType": 2
    }
  },
  {
    "model": "anomaly.detectionruleparam",
    "pk": 4,
    "fields": {
      "name": "operator",
      "detectionRuleType": 4
    }
  },
  {
    "model": "anomaly.detectionruleparam",
    "pk": 5,
    "fields": {
      "name": "value1",
      "detectionRuleType": 4
    }
  },
  {
    "model": "anomaly.detectionruleparam",
    "pk": 6,
    "fields": {
      "name": "value2",
      "detectionRuleType": 4
    }
  }
]