TriggeringServerTarget object
Select only the Server that triggered the Event.
Polymorphism
TriggeringServerTarget is a type that implements the Target type.
When an object of type Target is expected, you can use one of type TriggeringServerTarget (or use any other implementation).
Example JSON representation
{
"conditions": [
{
"type": "OrchestrationRuleCondition"
}
],
"targetType": "TriggeringServerTarget"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
targetType string |
required |
"TriggeringServerTarget" | ||
conditions Array of OrchestrationRuleCondition objects |
optional |
Triggering servers conditions. |