You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2019/05/15 06:43:56 UTC

[kylin] branch document updated: Modify the display format of 'Get job list' api

This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
     new fcfecd3  Modify the display format of 'Get job list' api
fcfecd3 is described below

commit fcfecd328ccc443642693a655089e43a75361cc2
Author: GinaZhai <na...@kyligence.io>
AuthorDate: Thu May 9 15:59:13 2019 +0800

    Modify the display format of 'Get job list' api
---
 website/_docs/howto/howto_use_restapi.cn.md   | 5 +++--
 website/_docs/howto/howto_use_restapi.md      | 4 +++-
 website/_docs21/howto/howto_use_restapi.md    | 4 +++-
 website/_docs23/howto/howto_use_restapi.cn.md | 4 +++-
 website/_docs23/howto/howto_use_restapi.md    | 4 +++-
 website/_docs24/howto/howto_use_restapi.cn.md | 4 +++-
 website/_docs24/howto/howto_use_restapi.md    | 4 +++-
 website/_docs30/howto/howto_use_restapi.cn.md | 4 +++-
 website/_docs30/howto/howto_use_restapi.md    | 4 +++-
 9 files changed, 27 insertions(+), 10 deletions(-)

diff --git a/website/_docs/howto/howto_use_restapi.cn.md b/website/_docs/howto/howto_use_restapi.cn.md
index 8312888..38eafa2 100644
--- a/website/_docs/howto/howto_use_restapi.cn.md
+++ b/website/_docs/howto/howto_use_restapi.cn.md
@@ -928,8 +928,9 @@ curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type: application/js
 
 For example, to get the job list in project 'learn_kylin' for cube 'kylin_sales_cube' in lastone week: 
 
-`GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1`
-
+```
+GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1
+```
 
 #### Response Sample
 ```
diff --git a/website/_docs/howto/howto_use_restapi.md b/website/_docs/howto/howto_use_restapi.md
index 1479c93..a06c349 100644
--- a/website/_docs/howto/howto_use_restapi.md
+++ b/website/_docs/howto/howto_use_restapi.md
@@ -928,7 +928,9 @@ curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type: application/js
 
 For example, to get the job list in project 'learn_kylin' for cube 'kylin_sales_cube' in lastone week: 
 
-`GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1`
+```
+GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1
+```
 
 
 #### Response Sample
diff --git a/website/_docs21/howto/howto_use_restapi.md b/website/_docs21/howto/howto_use_restapi.md
index 5b877da..172d784 100644
--- a/website/_docs21/howto/howto_use_restapi.md
+++ b/website/_docs21/howto/howto_use_restapi.md
@@ -917,7 +917,9 @@ curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type: application/js
 
 For example, to get the job list in project 'learn_kylin' for cube 'kylin_sales_cube' in lastone week: 
 
-`GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1`
+```
+GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1
+```
 
 #### Response Sample
 ```
diff --git a/website/_docs23/howto/howto_use_restapi.cn.md b/website/_docs23/howto/howto_use_restapi.cn.md
index 5193ed3..d6610ad 100644
--- a/website/_docs23/howto/howto_use_restapi.cn.md
+++ b/website/_docs23/howto/howto_use_restapi.cn.md
@@ -917,7 +917,9 @@ curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type: application/js
 
 For example, to get the job list in project 'learn_kylin' for cube 'kylin_sales_cube' in lastone week: 
 
-`GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1`
+```
+GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1
+```
 
 
 #### Response Sample
diff --git a/website/_docs23/howto/howto_use_restapi.md b/website/_docs23/howto/howto_use_restapi.md
index 17d7052..da109d3 100644
--- a/website/_docs23/howto/howto_use_restapi.md
+++ b/website/_docs23/howto/howto_use_restapi.md
@@ -917,7 +917,9 @@ curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type: application/js
 
 For example, to get the job list in project 'learn_kylin' for cube 'kylin_sales_cube' in lastone week: 
 
-`GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1`
+```
+GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1
+```
 
 
 #### Response Sample
diff --git a/website/_docs24/howto/howto_use_restapi.cn.md b/website/_docs24/howto/howto_use_restapi.cn.md
index 93cb332..82af8bb 100644
--- a/website/_docs24/howto/howto_use_restapi.cn.md
+++ b/website/_docs24/howto/howto_use_restapi.cn.md
@@ -917,7 +917,9 @@ curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type: application/js
 
 For example, to get the job list in project 'learn_kylin' for cube 'kylin_sales_cube' in lastone week: 
 
-`GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1`
+```
+GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1
+```
 
 
 #### Response Sample
diff --git a/website/_docs24/howto/howto_use_restapi.md b/website/_docs24/howto/howto_use_restapi.md
index 17d9fb3..de132c8 100644
--- a/website/_docs24/howto/howto_use_restapi.md
+++ b/website/_docs24/howto/howto_use_restapi.md
@@ -924,7 +924,9 @@ curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type: application/js
 
 For example, to get the job list in project 'learn_kylin' for cube 'kylin_sales_cube' in lastone week: 
 
-`GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1`
+```
+GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1
+```
 
 
 #### Response Sample
diff --git a/website/_docs30/howto/howto_use_restapi.cn.md b/website/_docs30/howto/howto_use_restapi.cn.md
index a3a36e7..a6a7e52 100644
--- a/website/_docs30/howto/howto_use_restapi.cn.md
+++ b/website/_docs30/howto/howto_use_restapi.cn.md
@@ -928,7 +928,9 @@ curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type: application/js
 
 For example, to get the job list in project 'learn_kylin' for cube 'kylin_sales_cube' in lastone week: 
 
-`GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1`
+```
+GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1
+```
 
 
 #### Response Sample
diff --git a/website/_docs30/howto/howto_use_restapi.md b/website/_docs30/howto/howto_use_restapi.md
index a8d12cf..6e3ecf3 100644
--- a/website/_docs30/howto/howto_use_restapi.md
+++ b/website/_docs30/howto/howto_use_restapi.md
@@ -928,7 +928,9 @@ curl -X PUT -H "Authorization: Basic XXXXXXXXX" -H 'Content-Type: application/js
 
 For example, to get the job list in project 'learn_kylin' for cube 'kylin_sales_cube' in lastone week: 
 
-`GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1`
+```
+GET: /kylin/api/jobs?cubeName=kylin_sales_cube&limit=15&offset=0&projectName=learn_kylin&timeFilter=1
+```
 
 
 #### Response Sample