CIsco's ACI videos look at diagnosing and solving slow email access and setting up DevOps automation workflows.
Presenter: Konrad Reszka, IoT Vertical Solutions Group Engineering Lead
Given a chance, how many people in this room would volunteer to be a meteorologies in San Diego?
Inflection point between 2009 and 2010 where the number of connected devices began to out number the connected people. 50 billion “things” by 2020. And this doesn’t include phones and tablets. It’s other smart devices.
Shift in dominant endpoints: from consumers (people) to devices (like sensors and such). This shift demands changes in the network to support this growth.
Cisco + Schneider Electric joint functional reference model for connected pipelines.
Isolate your enterprise network from the operations network.
In the erm… pipeline:
Had to leave session halfway through due to an overlapping MtE session.
Registration is now open! Find out more about VIRL in the Cisco DemoFriday and learn how your organization can use VIRL to free up space for your architects and engineers.
Juniper loses a big name to the world outside Silicon Valley.
It has been an interesting start to Cisco Live 2015 this year. It is nice to see everyone refreshing friendships between people that we have not seen since San Francisco, if not longer. It is great to see many of the old (guess that what happens as years pass) faces that I have seen over […]
The post Cisco Live 2015 – Day 1 appeared first on Fryguy's Blog.
How to Call REST APIs from a REST Client and Python
Presenter: Matt (didn’t catch last name, sorry)
I was late to this session because of wonderful San Diego traffic :-/
A walk-through of using the REST API on APIC-EM.
http://learninglabs.cisco.com – sample code, docs
Postman – plugin for Chrome browser to craft, send, receive API commands over HTTP using a nice graphical interface. Helpful for building and testing queries and also viewing the raw output from the controller that you’re querying. Is there an equivalent for Firefox?
APIC-EM docs fully cover the API. Methods, variables, etc.
“Requests” library in Python – simplifies the CRUD operations in Python.
When you’re in the lab, verifying the SSL cert of your controller (in your code) might be optional. Don’t bring that into prod code. Get a proper cert and have your code validate the cert.
Other references: