Code Samples Update!

For some time now, we’ve had a Code Samples page on Nutanix.dev. On Monday this week, however, we relaunched the code samples page with an updated layout and new look/feel. This new layout and overall appearance should make finding code samples much easier than before. In addition, the site search bar under the main header …

New Automation Lab! Nutanix Calm REST APIs

Today’s new lab is one that’s been bubbling away for some time. Readers of Nutanix.dev will know we have labs covering various topics, including: Nutanix Calm Prism and Prism Central REST APIs Dev environment setup However, from a lab perspective we’ve not yet talked about how to automate Nutanix Calm itself i.e. take the orchestration …

So many variables! How I test Nutanix APIs with Postman

A couple of my colleagues have written pieces on various DevOps related pieces things lately but, the rest of the time, “I” refers to me. I’m Chris and I’m a member of the Nutanix Technical Marketing Engineering team, focusing on Developer Content for Nutanix.dev. Part of that work involves a lot of work with the …

PUT that down! Updating a VM with Prism Central v3 API

A while ago I published the first two parts of a beginner’s series. This series is aimed at getting started with the Nutanix Prism Central v3 REST API and covered the two following topics at the time: GET all the things – Setting up your first Nutanix REST API v2.0 request POST a package – …

Batch Brewing – Multiple Requests with the Nutanix APIs

In an article published last week, Dwayne Lessner, Principal Technical Marketing Engineer @ Nutanix, and I discussed using APIs to automate some DR migration procedures. The script would most likely need to send API requests to update multiple entities i.e. combine multiple requests into a single request. The use case there is quite straightforward. Multiple …

Slide on Over To Nutanix Leap

Written by Dwayne Lessner, Principal Technical Marketing Engineer at Nutanix Nutanix/Xi Leap Nutanix Leap is the product for DR Orchestration to another on-prem environment or to Xi Leap which is Nutanix’s hosted DR-as-a-Service. Nutanix has had integrated data protection since NOS 3.0 which relied on the use of protection domains. Protection domains gives the ability …

Keep Calm and INTEGRATE – Automating Your Automation – APIs

In the previous part of this mini-series we did a quick run-through of our environment. This environment is configured with Prism Central and a Nutanix Calm blueprint that deploys the first VM in our application. We’ve seen that our Nutanix Calm blueprint launches a single replica of a CentOS Linux 7 virtual machine and installs …

Python API Lab 1.0 – Adding More API Requests

If you’ve taken the time to go through our Python API Lab, you may have finished with a question. How do I add more API calls to my custom dashboard? Mrs Joan Q. Labtaker A quick note for those who aren’t familiar with the lab being talked about here – the link above takes you …

Keep Calm and INTEGRATE – Automating Your Automation – Setup

On their own, platforms and the tools they offer can greatly improve infrastructure efficiency. Consider the following high-level points. Virtual machines vs a collection of physical hardware Inserting a CD-ROM vs attaching a disk volume Manually following an operating system installation wizard vs deploying from a VM image Manually installing software on a VM after …

Getting VM Performance Metrics via API

Some time ago I detailed the steps required to Get Performance Stats with the Nutanix API v2.0. In that article, the main point of focus was storage-related metrics, specifically performance numbers for a Nutanix cluster’s storage container. While the functionality of that information is fine on its own, it is important to be aware of …