DJF3 / amsterdamsevtdevnetlabs

Lab links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non coding labs

  • non coding labs to experience Cisco Spark APIs capabilities
  • 2 hours in total
  • part of 2 days training events: "DevNet Express Cloud Collaboration for ITPros" or "Software Developers"
  • non-coding lab, take the mission to go further
  • ok for partners, not whitelisted for Cisco internal staf
  • 40 min in total

Coding labs

  • Python programming
  • 5 labs, 2 hours in total
  • plus don't miss the extra "Run a Cisco Spark Bot Locally" lab
  • part of 2 days training: "DevNet Express Cloud Collaboration for ITPros"
  • NodeJS programming
  • 5 labs, 2 hours in total
  • part of 2 days training: "DevNet Express Cloud Collaboration for Software Developers"

More about DevNet labs and events

DevNet labs, modules, and tracks are free learning resources, accessible 24/7 from https://learninglabs.cisco.com

DevNet Express events

DevNet Express are 2 day training events where you listen, learn and put your knowledge into practice through labs and missions.

The labs can be accessed from the following tracks: DevNet Express Cloud Collaboration for ITPros and Software Developers

If you want to run your own DevNet Express Event, check the Jive page

Flow examples

Cisco Partners - ITPros

  • with good command line / scripting skills
  • python 2.7 or 3.5 available on their machine
  1. Lab1: Generating Python Spark API Code using Postman**

  2. Instructor-led

    • add the postman collection for Cisco Spark
    • get the link from awesome-ciscospark
    • add an environment with your spark_token
  3. Lab 2: 'ChatOps' with Cisco Spark and Python

  4. Instructor-led

    • create a Spark Webhook Integration from the Depot
    • POST to the same ChatOps room
  5. Skipped: Exploring the 'ciscosparkapi' Python Library

  6. Lab 3: Run a Cisco Spark Bot locally

    • no need to use an IDE, simply run from the command line with env variables
    • on Mac/Linux
    ACCESS_SPARK_TOKEN=XXXX python run_spark_bot.py
    • on windows
    set ACCESS_SPARK_TOKEN=XXXX
    python run_spark_bot.py

About

Lab links