查询接入模板。
接口说明
发送通知有频率和时间的限定。 每天每个用户在 08:00-20:00 点最多收到两次通知,其余时间不会发送。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:ListDataIngestionTemplates |
list |
*DataIngestionTemplate
|
无 | 无 |
请求语法
GET HTTP/1.1
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| DataSourceTemplateIds |
string |
否 |
数据源模版 ID 列表。 |
alibaba_cloud_sas_account_snapshot_log_173326******* |
| DataIngestionTemplateStatus |
string |
否 |
数据接入模版状态。取值:
|
running |
| Lang |
string |
否 |
返回消息的语言类型。取值:
|
zh |
| RoleFor |
integer |
否 |
管理员切换成其他成员视角的用户 ID。 |
173326******* |
| RegionId |
string |
否 |
威胁分析的数据管理中心所在地。您需要根据资产所在地域,选择管理中心所在地。取值:
|
cn-hangzhou |
| ProductId |
string |
否 |
产品 ID。 |
alibaba_cloud_sas |
| PageNumber |
string |
否 |
分页参数:当前页码。 |
1 |
| PageSize |
string |
否 |
分页参数:每页显示条数。 |
10 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回体。 |
||
| RequestId |
string |
请求消息 ID。 |
6276D891-*****-55B2-87B9-74D413F7**** |
| DataIngestionTemplates |
array<object> |
数据接入模版列表。 |
|
|
object |
数据接入模版。 |
||
| CreateTime |
integer |
创建时间。 |
1733269771123 |
| DataIngestionStatus |
string |
数据接入状态。取值:
|
enabled |
| DataIngestionTemplateId |
string |
数据接入模版 ID。 |
alibaba_cloud_sas_account_snapshot_log |
| DataIngestionTemplateName |
string |
数据源模版名称。 |
alibaba_cloud_sas_account_snapshot_log |
| DataSourceTemplateId |
string |
数据源模版 ID。 |
alibaba_cloud_sas_account_snapshot_log_173326******* |
| NormalizationRuleId |
string |
标准化规则 ID。 |
alibaba_cloud_actiontrail_event_rule |
| NormalizationRuleName |
string |
标准化规则名称。 |
normalization_rule_ke1RN |
| UpdateTime |
integer |
更新时间。 |
173326******* |
| CapacityCount |
string |
关联安全能力数量。 |
3 |
| DataIngestionMode |
string |
数据接入模式。取值:
|
realtime |
| DataIngestionTemplateStatus |
string |
数据接入模版状态。取值:
|
running |
| PageNumber |
string |
分页参数:当前页码。 |
1 |
| PageSize |
string |
分页参数:每页显示条数。 |
10 |
示例
正常返回示例
JSON格式
{
"RequestId": "6276D891-*****-55B2-87B9-74D413F7****",
"DataIngestionTemplates": [
{
"CreateTime": 1733269771123,
"DataIngestionStatus": "enabled",
"DataIngestionTemplateId": "alibaba_cloud_sas_account_snapshot_log",
"DataIngestionTemplateName": "alibaba_cloud_sas_account_snapshot_log",
"DataSourceTemplateId": "alibaba_cloud_sas_account_snapshot_log_173326*******",
"NormalizationRuleId": "alibaba_cloud_actiontrail_event_rule",
"NormalizationRuleName": "normalization_rule_ke1RN",
"UpdateTime": 0,
"CapacityCount": "3",
"DataIngestionMode": "realtime",
"DataIngestionTemplateStatus": "running"
}
],
"PageNumber": "1",
"PageSize": "10"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。