For the complete list of REST resources in this category, refer to the main Management API page.
Resource URI | Description |
---|---|
/manage/v2/databases/{id|name}/alert (GET) | List the alerts for the specified database. |
/manage/v2/databases/{id|name}/alert/actions (GET) | List the alert actions for the specified database. |
/manage/v2/databases/{id|name}/alert/actions (POST) | This resource address creates a new alert action. |
/manage/v2/databases/{id|name}/alert/actions/{id|name} (DELETE) | Delete the named alert action configuration from the specified database. |
/manage/v2/databases/{id|name}/alert/actions/{id|name} (GET) | Return the configuration for the specified alert action. |
/manage/v2/databases/{id|name}/alert/actions/{id|name}/properties (GET) | This resource address returns the configuration properties of the named alert action. |
/manage/v2/databases/{id|name}/alert/actions/{id|name}/properties (PUT) | This resource address updates the configuration properties of the specified alert action for the specified database. |
/manage/v2/databases/{id|name}/alert/actions/{id|name}/rules (GET) | Return a list of the alert rules for the specified alert action on the specified database. |
/manage/v2/databases/{id|name}/alert/actions/{id|name}/rules (POST) | This resource address creates a new rule for the specified alert action. |
/manage/v2/databases/{id|name}/alert/actions/{id|name}/rules/{id|name} (DELETE) | Delete the named alert rule for the specified action and database. |
/manage/v2/databases/{id|name}/alert/actions/{id|name}/rules/{id|name} (GET) | Return the properties for the specified alert rule. |
/manage/v2/databases/{id|name}/alert/actions/{id|name}/rules/{id|name}/properties (GET) | This resource address returns the configuration properties of the named alert rule. |
/manage/v2/databases/{id|name}/alert/actions/{id|name}/rules/{id|name}/properties (PUT) | This resource address updates the configuration properties of the specified alert rule. |
/manage/v2/databases/{id|name}/alert/configs (DELETE) | Delete the alert configuration specified by the mandatory uri parameter from the specified database. |
/manage/v2/databases/{id|name}/alert/configs (GET) | Return a list of the alert configurations for the specified database. |
/manage/v2/databases/{id|name}/alert/configs (POST) | This resource address creates a new alert configuration. |
/manage/v2/databases/{id|name}/alert/configs/properties (GET) | This resource address returns the configuration properties of the alert specified by the mandatory uri parameter from the specified database. |
/manage/v2/databases/{id|name}/alert/configs/properties (PUT) | This resource address updates the configuration properties of the alert specified by the mandatory uri parameter from the specified database. |
/manage/v2/databases/{id|name}/triggers (GET) | Return a list of the alert triggers for the specified database. |
/manage/v2/databases/{id|name}/triggers (POST) | This resource address creates a new trigger. |
/manage/v2/databases/{id|name}/triggers/{id|name} (DELETE) | Delete the named alert trigger for the specified database. |
/manage/v2/databases/{id|name}/triggers/{id|name} (GET) | Return the configuration for the specified alert trigger. |
/manage/v2/databases/{id|name}/triggers/{id|name}/properties (GET) | This resource address returns the configuration properties of the named alert trigger. |
/manage/v2/databases/{id|name}/triggers/{id|name}/properties (PUT) | This resource address updates the configuration properties of the specified alert trigger for the specified database. |