backupWindowsForObjects
Returns backup window information for the specified managed objects. The optional scope argument selects which layer to return per object: OBJECT_LEVEL (the override only) or SLA_LEVEL (the SLA's window only). When omitted (UNSPECIFIED), the effective window is returned: the object-level override if set, else the SLA window. Each entry's scope discriminator reports the layer that supplied the returned window, always OBJECT_LEVEL or SLA_LEVEL.
Arguments
| Argument | Type | Description |
|---|---|---|
| objectIds (required) | [UUID!]! | Identifiers of the managed objects to look up. |
| scope | BackupWindowScope | Which backup window layer to return: OBJECT_LEVEL or SLA_LEVEL. Defaults to effective behavior when omitted. |