Response returned when listing contact points.

interface ListContactPointsResponse {
    contactPoints: Cockpit.v1.ContactPoint[];
    hasAdditionalContactPoints: boolean;
    hasAdditionalReceivers: boolean;
    totalCount: number;
}

Properties

contactPoints: Cockpit.v1.ContactPoint[]

List of contact points associated with the default receiver.

hasAdditionalContactPoints: boolean

Indicates whether there are unmanaged contact points on the default receiver.

hasAdditionalReceivers: boolean

Indicates whether the Alert manager has other receivers than the default one.

totalCount: number

Total count of contact points associated with the default receiver.