All Products
Search
Document Center

OpenSearch:DataCollection

Last Updated:Oct 21, 2022

Description

The information about the data collection feature in an OpenSearch application.

Example

{
    "id": "286",
    "name": "os_function_test_v1",
    "type": "server",
    "status": 2,
    "dataCollectionType": "BEHAVIOR",
    "industryName": "GENERAL",
    "created": 1581065837,
    "updated": 1581065904,
    "sundialId": "1755"
}

Structure

Field

Type

Description

id

String

The ID of the data collection task.

name

String

The name of the data collection task.

type

String

The type of the source from which data is collected. Valid values:- server- web- app. Note: Only server is supported.

status

Integer

The status of the data collection feature. Valid values:- 0: This feature is not enabled.- 1: This feature is being enabled.- 2: The feature is enabled.- 3: This feature failed to be enabled.

dataCollectionType

String

The type of data to be collected. Valid values:- behavior: behavioral data- item_info: item information- industry-specific: industry-specific information

industryName

String

The type of the industry. Valid values:- general- ecommerce

sundialId

String

The ID of the sundial.

created

Integer

The time when the data collection task was created.

updated

Integer

The time when the data collection task was last updated.