- 案件排期数据相关接口
- 语音识别相关接口
- 笔录转写
- 笔录相关接口
- 笔录模版
- 文档服务
- 笔录历史记录
- 随心签
- 法庭配置
- 卷宗
- 系统管理
- 应用配置
- 签名
- 服务器硬盘监控
- 一张网对接
- 流媒体配置
- 客户端配置
- Websocket长连接注册协议GET
- 获取客户端keyPOST
- 是否启用法庭客户端配置POST
- 获取法庭客户端配置开关接口POST
获取服务器硬盘监控配置
开发中
POST
/ecms/ecmsweb/serverMonitor/getServerDiskMonitorConfig
请求参数
Body 参数application/json
method
string
调用方法
requestSource
string
请求来源
data
object
必需
courtCode
integer
法院代码
userId
string
用户id
pageIndex
string
起始页
pageSize
string
每页数量
示例
{
"method": "string",
"requestSource": "string",
"data": {
"courtCode": 0,
"userId": "string",
"pageIndex": "string",
"pageSize": "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/getServerDiskMonitorConfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "string",
"requestSource": "string",
"data": {
"courtCode": 0,
"userId": "string",
"pageIndex": "string",
"pageSize": "string"
}
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
count
integer
必需
data
array [object {9}]
必需
serverIpAddress
string
服务器Ip地址
serverPhysicalPath
string
服务器物理地址
spaceChangeThreshold
string
空间改变阈值
totalSpace
string
总空间
usedSpace
string
已用空间
remainingSpace
string
剩余空间
monitorId
string
主键Id
status
integer
监控状态
spaceSizeUnit
string
空间大小单位
示例
{
"code": 47,
"message": "officia",
"count": 90,
"data": [
{
"serverIpAddress": "河南省香港岛吴桥县",
"serverPhysicalPath": "aute dolor laborum incididunt dolore",
"spaceChangeThreshold": "labore",
"totalSpace": "adipisicing laboris proident",
"usedSpace": "ut fugiat",
"remainingSpace": "h.vnxsqgc@qq.com",
"monitorId": "20",
"status": 38,
"spaceSizeUnit": "sint"
}
]
}
修改于 2024-07-30 07:59:06