Set Instance Overrides
instance_set_overridesApply previously-read overrides to target instances, swapping targets to the source component and applying all overrides. On partial success, report and retry failed or skipped items.
Instructions
Apply previously-read overrides to target instances; targets are swapped to the source component and all overrides applied. If the status is 'partial_success', treat it as an incomplete operation, report the failed and skipped items to the user, and retry every non-success item (both failed and skipped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetNodes | Yes | Array of target instances with their expected names for verification. | |
| sourceInstanceId | Yes | ID of the source component instance |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| status | No | Overall status of the batch operation | |
| results | No | Results per target node (one row per input, in input order) | |
| success | No | Whether overrides application was successful | |
| failedCount | No | Number of failed targets | |
| skippedCount | No | Number of skipped targets | |
| requestedCount | No | Number of requested targets | |
| succeededCount | No | Number of succeeded targets |