getArtifactVersion

On this page
Back to index

Summary

Retrieves an artifact version by its name.
artifactVersionName
Stringrequired
The name of the artifactVersion.
includeRetrieverJobSteps
Booleanoptional
Whether to include retriever job-step information in the response.
includeRetrieverJobs
Booleanoptional
Whether to include retriever job information in the response.
maxRetrievers
Integeroptional
The maximum number of retriever jobs or jobsteps to return.

Usage

Perl

$cmdr->getArtifactVersion( "test-artifactVersionName" # artifactVersionName # optionals );

ectool

ectool getArtifactVersion \ "test-artifactVersionName" `# artifactVersionName` \ # optionals