You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,6 @@ Alternatively, you can launch the server in a docker container:
30
30
docker run --rm -p 8010:8010 scheduler-server
31
31
```
32
32
33
-
## Schedule API
34
-
The API is temporarily hosted here: https://scheduler-uobd.onrender.com
35
-
36
33
### Endpoint
37
34
`POST /api/v1/schedule/`
38
35
@@ -44,7 +41,7 @@ The API expects a JSON object in the request body with the following properties:
44
41
45
42
-`t0`: a string representing the start time in the format "YYYY-MM-DD HH:MM"
46
43
-`t1`: a string representing the end time in the format "YYYY-MM-DD HH:MM"
47
-
-`policy`: a json string representing the scheduling policy. It should contain a `"policy"` key which specify the name of the policy and a `"config"` key which contains a dictionary of configurations for this given policy. The provided configuration will overwrite the default configuration used. Current supported policy names: `"dummy"` and `"basic"`.
44
+
-`policy`: a json string representing the scheduling policy. It should contain a `"policy"` key which specify the name of the policy and a `"config"` key which contains a dictionary of configurations for this given policy. The provided configuration will overwrite the default configuration used. Current supported policy names: `"dummy"` and `"basic"`.
0 commit comments