getProvisionedEnvironments

Back to index

Summary

Retrieves provisioned environments.
flowRuntimeId
UUIDoptional
The ID of the flow runtime.
jobId
Stringoptional
The primary key of the job, or the name of the job.
stageName
Stringoptional
The name of the stage.

Usage

Perl

$cmdr->getProvisionedEnvironments( # optionals );

ectool

ectool getProvisionedEnvironments \ # optionals

Examples

Perl

$cmdr->getProvisionedEnvironments({jobId => "5da765dd-73f1-11e3-b67e-b0a420524153", stageName => "PROD"});

ectool

ectool getProvisionedEnvironments --jobId "5da765dd-73f1-11e3-b67e-b0a420524153" --stageName "PROD"