[
  {
    "id": "string",
    "objectType": "string",
    "objectInstanceId": "string",
    "subObjectInstanceIds": [
      "string"
    ],
    "criteria": {
      "performanceMetric": "string",
      "thresholdType": "SIMPLE",
      "simpleThresholdDetails": {
        "thresholdValue": 2,
        "hysteresis": 8
      }
    },
    "callbackUri": "string",
    "_links": {
      "self": {
        "href": "string"
      },
      "object": {
        "href": "string"
      }
    }
  }
]