TargetConfiguration

TargetConfiguration
TargetConfiguration

Contains information with which behavior and entity a given schedule is mapped.

JSON Example
{
    "behaviorRef": {
        "name": "string",
        "id": "string"
    },
    "entityRef": {
        "name": "string",
        "id": "string"
    },
    "invocationArguments": {
        "arguments": {},
        "metadata": {}
    }
}
behaviorRef
Optional

Entity reference used to describe VCD entities

entityRef
Optional

Entity reference used to describe VCD entities

invocationArguments
Optional

The arguments that will be passed to the scheduled behavior when executing.

Availability
Added in 39.0