getComplianceGateDecision

On this page
Back to index

Summary

Sends gate request to CloudBees Compliance and retrieves a decision.
This command is currently in preview and may change or be removed before release.
externalApplicationId
Stringrequired
Unique identifier for the application maintained by an external system and used to identify the application being deployed by the CloudBees CD/RO pipeline in CloudBees Compliance.
flowRuntimeStateId
UUIDrequired
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`