adjustment
This commit is contained in:
@@ -125,6 +125,31 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/loki/": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"loki"
|
||||
],
|
||||
"description": "get logs\n\u003cbr\u003e",
|
||||
"operationId": "LokiController.GetLogs",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"description": "The compute content",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"$ref": "#/definitions/models.compute"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{workspace} models.workspace"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/version/": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -250,6 +275,10 @@
|
||||
"name": "oc-scheduler/controllersWorkflowSchedulerController",
|
||||
"description": "Operations about workflow\n"
|
||||
},
|
||||
{
|
||||
"name": "loki",
|
||||
"description": "Operations about workflow\n"
|
||||
},
|
||||
{
|
||||
"name": "execution",
|
||||
"description": "Operations about workflow\n"
|
||||
|
||||
Reference in New Issue
Block a user