- 案件排期数据相关接口
- 语音识别相关接口
- 笔录转写
- 笔录相关接口
- 笔录模版
- 文档服务
- 笔录历史记录
- 随心签
- 法庭配置
- 卷宗
- 系统管理
- 应用配置
- 签名
- 服务器硬盘监控
- 一张网对接
- 流媒体配置
- 客户端配置
- Websocket长连接注册协议GET
- 获取客户端keyPOST
- 是否启用法庭客户端配置POST
- 获取法庭客户端配置开关接口POST
获取服务器硬盘监控配置详情
开发中
POST
/ecms/ecmsweb/serverMonitor/getServerDiskMonitorDetail
请求参数
Body 参数application/json
method
string
调用方法
requestSource
string
请求来源
data
object
必需
courtCode
integer
法院代码
userId
string
用户id
monitorId
string
主键id
serverIpAddress
string
服务ip地址
示例
{
"method": "string",
"requestSource": "string",
"data": {
"courtCode": 0,
"userId": "string",
"monitorId": "string",
"serverIpAddress": "string"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/ecms/ecmsweb/serverMonitor/getServerDiskMonitorDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "string",
"requestSource": "string",
"data": {
"courtCode": 0,
"userId": "string",
"monitorId": "string",
"serverIpAddress": "string"
}
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
count
integer
必需
data
array [object {6}]
必需
serverPhysicalPath
string
服务器物理地址
totalSpace
string
总空间
usedSpace
string
已用空间
remainingSpace
string
剩余空间
createTime
string
检测时间
spaceSizeUnit
string
空间大小单位
示例
{
"code": 69,
"message": "cupidatat eu",
"count": 1,
"data": [
{
"serverPhysicalPath": "ullamco aliqua",
"totalSpace": "occaecat Ut tempor",
"usedSpace": "quis dolor",
"remainingSpace": "y.wjwwtf@qq.com",
"checkTime": "2011-12-16 14:05:11",
"spaceSizeUnit": "quis"
}
]
}
修改于 2024-07-30 09:36:08