获取数据接入策略列表。
接口说明
发送通知有频率和时间的限定。 每天每个用户在 08:00-20:00 点最多收到两次通知,其余时间不会发送。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:ListDataIngestions |
get |
*DataIngestion
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
否 |
威胁分析的数据管理中心所在地。您需要根据资产所在地域,选择管理中心所在地。取值:
|
cn-hangzhou |
| Lang |
string |
否 |
返回消息的语言类型。取值:
|
zh |
| RoleFor |
integer |
否 |
管理员切换成其他成员视角的用户 ID。 |
173326******* |
| DataIngestionIds |
array |
否 |
接入策略 ID 列表。 |
|
|
string |
否 |
接入策略 ID。 |
alibaba_cloud_sas_netstat_ingestion_173326******* |
|
| DataIngestionStatus |
string |
否 |
数据接入状态。取值:
|
enabled |
| ProductId |
string |
否 |
产品 ID。 |
alibaba_cloud_sas |
| DataIngestionTemplateIds |
array |
否 |
数据接入模版 ID 列表。 |
|
|
string |
否 |
数据接入模版 ID。 |
alibaba_cloud_sas_netstat_ingestion |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回体。 |
||
| RequestId |
string |
请求消息 ID。 |
6276D891-*****-55B2-87B9-74D413F7**** |
| DataIngestions |
array<object> |
数据接入列表。 |
|
|
object |
数据接入。 |
||
| CreateTime |
integer |
创建时间。 |
1733269771123 |
| UpdateTime |
integer |
更新时间。 |
1733269771123 |
| DataIngestionId |
string |
数据接入 ID。 |
alibaba_cloud_sas_netstat_ingestion_173326******* |
| DataIngestionType |
string |
数据接入类型。取值:
|
preset |
| DataIngestionMode |
string |
数据接入模式。取值:
|
realtime |
| DataIngestionStatus |
string |
数据接入状态。取值:
|
enabled |
| DataIngestionState |
string |
数据接入形态。取值:
|
ingested |
| DataSourceId |
string |
数据源 ID。 |
ds-scpfegri73oyoknbc90c |
| NormalizationRuleId |
string |
标准化规则 ID。 |
nr-0aywiqdtaqdvwac7xkbjsf3a |
| StreamJobId |
string |
任务流 JobId。 |
73a78aa245e3b1299d6ceed093de7bd8 |
| CapacityCount |
integer |
关联安全能力数量。 |
3 |
| DataSourceEditable |
boolean |
数据源是否可以编辑。 |
true |
| NormalizationRuleEditable |
boolean |
标准化规则是否可以编辑。 |
true |
| DataIngestionModeEditable |
boolean |
数据接入模式是否可以编辑。 |
true |
| DataIngestionTemplateId |
string |
数据接入模版 ID。 |
alibaba_cloud_sas_netstat_ingestion |
| RealtimeDataSourceId |
string |
实时模式数据源 Id。 |
ds-scpfegri73oyoknbc90c |
| ScanDataSourceId |
string |
扫描模式数据源 Id。 |
ds-scpfegri73oyoknbc90c |
| DataIngestionStateCode |
string |
数据接入异常状态 Code。 |
UserUnauthorized |
| ActiveTime |
integer |
激活时间。 |
1733269771123 |
示例
正常返回示例
JSON格式
{
"RequestId": "6276D891-*****-55B2-87B9-74D413F7****",
"DataIngestions": [
{
"CreateTime": 1733269771123,
"UpdateTime": 1733269771123,
"DataIngestionId": "alibaba_cloud_sas_netstat_ingestion_173326*******",
"DataIngestionType": "preset",
"DataIngestionMode": "realtime",
"DataIngestionStatus": "enabled",
"DataIngestionState": "ingested",
"DataSourceId": "ds-scpfegri73oyoknbc90c",
"NormalizationRuleId": "nr-0aywiqdtaqdvwac7xkbjsf3a",
"StreamJobId": "73a78aa245e3b1299d6ceed093de7bd8",
"CapacityCount": 3,
"DataSourceEditable": true,
"NormalizationRuleEditable": true,
"DataIngestionModeEditable": true,
"DataIngestionTemplateId": "alibaba_cloud_sas_netstat_ingestion",
"RealtimeDataSourceId": "ds-scpfegri73oyoknbc90c",
"ScanDataSourceId": "ds-scpfegri73oyoknbc90c",
"DataIngestionStateCode": "UserUnauthorized",
"ActiveTime": 1733269771123
}
]
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。