Prism Central V3 API Script for Batch Tasks

February 19, 2020

by Aditya Gawade

Intended Audience Level: Beginner/Intro

Code Sample Type: Complete Script

Nutanix Technologies: Prism Central

Minimum Product Version: 5.15

Script/Code Language: Go

REST API Sample? Yes

REST API Version: v3

This Code Sample is intended for users that want to automate sending Batch API calls to Prism Central.
This is a golang script that can be executed to send multiple tasks in one call to Prism Central.
The tasks are described or defined in a separate json file which will be included here with the script

Code Sample Details

This section may be empty if additional code sample details are not available.

Automate sending Batch API calls to Prism Central, using GoLang. The script can be executed to send multiple tasks in one call to Prism Central. The tasks are described or defined in a separate JSON file, an example of which is included with this code sample.