文档
测试

平台服务状态

GET
http://localhost:9024/monitors/index/serviceState/list

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
success
boolean
示例:true
必填
msg
string
示例:成功
必填
data
object
数据字典
必填
indexServiceState
array
平台服务列表
必填
serviceName
string
平台服务名称
必填
state
boolean
状态:true:正常 false:异常
必填
hourly
string
持续时间
必填
instance
int
实例个数
必填
children
array
实例列表
必填
serviceName
string
示例:http://192.168.103.4:28001
必填
state
boolean
示例:true
必填
normalCount
int
正常数量
必填
exceptionCount
int
异常数量
必填