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
Remove RDS and Postgres admin role in API configuration
As we remove the PostgreSQL admin role in API configuration (not needed afterward), we also remove the RDS initiative:
- it was not used
- it has to be maintained for nothing
- outputs will not be part of CoAL / csm-orc libraries
Copy file name to clipboardExpand all lines: doc/Apis/RunApi.md
-60Lines changed: 0 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,6 @@ All URIs are relative to *http://localhost:8080*
9
9
|[**getRunLogs**](RunApi.md#getRunLogs)|**GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/logs | get the logs for the Run |
10
10
|[**getRunStatus**](RunApi.md#getRunStatus)|**GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/status | get the status for the Run |
11
11
|[**listRuns**](RunApi.md#listRuns)|**GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs | get the list of Runs for the Runner |
12
-
|[**queryRunData**](RunApi.md#queryRunData)|**POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/data/query | query the run data |
13
-
|[**sendRunData**](RunApi.md#sendRunData)|**POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/data/send | Send data associated to a run |
14
12
15
13
16
14
<aname="deleteRun"></a>
@@ -154,61 +152,3 @@ get the list of Runs for the Runner
0 commit comments