{
  "id": "string",
  "objectInstanceId": "string",
  "subObjectInstanceIds": [
    "string",
    "string",
    "string",
    "string",
    "string"
  ],
  "criteria": {
    "capacityMetric": {
      "resourceType": "VR_STORAGE",
      "capacityMeasurementName": "string",
      "capacityType": "AVAILABLE"
    },
    "thresholdType": "SIMPLE",
    "simpleThresholdDetails": [
      {
        "thresholdValue": 9,
        "hysteresis": 3
      },
      {
        "thresholdValue": 6,
        "hysteresis": 1
      },
      {
        "thresholdValue": 6,
        "hysteresis": 6
      },
      {
        "thresholdValue": 8,
        "hysteresis": 3
      },
      {
        "thresholdValue": 2,
        "hysteresis": 1
      }
    ]
  },
  "callbackUri": "string",
  "_links": {
    "self": {
      "href": "string"
    },
    "object": {
      "href": "string"
    }
  }
}