Inlinesymptom-set1
{
"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": {}
}
]
}
The adapter kind key of the Adapter Kind that the symptom definitions and conditions applies to
The resource kind key for the Resource Kind that the symptom definitions and conditions applies to
Relationship Types between resources. All relationships are many-to-many.
Representation names are plural.
How a population condition examines the data across the population to generate a value.
It answers the question: How many resources of the specified relation should exhibit the symptoms?
Operations for Composite Conditions
Comparison Operator used within the VMware Cloud Foundation Operations Suite API
Specifies an optional traversal spec type by name
The value for the population
Identifier of the Symptom Definition to which this object refers.The reference can be negated to indicate a NOT EXISTS reference by prefixing the symptomDefinitionReference with the "!" operator .