Skip to main content

DescribeDingTalk

Description

call DescribeDingTalk to get DingTalk notification list.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeDingTalk

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
RuleActionNameBODYstringNovulnerability notificationnotification name.
PageSizeBODYintegerNo20When paging query, the maximum number of pieces of data per page is displayed.
CurrentPageBODYintegerNo1the page number of the current page displayed when paging query.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
StatusintegerNo sample value for this parameter.notification status. 0: close notification 1: enable notification
RequestIdstringNo sample value for this parameter.request ID of the result.
PageSizeintegerNo sample value for this parameter.When paging query, the maximum number of pieces of data per page is displayed.
GmtModifiedlongNo sample value for this parameter.modify time.
IntervalTimeintegerNo sample value for this parameter.time interval.
UrlstringNo sample value for this parameter.notification parameter.
GroupIdListstringNo sample value for this parameter.group ID list.
ActionNamestringNo sample value for this parameter.notification name.
GmtCreatelongNo sample value for this parameter.creation time.
PageInfostructNo sample value for this parameter.paging information.
TotalCountintegerNo sample value for this parameter.total number of messages.
CurrentPageintegerNo sample value for this parameter.the page number of the current page displayed when paging query.
ActionListarrayNo sample value for this parameter.notification list.
IdintegerNo sample value for this parameter.notification message ID.
ConfigListstringNo sample value for this parameter.message configuration list.
DingTalkLangstringNo sample value for this parameter.notification language. zh: Chinese en: English
AliUidlongNo 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
}

}