-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Is your feature request related to a problem? Please describe.
To improve usability, synchronizing topology devices should be possible in a similar way as within the GUI.
Describe the solution you'd like
Introduce a set of business logic and corresponding API methods to support topology synchronization. The proposed methods include:
- list_devices_sync_status() - Provides an overview of the synchronization status of all devices.
- get_device_sync_status() - Returns the current synchronization status of a device, including per-element sync states.
- analyze_device_sync() - Compares the active topology configuration with the actual driver configuration. Returns a TopologyDeviceComparison object to support detailed inspection of configuration deviations.
- apply_device_sync() - Applies the necessary changes to align the topology configuration with the driver’s current state.
...
Metadata
Metadata
Assignees
Labels
No labels