property-stat-condition-rule

property-stat-condition-rule
property-stat-condition-rule

Condition on the metric or property key. Value is either a string or double.

JSON Example
{
    "key": "string",
    "stringValue": "string",
    "doubleValue": "number",
    "compareOperator": "string"
}
string
key
Required

Key for the property or stat

string
stringValue
Optional

String value of the condition

number As double As double
doubleValue
Optional

Double value of the condition

string
compareOperator
Required

Comparison Operator used within the VMware Cloud Foundation Operations Suite API

Possible values are : EQ, NOT_EQ, LT, GT, CONTAINS, NOT_CONTAINS, EXISTS, NOT_EXISTS, EMPTY, NOT_EMPTY, STARTS_WITH, NOT_STARTS_WITH, ENDS_WITH, NOT_ENDS_WITH, REGEX, NOT_REGEX,