Response returned when listing data sources.

interface ListManagedAlertsResponse {
    alerts: Alert[];
    totalCount: number;
}

Properties

Properties

alerts: Alert[]

Alerts matching the request within the pagination.

totalCount: number

Total count of data sources matching the request.