All Products
Search
Document Center

OpenSearch:ListDataCollections

Last Updated:Mar 03, 2024

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

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

Request parameters

ParameterTypeRequiredDescriptionExample
appGroupIdentitystringYes

my_app_group_name

my_app_group_name
pageNumberintegerNo

1

1
pageSizeintegerNo

10

10

Response parameters

ParameterTypeDescriptionExample
object
totalCountinteger

The total number of the returned data collection tasks.

1
requestIdstring

The ID of the request.

959D8782-B130-95EB-86CC-1F6ED447981F
resultobject []

The details of the data collection tasks.

For more information, see DataCollection .

createdinteger

The time when the data collection task was created.

1581065837
dataCollectionTypestring

The type of the data that is collected by the task. Valid values:

  • behavior: behavioral data
  • item_info: project data
  • industry_specific: industry-specific data
BEHAVIOR
typestring

The type of the data source. Valid values:

  • server
  • web
  • app

Note: Only server is supported.

server
industryNamestring

The industry to which the data collection task applies. Valid values:

  • general
  • ecommerce
GENERAL
statusinteger

The status of the data collection task. Valid values:

  • 0: disabled
  • 1: being enabled
  • 2: enabled
  • 3: failed to be enabled
2
updatedinteger

The time when the data collection task was updated.

1581065904
namestring

The name of the data collection task.

os_function_test_v1
sundialIdstring

The ID of the sundial.

1755
idstring

The ID of the data collection task.

286

Examples

Sample success responses

JSONformat

{
  "totalCount": 1,
  "requestId": "959D8782-B130-95EB-86CC-1F6ED447981F",
  "result": [
    {
      "created": 1581065837,
      "dataCollectionType": "BEHAVIOR",
      "type": "server",
      "industryName": "GENERAL",
      "status": 2,
      "updated": 1581065904,
      "name": "os_function_test_v1",
      "sundialId": "1755",
      "id": "286"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history