mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
47 lines
850 B
JSON
47 lines
850 B
JSON
|
{
|
||
|
"swaggerVersion": "1.2",
|
||
|
"apiVersion": "",
|
||
|
"basePath": "https://10.10.10.10:6443",
|
||
|
"resourcePath": "/logs",
|
||
|
"info": {
|
||
|
"title": "",
|
||
|
"description": ""
|
||
|
},
|
||
|
"apis": [
|
||
|
{
|
||
|
"path": "/logs/{logpath}",
|
||
|
"description": "get log files",
|
||
|
"operations": [
|
||
|
{
|
||
|
"type": "void",
|
||
|
"method": "GET",
|
||
|
"nickname": "logFileHandler",
|
||
|
"parameters": [
|
||
|
{
|
||
|
"type": "string",
|
||
|
"paramType": "path",
|
||
|
"name": "logpath",
|
||
|
"description": "path to the log",
|
||
|
"required": true,
|
||
|
"allowMultiple": false
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"path": "/logs",
|
||
|
"description": "get log files",
|
||
|
"operations": [
|
||
|
{
|
||
|
"type": "void",
|
||
|
"method": "GET",
|
||
|
"nickname": "logFileListHandler",
|
||
|
"parameters": []
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"models": {}
|
||
|
}
|