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

SDA :: add_default_authentication_profile #97

Closed
3 tasks done
JayaVamsiKrishnaSaiVolla opened this issue Apr 26, 2023 · 1 comment
Closed
3 tasks done

SDA :: add_default_authentication_profile #97

JayaVamsiKrishnaSaiVolla opened this issue Apr 26, 2023 · 1 comment

Comments

@JayaVamsiKrishnaSaiVolla
Copy link

JayaVamsiKrishnaSaiVolla commented Apr 26, 2023

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
End point URL : "/dna/intent/api/v1/business/sda/authentication-profile"

Schema : siteNameHierarchy(string, required): Path of sda Fabric Site
authenticateTemplateName(string, required, enum: No Authentication , Open Authentication, Closed Authentication, Low Impact)

For authenticateTemplateName parameter , input string "No Authentication" [without white space at end] is failing at parameter validation.
Actual API call would still take both strings with and without white spaces.

Expected behavior
Api call should still happen as API accepts both strings with and without white.

Screenshots
Screenshot 2023-04-27 at 12 54 35 AM

Environment (please complete the following information):

  • Cisco DNA Center Version and patch: 2.3.6.0
  • Python version:3.6
  • SDK version:2.3.3
  • OS Version:

Additional context
Add any other context about the problem here.

fmunozmiranda pushed a commit that referenced this issue Apr 28, 2023
### Changed
- SDK implementation for API Add Edge Device to Sda fabric on DNAC Version 2.3.3.0 inconsistent with previous DNAC versions implementation #90
- Actual error message was not being used in case of exceptions #98
- SDA :: add_default_authentication_profile #97
- DNA_CENTER_VERIFY not being imported correctly from the environment #92, now you can export this as:
  ```zsh
    export DNA_CENTER_VERIFY=false
    export DNA_CENTER_VERIFY=true
  ```
@fmunozmiranda
Copy link
Collaborator

@JayaVamsiKrishnaSaiVolla please try it again with v2.6.3(latest) and notify us how does it goes.

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

No branches or pull requests

2 participants