getProcessDependencies

On this page
Back to index

Summary

Retrieves all dependencies for a process.
projectName
Stringrequired
The name for the project that must be unique among all projects.
processName
Stringrequired
The name of the process.
applicationEntityRevisionId
Stringoptional
The revision ID of the versioned object.
applicationName
Stringoptional
The name of the application, if the process is owned by an application.
componentApplicationName
Stringoptional
If specified, the component is scoped to this application not the project.
componentName
Stringoptional
The name of the component, if the process is owned by a component.
microserviceApplicationName
Stringoptional
Name of the application containing the microservice.
microserviceName
Stringoptional
The name of the microservice, if the process is owned by a microservice.

Usage

Perl

$cmdr->getProcessDependencies( "test-projectName", # projectName "test-processName" # processName # optionals );

ectool

ectool getProcessDependencies \ "test-projectName" `# projectName` \ "test-processName" `# processName` \ # optionals