应用下组件实时监控

    状态码状态码含义说明数据模型
    200OK成功Inline
    1. {
    2. "monitors": [
    3. {
    4. "data": {
    5. "result": [
    6. {
    7. "value": [
    8. "1655531430.126",
    9. "0"
    10. ]
    11. }
    12. ]
    13. "monitor_item": "request_client",
    14. "status": "success"
    15. }
    16. ],
    17. "service_id": "8377bede3b344e3daa96563a55516625",
    18. "service_cname": "Mysql5.5(单机)",
    19. "service_alias": "gr516625"
    20. }
    21. ]

    属性

    名称类型必选约束中文名说明
    monitors[]¦nullfalsenonenone
    service_idstringtruenoneService id组件id
    service_cnamestringtruenoneService cname组件名
    service_aliasstringtruenoneService alias组件昵称
    1. "data": {
    2. "resultType": "string",
    3. "result": [
    4. "value": [
    5. "string"
    6. ]
    7. }
    8. ]
    9. },
    10. "monitor_item": "string",
    11. "status": "string"
    12. }

    属性

    属性

    名称类型必选约束中文名说明
    resultTypestringfalsenoneResulttype返回类型
    result[MonitorDataSerializers]truenonenone
    1. {
    2. "value": [
    3. "string"
    4. ]

    属性