symptom-set

symptom-set
symptom-set

A reference to the symptoms by symptomDefinitionReferences which is full of symptom definition id values, on a related resource found by the relation.

AllOf
This class requires all of the following:
JSON Example
{
    "adapterKindKey": "string",
    "aggregation": "string",
    "alertConditions": [
        {
            "cancelCycles": 0,
            "condition": {
                "instanced": false,
                "key": "string",
                "operator": "string",
                "settingValue": "string",
                "targetKey": "string",
                "thresholdType": "string"
            },
            "id": "string",
            "severity": "string",
            "waitCycles": 0
        }
    ],
    "populationOperator": "string",
    "relation": "string",
    "resourceKindKey": "string",
    "symptomDefinitionIds": [
        "string"
    ],
    "symptomSetOperator": "string",
    "traversalSpecType": "string",
    "value": "number"
}