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.
HiThe API reference here:API ReferenceSeem to provide access to some of the Cobra classes, but specifically not the actual MOs that one is working with.For example, is there an API reference for any of these classes?from cobra.model.fv import Tenant,...
HiI am using this API (You will need to replace the value of apic-em with what works for you):https://apic-em/swagger#!/device-credential/getGlobalCredentialThat link was obtained by copying the URL from the browser when I was looking at the API.If I...
HiThe first attached image below shows the GET /discovery/{id}/network-device API. It is documented as taking an id, which is the id of the discovery job.The second attached image below shows the argument fields for the API. That seems to imply that ...
HiAPIC-EM 1.3 seems to have introduced a new concept of device groups, illustrated in the attached image.The default group is "All".Does this have any relationship with the RBAC Scope, the default value for which is also "All"?In 1.2, the RABAC scope...
Hi Nazia, you will need to supply a great deal more information if you want anyone to help you. Start with:- What platform are you running on? Machine and OS type- What have you done already? Which files have you edited, commands and similar.- What i...
The solution here is to use an undocumented API as illustrated in the code below. Once you have the ID for the name, then the other APIs can be used as advertised.base_url = "https://apic-em:443/api/v1/"discovery_url = base_url + 'discovery/'verify =...
AshutoshMany thanks for following up.My question is about how to access the documentation for specific APIs. My question is not about using the APIs. The first two links you have provided appear to be trying to explain how to use APIs, which is not m...
Thanks Adam.I have provided the feedback as suggested. I am assuming that members of the APIC-EM product management team would also monitor this discussion forum, so I expect that they will see the feedback here also.The "I wish this page would ..." ...