All Products
Search
Document Center

CloudMonitor:DescribeContactGroupList

Last Updated:Oct 30, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Call the DescribeContactGroupList interface to query the list of alarm contact groups.

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:DescribeContactGroupListget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageSizeintegerNo

Number of records per page.

10
PageNumberintegerNo

Page number.

1

Response parameters

ParameterTypeDescriptionExample
object
Codestring

Status code. Note that 200 indicates success.

200
Messagestring

Return message.

success
RequestIdstring

The ID of this call request, which is a unique identifier generated by Alibaba Cloud for the request and can be used for troubleshooting and problem localization.

916EE694-03C2-47B6-85EE-5054E3C168D3
Totalinteger

Total number of records.

22
Successboolean

Indicates whether the operation was successful. Values:

  • true: Success.

  • false: Failure.

true
ContactGroupsarray

List of alarm contact groups.

ContactGroupstring

Alarm contact group.

云账号报警联系人
ContactGroupListarray<object>

List of alarm contact groups.

ContactGroupobject

Alarm contact group.

Describestring

Description information of the alarm contact group.

Devops-运维组
UpdateTimelong

Update time.

2025-03-04T02:12:06Z
CreateTimelong

Creation time.

2023-06-07T03:52:30Z
EnabledWeeklyReportboolean

Indicates whether the weekly report function is enabled.

false
Namestring

Name.

name
EnableSubscribedboolean

Indicates whether the weekly report subscription function is enabled. Values:

  • true: Yes.

  • false: No.

false
Contactsarray

List of contacts.

Contactstring

Contact.

135xxxx8066

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "RequestId": "916EE694-03C2-47B6-85EE-5054E3C168D3",
  "Total": 22,
  "Success": true,
  "ContactGroups": {
    "ContactGroup": [
      "云账号报警联系人"
    ]
  },
  "ContactGroupList": {
    "ContactGroup": [
      {
        "Describe": "Devops-运维组",
        "UpdateTime": 0,
        "CreateTime": 0,
        "EnabledWeeklyReport": false,
        "Name": "name",
        "EnableSubscribed": false,
        "Contacts": {
          "Contact": [
            "135xxxx8066"
          ]
        }
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
200ResourceNotFoundThe specified resource is not found.The specified resource is not found.
400InvalidParameterIllegal parameters.-
403InvalidAuthorizationUser not authorized to operate on the specified resource.-
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