DescribeDingTalk
Description
call DescribeDingTalk to get DingTalk notification list.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeDingTalk
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| RuleActionName | BODY | string | No | vulnerability notification | notification name. |
| PageSize | BODY | integer | No | 20 | When paging query, the maximum number of pieces of data per page is displayed. |
| CurrentPage | BODY | integer | No | 1 | the page number of the current page displayed when paging query. |
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| Status | integer | No sample value for this parameter. | notification status. 0: close notification 1: enable notification |
| RequestId | string | No sample value for this parameter. | request ID of the result. |
| PageSize | integer | No sample value for this parameter. | When paging query, the maximum number of pieces of data per page is displayed. |
| GmtModified | long | No sample value for this parameter. | modify time. |
| IntervalTime | integer | No sample value for this parameter. | time interval. |
| Url | string | No sample value for this parameter. | notification parameter. |
| GroupIdList | string | No sample value for this parameter. | group ID list. |
| ActionName | string | No sample value for this parameter. | notification name. |
| GmtCreate | long | No sample value for this parameter. | creation time. |
| PageInfo | struct | No sample value for this parameter. | paging information. |
| TotalCount | integer | No sample value for this parameter. | total number of messages. |
| CurrentPage | integer | No sample value for this parameter. | the page number of the current page displayed when paging query. |
| ActionList | array | No sample value for this parameter. | notification list. |
| Id | integer | No sample value for this parameter. | notification message ID. |
| ConfigList | string | No sample value for this parameter. | message configuration list. |
| DingTalkLang | string | No sample value for this parameter. | notification language. zh: Chinese en: English |
| AliUid | long | No sample value for this parameter. | user's uid. |
Example
Successful Response example
"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}