Configuration

Microsoft Platform Guide

Audience
Public
Source Type
Documentation

There are a number of different Activities that come out of the box with Orchestrator which we will leverage to create this simple Runbook. The two Activities we will use are Initialize Data and Run .Net Script. Initiate Data is required for all Run Book’s which as it indicates, initiates the orchestration.

In the Initiate Data step there are five parameters:

  1. Username — User name to login into the FlashArray.
  2. Password — Password for Username.
  3. Volume — Volume to create a snapshot.
  4. Suffix – Suffix of the snapshot.
  5. FlashArray — DNS or IP Address of the Pure Storage FlashArray

    To setup the Runbook perform the following steps.