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
{
    "type": "string",
    "adapterKindKey": "string",
    "resourceKindKey": "string",
    "relation": "string",
    "aggregation": "string",
    "symptomSetOperator": "string",
    "populationOperator": "string",
    "traversalSpecType": "string",
    "value": "number",
    "symptomDefinitionIds": [
        "string"
    ],
    "alertConditions": [
        {
            "id": "string",
            "waitCycles": 0,
            "cancelCycles": 0,
            "severity": "string",
            "condition": {}
        }
    ]
}