Skip to content

Wrong path get_last_config_backup_status in release 2.4.1 #82

@temoromac

Description

@temoromac

Prerequisites

  • Have you tested the operation in the API directly?
  • Do you have the latest SDK version?
  • Review the compatibility matrix before opening an issue.

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
Image

Failed result when utilizing ciscoisesdk v2.4.1

Image

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.

Metadata

Metadata

Assignees

Labels

in-progressTeam is working to solve issue.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions