Class DORADeploymentPatchByVersionRequestAttributes

Attributes for patching a DORA deployment event identified by service, environment, and version.

Hierarchy

  • DORADeploymentPatchByVersionRequestAttributes

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
changeFailure: boolean

Indicates whether the deployment resulted in a change failure.

env: string

The environment the deployment was performed in.

Remediation details for the deployment. Optional, but required to calculate failed deployment recovery time. Specify either id or version to identify the remediation deployment, but not both.

service: string

The name of the service that was deployed.

version: string

The version deployed. This can be seen in the Service Catalog or in the APM Deployment Tracking.

Generated using TypeDoc