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.

Usage

Perl

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

ectool

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