Back to index
Summary
Retrieves an artifact version by its name.artifactVersionNameStringrequiredThe name of the artifactVersion. includeRetrieverJobStepsBooleanoptionalWhether to include retriever job-step information in the response. includeRetrieverJobsBooleanoptionalWhether to include retriever job information in the response. maxRetrieversIntegeroptionalThe maximum number of retriever jobs or jobsteps to return. |
Usage
Perl
$cmdr->getArtifactVersion( "test-artifactVersionName" # artifactVersionName # optionals );
ectool
ectool getArtifactVersion \ "test-artifactVersionName" `# artifactVersionName` \ # optionals