https://github.com/ciscodevnet/apic-em-samples-aradford
This is a collection of sample scripts and tools for APIC-EM
https://github.com/ciscodevnet/apic-em-samples-aradford
Last synced: 12 months ago
JSON representation
This is a collection of sample scripts and tools for APIC-EM
- Host: GitHub
- URL: https://github.com/ciscodevnet/apic-em-samples-aradford
- Owner: CiscoDevNet
- License: other
- Created: 2015-12-10T09:39:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-14T21:02:48.000Z (over 8 years ago)
- Last Synced: 2025-05-22T17:34:43.997Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.59 MB
- Stars: 53
- Watchers: 35
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.first
- License: LICENSE
Awesome Lists containing this project
README
# Commands to get going this is for the sample_code
# copy the repo
git clone https://github.com/CiscoDevNet/apic-em-samples-aradford.git
# create a virtualenv
cd apic-em-samples-aradford
virtualenv env
source env/bin/activate
# install the requirements
cd sample_code
pip install -r requirements.txt
# change the apic_config.py file to point to your own controller if you like