@Generated public interface AlertsLegacyService
**Warning**: This API is deprecated. Please see the latest version of the Databricks SQL API. [Learn more]
[Learn more]: https://docs.databricks.com/en/sql/dbsql-api-latest.html
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
LegacyAlert |
create(CreateAlert createAlert)
Creates an alert.
|
void |
delete(DeleteAlertsLegacyRequest deleteAlertsLegacyRequest)
Deletes an alert.
|
LegacyAlert |
get(GetAlertsLegacyRequest getAlertsLegacyRequest)
Gets an alert.
|
Collection<LegacyAlert> |
list()
Gets a list of alerts.
|
void |
update(EditAlert editAlert)
Updates an alert.
|
LegacyAlert create(CreateAlert createAlert)
**Warning**: This API is deprecated. Please use :method:alerts/create instead. [Learn more]
[Learn more]: https://docs.databricks.com/en/sql/dbsql-api-latest.html
void delete(DeleteAlertsLegacyRequest deleteAlertsLegacyRequest)
**Warning**: This API is deprecated. Please use :method:alerts/delete instead. [Learn more]
[Learn more]: https://docs.databricks.com/en/sql/dbsql-api-latest.html
LegacyAlert get(GetAlertsLegacyRequest getAlertsLegacyRequest)
**Warning**: This API is deprecated. Please use :method:alerts/get instead. [Learn more]
[Learn more]: https://docs.databricks.com/en/sql/dbsql-api-latest.html
Collection<LegacyAlert> list()
**Warning**: This API is deprecated. Please use :method:alerts/list instead. [Learn more]
[Learn more]: https://docs.databricks.com/en/sql/dbsql-api-latest.html
void update(EditAlert editAlert)
**Warning**: This API is deprecated. Please use :method:alerts/update instead. [Learn more]
[Learn more]: https://docs.databricks.com/en/sql/dbsql-api-latest.html
Copyright © 2026. All rights reserved.