文档

DescribeDataCollction - DescribeDataCollection

更新时间:

获取指定应用的数据采集详情。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

GET /v4/openapi/app-groups/{appGroupIdentity}/data-collections/{dataCollectionIdentity}

请求参数

名称类型必填描述示例值
appGroupIdentitystring

应用名称

my_app_group_name
dataCollectionIdentitystring

数据采集 ID

286

返回参数

名称类型描述示例值
object
requestIdstring

请求 ID

72FAD77B-83F9-F393-BA8E-5834E2427BF8
resultobject

数据采集信息

createdinteger

创建时间

1581065837
dataCollectionTypestring

数据采集的类型

  • behavior 行为
  • item_info 项目信息
  • industry_specific 工业特性
BEHAVIOR
typestring

数据采集端的类型

  • server
  • web
  • app 注:目前只支持 server
server
industryNamestring

行业名称

  • general 通用
  • ecommerce 电商
GENERAL
statusinteger

状态

  • 0 未开通
  • 1 开通中
  • 2 开通成功
  • 3 开通失败
2
updatedinteger

更新时间

1581065904
namestring

数据采集名称

os_function_test_v1
sundialIdstring

sundial 的 ID

1755
idstring

数据采集 ID

286

示例

正常返回示例

JSON格式

{
  "requestId": "72FAD77B-83F9-F393-BA8E-5834E2427BF8",
  "result": {
    "created": 1581065837,
    "dataCollectionType": "BEHAVIOR",
    "type": "server",
    "industryName": "GENERAL",
    "status": 2,
    "updated": 1581065904,
    "name": "os_function_test_v1",
    "sundialId": "1755",
    "id": "286"
  }
}

错误码

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史
  • 本页导读 (0)
文档反馈