Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Preserve Configuration Overrides in Device Movement #43

Merged
merged 3 commits into from
May 21, 2024

Conversation

fiveghz
Copy link
Contributor

@fiveghz fiveghz commented May 10, 2024

Overview

This pull request introduces the ability to specify configuration preservation for specific device types when moving devices between groups in Aruba Central. This enhancement aligns the move_devices method with the latest API capabilities as described in the official documentation.

Changes

  • Added an optional parameter preserve_config_overrides to the move_devices method.
  • This parameter allows users to specify which device types should retain their configuration overrides during the move operation.

Impact

  • This change provides users with greater control over device configuration during group transitions, particularly useful in environments with mixed device types.
  • It ensures that configuration overrides for specified device types are not lost when devices are moved to a new group.

Additional Notes

  • The parameter is optional; if not specified, the behavior of the move_devices method remains unchanged.
  • This update enhances the library’s functionality without altering existing workflows.

Testing

  • Tests have been added to ensure that the new parameter is correctly included in the API call and that it behaves as expected with both null and populated values.

This enhancement fulfills a need for more detailed device management capabilities and supports complex deployment scenarios within Aruba Central environments.

fiveghz and others added 2 commits May 10, 2024 10:39
Add support for preserve_config_overrides in move_devices method
@KarthikSKumar98 KarthikSKumar98 merged commit 00aed1e into aruba:master May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants