Deletes a policy that is used to pause alert notifications for an application group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:DeleteMonitorGroupNotifyPolicy |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PolicyType |
string |
Yes |
The type of the policy. Valid value: PauseNotify. |
PauseNotify |
| GroupId |
string |
No |
The ID of the application group. |
6780**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
None |
||
| Code |
string |
The status code. Note
The status code 200 indicates that the request was successful. |
200 |
| Message |
string |
The error message. |
The Request is not authorization. |
| RequestId |
string |
The request ID. |
B7AF834D-D38B-4A46-920B-FE974EB7E135 |
| Result |
integer |
The number of affected rows. |
1 |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "The Request is not authorization.",
"RequestId": "B7AF834D-D38B-4A46-920B-FE974EB7E135",
"Result": 1,
"Success": "true"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | %s | %s | |
| 500 | %s | %s | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | %s | %s | |
| 206 | %s | %s | |
| 404 | %s | %s | |
| 503 | %s | %s | |
| 406 | %s | %s | |
| 409 | %s | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.