Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Trying to learn using (calling) APIs provided by CISCO DNA.As a first step, to get AUTH following POST request is submitted via1. Python script using requests module. Worked fine2. Using Curl command (in a bash selll) worked fine.3. When tried using ...
Using either "name" or "id" of the internal user on ISE, is it possible to toggle the flag ("enabled") to true/false without changing any other attributes of the "Internaluser"?. I used <changePassword>false</changePassword> hoping that password woul...
Hello georgehewittuk1,Thank you for the response. Yes basically learning these three ways (Python/Requests, curl and POSTMAN) to use APIs.May be I need to understand the POSTMAN little better. But using the sandbox link you provided, I could login a...
hslai,Thank you.Your solutions looks very simple, not using the ERS Java APIs, but just execute a HTTP GET/PUT requests.Will implement this and check. Kind RegardsRK