Displays data source tasks.
Operation description
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| searchengine:ListDataSourceTasks | list | *Instance acs:searchengine:{#regionId}:{#accountId}:instance/{#InstanceId} |
| none |
Request syntax
GET /openapi/ha3/instances/{instanceId}/data-source-tasks HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| instanceId | string | Yes | The instance ID. | ha-cn-7e22rof5304 |
Response parameters
Sample responses
Success responses
{
"requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF",
"result": [
{
"groupType": "table",
"fsmId": "tisplus_opensearch@create_online_deploy_fsm@opensearch_pre_standard_private_20211110_2@pre_domain_1@null@null@1637215469093@127746",
"name": "",
"taskNodes": [
{
"nodeInfo": {
"msg": "stopped clean fsm: []",
"name": "stop clean",
"index": 0,
"msg":"",
"finishDate": "2021-11-18 14:04:49",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"name": "prepare",
"index": 1,
"finishDate": "2021-11-18 14:05:09",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"name": "merger port",
"index": 2,
"finishDate": "2021-11-18 14:05:19",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"name": "moss create",
"index": 3,
"finishDate": "2021-11-18 14:05:39",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"name": "submit hippo",
"index": 4,
"finishDate": "2021-11-18 14:05:59",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"name": "admin started",
"index": 5,
"finishDate": "2021-11-18 14:16:05",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"name": "zone create",
"index": 6,
"finishDate": "2021-11-18 14:16:45",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"name": "switch index",
"index": 13,
"finishDate": "2021-11-18 14:16:55",
"status": "SUCCESS"
}
}
],
"time": "2021-11-18 14:04:29",
"type": "onlineGroup",
"user": "74087",
"status": "success"
},
{
"groupType": "table",
"fsmId": "tisplus_opensearch@delete_biz_fsm@multi_biz_opensearch-default@null@null@default@1631777272819@926304",
"name": "delete_biz_fsm",
"taskNodes": [
{
"nodeInfo": {
"msg": "stop biz create fsm success",
"name": "stop fsm",
"index": 0,
"finishDate": "2021-09-16 15:27:53",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"msg": "Ha3BizConfigResource [default] not exist",
"name": "delete moss",
"index": 1,
"finishDate": "2021-09-16 15:28:04",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"msg": "skip delete cause resource[name=default] not exist",
"name": "delete biz resource",
"index": 2,
"finishDate": "2021-09-16 15:28:14",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"msg": "skip check cause no InnerData.BizConfigResource is null",
"name": "check suez",
"index": 3,
"finishDate": "2021-09-16 15:28:24",
"status": "SUCCESS"
}
},
{
"nodeInfo": {
"name": "finished",
"index": 4,
"finishDate": "2021-09-16 15:28:24",
"status": "SUCCESS"
}
}
],
"time": "2021-09-16 15:27:53",
"type": "delete_biz_fsm",
"user": "",
"status": "success"
}
]
Examples
Sample success responses
JSONformat
{
"requestId": "CC5EC8FA-5C0D-56AF-BEF4-6FCCEABD0511",
"result": [
{
"groupType": " ",
"fsmId": "tisplus_opensearch@datasource_flow_fsm@1062017779051424-ha-cn-2r42ostoc01_ecom_table@vpc_hz_domain_1@null@MANUAL-ha-cn-2r42ostoc01_ecom_table@1655974525756@006754",
"name": "general",
"time": 1646279473,
"type": "search",
"user": "",
"status": 2,
"extraAttribute": "",
"field3": "",
"tags": [
{
"tagLevel": "",
"msg": "succeed in handling request"
}
],
"taskNodes": [
{
"name": "ha-cn-7pp2ngv4s02_qrs",
"index": 100,
"finishDate": "",
"status": "onlyPublished"
}
]
}
]
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2022-01-12 | Add Operation | View Change Details |
