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.
Hi,I have followed steps provided in following link to enable signature based transaction :Cisco APIC Signature-Based Transactions - CiscoWhile following steps to add User certificate using the GUI:In the Work pane, in the User Certificates area, cli...
Hi, I have written a Simple Java REST client using Spring boot framework and tried to access APIs exposed by APIC. 1. I am able to get proper response from POST request : POST : https://[apic ip]/api/aaaLogin.json?gui-token-request=yespayload {"aaaUs...
I have created a simple REST Client using Spring boot, when I try to make first POST call to following service :https://192.168.1.145/api/aaaLogin.json?gui-token-request=yesUsing following implementation :import java.util.ArrayList;import java.util.L...