Amazon Alexa vSphere Skill Using Flask-ASK and VMware REST API's
TheHumbleLab (https://www.thehumblelab.com) Blog Walkthrough of building an Alexa Skill to interface with VMware REST API's
This is the GitHub Repository for my Amazon Echo, Python Flask/Flask-ASK, and VMware API's blogpost and subsequent updates.
We leverage Flask-Ask to interact with the Amazon Skills platform and build rest API communication from python. As the blog posts are updated, new code will be pushed into this repository to match the pace of the blog.
Credits:
Flask - http://flask.pocoo.org/docs/0.12/
Flask-Ask - https://github.com/johnwheeler/flask-ask
Great Python Tutorials from Sentdex; Full video guides for everything as well as incredible Flask tutorials - https://pythonprogramming.net/
DailyHypervisor Video Showing an Example of vRealize Automation with Amazon Echo - https://dailyhypervisor.com/vrealize-voice-automation-amazon-echo-and-vra/
The Null Route - David Chidell's Blog with a great article on vCenter 6.5 REST API w/ Python - http://blog.dchidell.com/2016/11/23/vcenter-6-5-rest-api-w-python/