How to write a restful api for apic em

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2015 04:00 AM - edited 03-01-2019 04:25 AM
Hello Guys
I have been playing around with rest api of the apic -em module and got okey with it . I am now wondering how can i can myself write a rest api .With the help of google i came to know about the Cisco apic Cobra library but havent found any any significant material regarding same ,
From the APIC-EM-HelloWorld/check_acl.py at master · CiscoDevNet/APIC-EM-HelloWorld · GitHub
they used from apic import * how can i omport this module .
Thanks in advance
- Labels:
-
APIC

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2015 08:16 AM
This module looks to be simply a set of constants that Adam used for a CiscoLive! lab. There is no APIC-EM specific module of which I am aware. All of the work I've done with APIC-EM mainly revolves around the requests Python module to do the REST calls.
