DescribeNoticeConfig
Description
call DescribeNoticeConfig to get notification setting information.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeNoticeConfig
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
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 |
---|---|---|---|
Project | string | sas_suspicious | item identification. |
RequestId | string | D185B7FF-E24C-422D-83D3-C2A25C7A2727 | request ID of the result. |
NoticeConfigList | array | No sample value for this parameter. | notification configuration list. |
CurrentPage | integer | 1 | the page number of the current page displayed when paging query. |
TimeLimit | integer | 1 | notification time limit. 0: unlimited. 1:08:00-22:00. |
Route | integer | 7 | notification method. |
AliUid | long | 121234141424 | user aliuid. |
Example
Successful Response example
{
"Project":"sas_suspicious",
"RequestId":"D185B7FF-E24C-422D-83D3-C2A25C7A2727",
"NoticeConfigList":"",
"CurrentPage":"1",
"TimeLimit":"1",
"Route":"7",
"AliUid":"121234141424"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}