Skip to content

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