getComplianceGateDecision

On this page
Back to index

Summary

IMPORTANT: This command is a Preview feature. Sends gate request to compliance and retrieves a decision.

externalApplicationId
Stringrequired
Unique identifier for the application maintained by an external system that will be used to identity the application being deployed by the CD/RO pipeline in Compliance.
flowRuntimeStateId
Stringrequired
The ID of the flow runtime state.
releaseManifest
Stringrequired
Components (artifacts or container images) that are being deployed in the release payload, specified in JSON format.

Usage

Perl

$cmdr->getComplianceGateDecision( "test-externalApplicationId", # externalApplicationId "test-flowRuntimeStateId", # flowRuntimeStateId "test-releaseManifest" # releaseManifest );

ectool

ectool getComplianceGateDecision \ "test-externalApplicationId" `# externalApplicationId` \ "test-flowRuntimeStateId" `# flowRuntimeStateId` \ "test-releaseManifest" `# releaseManifest`