Class DeploymentGatesEvaluationResultResponseAttributes

Attributes for a deployment gate evaluation result response.

Hierarchy

  • DeploymentGatesEvaluationResultResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
dryRun: boolean

Whether the gate was evaluated in dry-run mode.

evaluationId: string

The unique identifier of the gate evaluation.

evaluationUrl: string

A URL to view the evaluation details in the Datadog UI.

gateId: string

The unique identifier of the deployment gate.

The overall status of the gate evaluation.

  • in_progress: The evaluation is still running.
  • pass: All rules passed successfully and the deployment is allowed to proceed.
  • fail: One or more rules did not pass; the deployment should not proceed.

The results of individual rule evaluations.

Generated using TypeDoc