All Products
Search
Document Center

OpenSearch:ListDateSourceGenerations

Last Updated:Jul 16, 2024

Queries the historical index versions of a data source.

Operation description

Method

GET

URI

/openapi/ha3/instances/{instanceId}/data-sources/{dataSourceName}/generations?domainName={domainName}

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 /openapi/ha3/instances/{instanceId}/data-sources/{dataSourceName}/generations

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The instance ID.

ha-cn-7mz2ttxta01
dataSourceNamestringYes

The name of the data source.

ha-cn-0ju2s170b03_test_api2
validStatusbooleanNo

Specifies the index versions to be returned. Valid values:

  1. true (default): returns the index versions that are complete and not expired.
  2. false: returns all index versions.
true
domainNamestringYes

The data center where the data source is deployed.

bj_vpc_domain_1

Sample requests

GET /openapi/ha3/instances/ha3_instances_id/data-sources/my_data_source/generations??domainName=pre_domain_1

Response parameters

ParameterTypeDescriptionExample
object
requestIdstring

id of request

022F36C7-9FB4-5D67-BEBC-3D14B0984463
resultarray<object>

List

object

The result returned.

generationlong

The ID of the full index version.

1626143930
createTimelong

The timestamp that was generated when the index building was started.

1626143673
statusstring

The status of the index version.

STOPPED
buildDeployIdinteger

The ID of the offline deployment.

122
partitionobject

The shards of the index version. The value is a key-value pair in which the key indicates the index name and the value indicates the number of shards. The number of value shards.

integer

The number of shards.

1
timestamplong

The start timestamp from which incremental data is retrieved.

1626143673
dataDumpRootstring

The path of the dumped index in the Apsara File Storage for HDFS file system.

""

Examples

Sample success responses

JSONformat

{
  "requestId": "022F36C7-9FB4-5D67-BEBC-3D14B0984463",
  "result": [
    {
      "generation": 1626143930,
      "createTime": 1626143673,
      "status": "STOPPED",
      "buildDeployId": 122,
      "partition": {
        "key": 1
      },
      "timestamp": 1626143673,
      "dataDumpRoot": "\"\""
    }
  ]
}

Error codes

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