A request message for adding or updating a target node.

interface AddOrUpdateTargetRequest {
    preferences: ApiPreferences;
    replaceAllProperties: boolean;
    target: TargetNodeProperties;
}

Properties

preferences: ApiPreferences
replaceAllProperties: boolean

If true then all properties will be replaced with values from target. If false then only properties with values in target will be updated. This field is ignored when adding a new node.