Resolution metadata for an anomaly that has been dismissed.

Hierarchy

  • CostAnomalyDismissal

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
cause: string

Reason the anomaly was dismissed.

dismissalId: string

Unique identifier of the dismissal record.

message: string

Optional message explaining the dismissal.

updatedAt: number

Timestamp of the last dismissal update in Unix milliseconds.

updatedBy: string

Identifier of the user that last updated the dismissal.

Generated using TypeDoc