Skip to content

Add Topology Synchronization Methods #7

@PaulWinterstein

Description

@PaulWinterstein

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions