All Products
Search
Document Center

Cloud Monitor:DescribeMonitorGroupNotifyPolicyList

Last Updated:Oct 29, 2025

Queries the policies that are used to pause alert notifications for an application group.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
cms:DescribeMonitorGroupNotifyPolicyListget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PolicyTypestringYes

The type of the policy.

Valid value: PauseNotify.

PauseNotify
PageNumberintegerNo

The page number. Default value: 1.

1
PageSizeintegerNo

The number of entries per page. Default value: 10.

100
GroupIdstringNo

The ID of the application group.

6780****

Response parameters

ParameterTypeDescriptionExample
object

None

Codestring

The status code.

Note The status code 200 indicates that the request was successful.
200
Messagestring

The error message.

The Request is not authorization.
RequestIdstring

The request ID.

6072F026-C441-41A6-B114-35A1E8F8FDD3
Totalinteger

The total number of entries returned.

11
Successstring

Indicates whether the request was successful. Valid values:

  • true
  • false
true
NotifyPolicyListarray<object>

The returned policies.

NotifyPolicyobject

None

EndTimelong

The end of the time range to query.

Unit: milliseconds.

1551761781273
Typestring

The policy type.

PauseNotify
StartTimelong

The beginning of the time range to query.

Unit: milliseconds.

1551761781273
GroupIdstring

The ID of the application group.

6780****
Idstring

The policy ID.

123****

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError message
204%s%s
500InternalErrorThe request processing has failed due to some unknown error.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history