应用下组件实时监控
状态码 | 状态码含义 | 说明 | 数据模型 |
---|
200 | OK | 成功 | Inline |
{
"monitors": [
{
"data": {
"result": [
{
"value": [
"1655531430.126",
"0"
]
}
]
"monitor_item": "request_client",
"status": "success"
}
],
"service_id": "8377bede3b344e3daa96563a55516625",
"service_cname": "Mysql5.5(单机)",
"service_alias": "gr516625"
}
]
属性
名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
---|
monitors | []¦null | false | none | | none |
service_id | string | true | none | Service id | 组件id |
service_cname | string | true | none | Service cname | 组件名 |
service_alias | string | true | none | Service alias | 组件昵称 |
"data": {
"resultType": "string",
"result": [
"value": [
"string"
]
}
]
},
"monitor_item": "string",
"status": "string"
}
属性
属性
{
"value": [
"string"
]
属性