本文主要介绍了DataCollection的数据结构。
描述
OpenSearch 应用的数据采集功能
示例
{
"id": "286",
"name": "os_function_test_v1",
"type": "server",
"status": 2,
"dataCollectionType": "BEHAVIOR",
"industryName": "GENERAL",
"created": 1581065837,
"updated": 1581065904,
"sundialId": "1755"
}
结构
字段 | 类型 | 描述 |
id | String | 数据采集ID。 |
name | String | 数据采集名称。 |
type | String | 数据采集端的类型:server- web- app注:目前只支持 server |
status | Integer | 状态:0 未开通,1 开通中,2 开通成功,3 开通失败。 |
dataCollectionType | String | 数据采集的类型:behavior 行为,item_info 项目信息,industry_specific 工业特性。 |
industryName | String | 行业名称:general 通用,ecommerce 电商。 |
sundialId | String | sundial的ID。 |
created | Integer | 创建时间。 |
updated | Integer | 更新时间。 |
该文章对您有帮助吗?