getSchedules

Back to index

Summary

Retrieves all schedules.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationName
Stringoptional
The name of the application that owns the process.
applicationProjectName
Stringoptional
Name for the project to which the application belongs to.
catalogItemName
Stringoptional
The name of the catalog item.
catalogName
Stringoptional
The name of the catalog.
dataRetentionPolicyName
Stringoptional
The name of the data retention policy.
includeWorkflows
Stringoptional
To include workflow related schedules.
pipelineName
Stringoptional
The name of the pipeline.
processName
Stringoptional
The name of the application process.
releaseName
Stringoptional
The name of the release.
tierMapName
Stringoptional
The name of the tier map used to determine where to run the process.

Usage

Perl

$cmdr->getSchedules( "test-projectName" # projectName # optionals );

ectool

ectool getSchedules \ "test-projectName" `# projectName` \ # optionals

Examples

Perl

$cmdr->getSchedules("Default" {applicationName => "Deploy"});

ectool

ectool getSchedules "Default" --applicationName "Deploy"