API |
Description |
Create Alert Content |
The data type of response parameter data changes to “String” from previous “null”;<br>A new parameter source is supported in request body to indicate the data source to which the alert content applies. |
Create Alert Rule |
The data type of response parameter data changes to “String” from previous “null”;<br>The parameter condition in the request body changes to query expression-like statement from expression;<br>A new parameter source is supported in request body to indicate the data source to which the alert rule applies. |
Create Alert Severity |
The data type of response parameter data changes to “String” from previous “null”;<br>A new parameter source is supported in request body to indicate the data source to which the alert severity applies. |
Create Alert Type |
The data type of response parameter data changes to “String” from previous “null”;<br>A new parameter source is supported in request body to indicate the data source to which the alert type applies. |
Delete Alert Content |
A new parameter source is supported in request URI to indicate the data source to which the alert content applies. |
Delete Alert Rule |
A new parameter source is supported in request URI to indicate the data source to which the alert rule applies. |
Delete Alert Severity |
A new parameter source is supported in request URI to indicate the data source to which the alert severity applies. |
Delete Alert Type |
A new parameter source is supported in request URI to indicate the data source to which the alert type applies. |
Search Alert Content |
A new parameter source is supported in AlertContent struct to indicate the data source to which the alert content applies. |
Search Alert Rule |
A new parameter source is supported in AlertRule struct to indicate the data source to which the alert rule applies. |
Search Alert Severity |
A new parameter source is supported in AlertSeverity struct to indicate the data source to which the alert severity applies. |
Search Alert Type |
A new parameter source is supported in AlertType struct to indicate the data source to which the alert type applies. |
Update Alert Content |
A new parameter source is supported in generateContent struct to indicate the data source to which the alert content applies. |
Update Alert Rule |
The parameter condition in the request body changes to query expression-like statement from expression;<br>A new parameter source is supported in alertRule struct to indicate the data source to which the alert rule applies. |
Update Alert Severity |
A new parameter source is supported in generateSeverity struct to indicate the data source to which the alert severity applies. |
Update Alert Type |
A new parameter source is supported in generateType struct to indicate the data source to which the alert type applies. |