获取报告发送配置明细信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-aegis:DescribeCustomizeReportConfigDetail |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| SourceIp |
string |
否 |
访问源的 IP 地址。 |
202.104.XXX.XXX |
| ReportId |
integer |
是 |
报告 ID。 |
619031 |
| Lang |
string |
否 |
语言类型,默认值 zh。取值:
|
zh |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| ReportStatus |
string |
报告状态。取值:
|
1 |
| ReportLang |
string |
语言类型,默认值 zh。取值:
|
zh |
| ChartIds |
string |
报告图表配置 ID,多项用逗号分隔。 |
BIZ_STAT_QUERY_KEY_ATTACK,CUSTOM_VUL_CVE_LIST,CUSTOM_VUL_SYS_LIST,CUSTOM_VUL_WEBCMS_LIST,CUSTOM_AUTO_BREAKING_PIE,CUSTOM_AK_LEAK_LIST,KEY_HP_TAMPERPROOF,KEY_HP_DEFENCE |
| IsDefault |
integer |
是否为默认报告。取值:
|
1 |
| SendTime |
string |
发送时间,格式:HH:mm:ss。 |
09:00:00 |
| ReportId |
integer |
报告 ID。 |
663434 |
| ReportType |
string |
报告类型。取值:
|
3 |
| Recipients |
string |
联系人邮箱,多个用英文逗号分割。 |
PengZheng@eaton.com,ZhongJi@Eaton.com |
| RequestId |
string |
唯一请求 ID。 |
379a9b8f-107b-4630-9e95-2299a1ea**** |
| ReportSendType |
string |
报告发送类型,取值:
|
2 |
| ReportEndDate |
string |
报告发送结束日期。 |
1720022399999 |
| ReportStartDate |
string |
报告发送开始日期。 |
1717430400000 |
| Title |
string |
标题。 |
marketing report |
| SendStartTime |
string |
发送开始时间,格式:HH:mm:ss。 |
09:00:00 |
| SendEndTime |
string |
发送结束时间,格式:HH:mm:ss。 |
10:00:00 |
| PinnedTime |
integer |
置顶时间。 |
1717430400000 |
| ReportDays |
integer |
报告统计的最近天数。 |
30 |
| SendPeriodType |
string |
发送周期类型,取值:
|
MONTH |
| SendPeriodDays |
integer |
发送周期内具体执行日期。 |
12 |
| TargetUids |
string |
目标 uid 列表,多项用逗号分隔。 |
1457515594445744,1600011353839072,1766185894104675,1674080148055995,1627510829033157 |
| GroupType |
string |
分组类型,取值:
|
SAS_GROUP |
| TargetGroups |
string |
分组内的目标。 |
12125884,12140191 |
| MemberAccountSyncFlag |
boolean |
新增账号默认是否接入。取值:
说明
仅 2.0.0 版本支持。 |
true |
示例
正常返回示例
JSON格式
{
"ReportStatus": "1",
"ReportLang": "zh",
"ChartIds": "BIZ_STAT_QUERY_KEY_ATTACK,CUSTOM_VUL_CVE_LIST,CUSTOM_VUL_SYS_LIST,CUSTOM_VUL_WEBCMS_LIST,CUSTOM_AUTO_BREAKING_PIE,CUSTOM_AK_LEAK_LIST,KEY_HP_TAMPERPROOF,KEY_HP_DEFENCE",
"IsDefault": 1,
"SendTime": "09:00:00",
"ReportId": 663434,
"ReportType": "3",
"Recipients": "PengZheng@eaton.com,ZhongJi@Eaton.com",
"RequestId": "379a9b8f-107b-4630-9e95-2299a1ea****",
"ReportSendType": "2",
"ReportEndDate": "1720022399999",
"ReportStartDate": "1717430400000",
"Title": "marketing report",
"SendStartTime": "09:00:00",
"SendEndTime": "10:00:00",
"PinnedTime": 1717430400000,
"ReportDays": 30,
"SendPeriodType": "MONTH",
"SendPeriodDays": 12,
"TargetUids": "1457515594445744,1600011353839072,1766185894104675,1674080148055995,1627510829033157",
"GroupType": "SAS_GROUP",
"TargetGroups": "12125884,12140191",
"MemberAccountSyncFlag": true
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | IllegalParam | Illegal param | |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。