
Nutanix has a nice complete REST API. Its well documented right inside the Prism interface via a REST API explorer. The other day, I found myself needing a way to quickly dissect the JSON output, for which I used PHP to present it in a particular format. Once I did that, I decided I also wanted a way to display key metrics on a website. My native tongue for web projects is PHP, so I whipped up a quick script to grab data from the API and display it via PHP. I think the one part that might not be […]
