[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
CustomGroupMembership
Custom group membership definition
Properties
array of
string as uuid
excludedResources
Optional
Collection of resources to exclude from the given group. This property is useful when the group membership is dynamic and you want to explicitly exclude certain set of resources even if they are selected by the rule engine.
array of
string as uuid
includedResources
Optional
Collection of resources to include in the given group
JSON Example
{
"custom-group-properties": [
{
"exclusionValue": "string",
"inclusionValue": "string",
"name": "string",
"type": "STRING"
}
],
"excludedResources": [
"string"
],
"includedResources": [
"string"
],
"rules": [
{
"propertyConditionRules": [
{
"compareOperator": "EQ",
"doubleValue": 0,
"key": "string",
"stringValue": "string"
}
],
"relationshipConditionRules": [
{
"compareOperator": "EQ",
"name": "string",
"relation": "PARENT",
"travesalSpecId": "string"
}
],
"resourceKindKey": {
"adapterKind": "string",
"resourceKind": "string"
},
"resourceNameConditionRules": [
{
"compareOperator": "EQ",
"name": "string"
}
],
"resourceTagConditionRules": [
{
"category": "string",
"compareOperator": "EQ",
"stringValue": "string"
}
],
"statConditionRules": [
{
"compareOperator": "EQ",
"doubleValue": 0,
"key": "string",
"stringValue": "string"
}
]
}
]
}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Property Of
CustomGroup