調(diào)用ListDataTasks,獲取數(shù)據(jù)遷移任務(wù)信息。
調(diào)試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求頭
該接口使用公共請求頭,無特殊請求頭。請參見公共請求參數(shù)文檔。
請求語法
GET /openapi/instances/{InstanceId}/data-task HTTP/1.1
請求參數(shù)
名稱 | 類型 | 位置 | 是否必選 | 示例值 | 描述 |
---|---|---|---|---|---|
InstanceId | String | Path | 是 | es-cn-oew1oxiro000f**** | 實例ID。 |
返回數(shù)據(jù)
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1D*** | 請求ID。 |
Result | Array of Result | 返回結(jié)果。 |
|
createTime | String | 2020-07-30 06:32:18 | 任務(wù)創(chuàng)建的時間。 |
taskId | String | et_cn_mfv1233r47272**** | 任務(wù)ID。 |
status | String | SUCCESS | 任務(wù)狀態(tài)。 |
sinkCluster | Object | 目標集群信息。 |
|
index | String | product_info | 目標索引。 |
type | String | _doc | 索引類型。 |
endpoint | String | http://192.168.xx.xx:4101 | 目標集群的公網(wǎng)訪問地址。 |
vpcId | String | vpc-2ze55voww95g82gak**** | 集群所在的專有網(wǎng)絡(luò)ID。 |
vpcInstancePort | String | 9200 | 集群的訪問端口號。 |
vpcInstanceId | String | es-cn-09k1rnu3g0002****-worker | 當前集群的實例ID或負載均衡SLB(Server Load Balancer)實例ID。 |
dataSourceType | String | 1 | 目標集群類型。默認為elasticsearch。 |
sourceCluster | Object | 源集群信息。 |
|
index | String | product_info | 待遷移的索引。 |
settings | String | {\n \"index\": {\n \"replication\": {\n}.....}} | 集群的Settings配置。 |
mapping | String | {\"_doc\":{\"properties\":{\"user\":{\"properties\":{\"last\":{\"type\":\"text\",...}}}}}} | 集群的Mapping配置。 |
type | String | _doc | 索引類型。 |
routing | String | _id | 索引路由字段,默認使用主鍵字段。 |
dataSourceType | String | elasticsearch | 源集群類型。默認為elasticsearch。 |
示例
請求示例
GET /openapi/instances/es-cn-oew1oxiro000f****/data-task HTTP/1.1
公共請求頭
正常返回示例
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"Result" : [ {
"taskId" : "et_cn_mfv1233r47272****",
"sourceCluster" : {
"dataSourceType" : "elasticsearch",
"endpoint" : "http://192.168.xx.xx:4101",
"vpcInstancePort" : 9200,
"vpcId" : "vpc-2ze55voww95g82gak****",
"vpcInstanceId" : "es-cn-09k1rnu3g0002****-worker",
"index" : "product_info",
"type" : "products"
},
"sinkCluster" : {
"dataSourceType" : "elasticsearch",
"index" : "product_info01",
"type" : "_doc",
"settings" : "{\n \"index\": {\n \"replication\": {\n}.....}}",
"mapping" : "{\"_doc\":{\"properties\":{\"user\":{\"properties\":{\"last\":{\"type\":\"text\",...}}}}}}"
},
"status" : "SUCCESS",
"createTime" : "2020-08-03 08:36:19"
}, {
"taskId" : "et_cn_vb9g57i4h4eyp****",
"sourceCluster" : {
"dataSourceType" : "elasticsearch",
"endpoint" : "http://192.168.xx.xx:4096",
"vpcInstancePort" : 9200,
"vpcId" : "vpc-2ze55voww95g82gak****",
"vpcInstanceId" : "es-cn-oew1oxiro000f****-worker",
"index" : "my_index",
"type" : "_doc"
},
"sinkCluster" : {
"dataSourceType" : "elasticsearch",
"index" : "my_index003",
"type" : "_doc",
"settings" : "{\n \"index\": {\n \"replication\": {\n}.....}}",
"mapping" : "{\"_doc\":{\"properties\":{\"user\":{\"properties\":{\"last\":{\"type\":\"text\",...}}}}}}"
},
"status" : "SUCCESS",
"createTime" : "2020-07-30 06:32:18"
} ],
"RequestId" : "8FB71A9A-1ACE-40DA-ADC0-2B3DB44F****"
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。