|
@@ -10,11 +10,11 @@ Generally, projects and processes are created through pages, but considering the
|
|
|
|
|
|
1. Log in to the scheduling system, click "Security", then click "Token manage" on the left, and click "Create token" to create a token.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
2. Select the "Expiration time" (Token validity time), select "User" (choose the specified user to perform the API operation), click "Generate token", copy the `Token` string, and click "Submit".
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
### Examples
|
|
|
|
|
@@ -24,7 +24,7 @@ Generally, projects and processes are created through pages, but considering the
|
|
|
|
|
|
> Address:http://{API server ip}:12345/dolphinscheduler/swagger-ui/index.html?language=en_US&lang=en
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
2. select a test API, the API selected for this test is `queryAllProjectList`
|
|
|
|
|
@@ -36,7 +36,7 @@ Generally, projects and processes are created through pages, but considering the
|
|
|
token: The Token just generated
|
|
|
```
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
#### Create a Project
|
|
|
|
|
@@ -44,15 +44,15 @@ This demonstrates how to use the calling api to create the corresponding project
|
|
|
|
|
|
By consulting the api documentation, configure the KEY as Accept and VALUE as the parameter of application/json in the headers of Postman.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
And then configure the required projectName and description parameters in Body.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
Check the post request result.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
The returned `msg` information is "success", indicating that we have successfully created the project through API.
|
|
|
|
|
@@ -60,6 +60,6 @@ If you are interested in the source code of creating a project, please continue
|
|
|
|
|
|
### Appendix: The Source Code of Creating a Project
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
-
|
|
|
+
|