InlineHT-condition1
InlineHT-condition1
JSON Example
{
"key": "string",
"operator": "string",
"value": "string",
"valueType": "string",
"instanced": false,
"settingValue": "string",
"targetKey": "string",
"thresholdType": "string"
}
string
key
Optional
The StatKey for the condition
string
operator
Optional
Comparison Operator used within the VMware Cloud Foundation Operations Suite API
Possible values are :
EQ,
NOT_EQ,
LIKE,
LT,
GT,
LT_EQ,
GT_EQ,
IN,
NOT_IN,
EXISTS,
CONTAINS,
STARTS_WITH,
ENDS_WITH,
NOT_STARTS_WITH,
NOT_ENDS_WITH,
NOT_CONTAINS,
REGEX,
NOT_REGEX,
NOT_EXISTS,
EMPTY,
NOT_EMPTY,
string
value
Optional
The static value of the condition
string
valueType
Optional
Value type enum
Possible values are :
NUMERIC,
STRING,
boolean
instanced
Optional
The instance group
string
settingValue
Optional
The setting value
string
targetKey
Optional
A target StatKey to compare the values between two metrics. Required for metric or property threshold type conditions
string
thresholdType
Optional
Enumerate the type of value for the Right-hand side (RHS) of the comparison condition
Possible values are :
UNKNOWN,
STATIC,
STATKEY,
PROPERTY,