Prerequisites
Describe the bug
SDK Method backup_and_restore.BackupAndRestore.get_last_config_backup_status is using the path api/v1/api/v1/backup-restore/config/last-backup-status in v2.4.1
|
e_url = ('/api/v1/api/v1/backup-restore/config/last-backup-status') |
Expected behavior
The expected path to utilize is api/v1/backup-restore/config/last-backup-status as in
|
e_url = ('/api/v1/backup-restore/config/last-backup-status') |
Screenshots
Please provide an screenshot of the successful API call with cuRL, Postman, etc.
Successful result when utilizing ciscoisesdk v2.0.11

Failed result when utilizing ciscoisesdk v2.4.1
Environment (please complete the following information):
- ISE version and patch: 3.4 P3, 3.2 P9, 3.5 P1
- Python version: 3.12.12
- SDK version: 2.4.1
- OS version: Redhat ubi9:9.5
Additional context
Add any other context about the problem here.
Prerequisites
Describe the bug
SDK Method
backup_and_restore.BackupAndRestore.get_last_config_backup_statusis using the pathapi/v1/api/v1/backup-restore/config/last-backup-statusin v2.4.1ciscoisesdk/ciscoisesdk/api/v3_5_0/backup_and_restore.py
Line 283 in 0eba303
Expected behavior
The expected path to utilize is
api/v1/backup-restore/config/last-backup-statusas inciscoisesdk/ciscoisesdk/api/v3_3_patch_1/backup_and_restore.py
Line 311 in 0eba303
Screenshots
Please provide an screenshot of the successful API call with cuRL, Postman, etc.
Successful result when utilizing ciscoisesdk v2.0.11

Failed result when utilizing ciscoisesdk v2.4.1
Environment (please complete the following information):
Additional context
Add any other context about the problem here.