Queries the policies that are used to pause alert notifications for an application group.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PolicyType | string | Yes | The policy type. Valid value: PauseNotify. | PauseNotify |
PageNumber | integer | No | The page number. Default value: 1. | 1 |
PageSize | integer | No | The number of entries per page. Default value: 10. | 100 |
GroupId | string | No | The ID of the application group. | 6780**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"Message": "The Request is not authorization.",
"RequestId": "6072F026-C441-41A6-B114-35A1E8F8FDD3",
"Total": 11,
"Success": "true",
"NotifyPolicyList": {
"NotifyPolicy": [
{
"EndTime": 1551761781273,
"Type": "PauseNotify",
"StartTime": 1551761781273,
"GroupId": "6780****",
"Id": "123****"
}
]
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
204 | %s | %s |
500 | InternalError | The request processing has failed due to some unknown error. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history