This is an automated email from the ASF dual-hosted git repository.
asdf2014 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 2d62b4f09bd docs refinement: json format (#16080)
2d62b4f09bd is described below
commit 2d62b4f09bdf0983d7be20da426096bf75ed54f3
Author: Sensor <[email protected]>
AuthorDate: Mon Mar 11 15:49:14 2024 +0800
docs refinement: json format (#16080)
* docs refinement: json format
* Update docs/api-reference/tasks-api.md
Co-authored-by: Kashif Faraz <[email protected]>
---------
Co-authored-by: Kashif Faraz <[email protected]>
---
docs/api-reference/tasks-api.md | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/docs/api-reference/tasks-api.md b/docs/api-reference/tasks-api.md
index 9ccde5bf9d7..4856e6ddf90 100644
--- a/docs/api-reference/tasks-api.md
+++ b/docs/api-reference/tasks-api.md
@@ -894,20 +894,20 @@ Host: http://ROUTER_IP:ROUTER_PORT
```json
{
- 'task': 'query-223549f8-b993-4483-b028-1b0d54713cad',
- 'status': {
- 'id': 'query-223549f8-b993-4483-b028-1b0d54713cad',
- 'groupId': 'query-223549f8-b993-4483-b028-1b0d54713cad',
- 'type': 'query_controller',
- 'createdTime': '2023-06-22T22:11:28.367Z',
- 'queueInsertionTime': '1970-01-01T00:00:00.000Z',
- 'statusCode': 'RUNNING',
- 'status': 'RUNNING',
- 'runnerStatusCode': 'RUNNING',
- 'duration': -1,
- 'location': {'host': 'localhost', 'port': 8100, 'tlsPort': -1},
- 'dataSource': 'wikipedia_api',
- 'errorMsg': None
+ "task": "query-223549f8-b993-4483-b028-1b0d54713cad",
+ "status": {
+ "id": "query-223549f8-b993-4483-b028-1b0d54713cad",
+ "groupId": "query-223549f8-b993-4483-b028-1b0d54713cad",
+ "type": "query_controller",
+ "createdTime": "2023-06-22T22:11:28.367Z",
+ "queueInsertionTime": "1970-01-01T00:00:00.000Z",
+ "statusCode": "RUNNING",
+ "status": "RUNNING",
+ "runnerStatusCode": "RUNNING",
+ "duration": -1,
+ "location": {"host": "localhost", "port": 8100, "tlsPort": -1},
+ "dataSource": "wikipedia_api",
+ "errorMsg": null
}
}
```
@@ -1429,7 +1429,7 @@ Host: http://ROUTER_IP:ROUTER_PORT
```json
{
- 'task': 'query-577a83dd-a14e-4380-bd01-c942b781236b'
+ "task": "query-577a83dd-a14e-4380-bd01-c942b781236b"
}
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]