getRunCntAndServerCnt


Concise description
  • None
Request URL
  • {{adminHost:8181}}/taskInfo/getRunCntAndServerCnt
Request Method
  • get
Request Query Parameters
Field Name Sample Required Type Note
regionId dd Yes string Region ID, when empty, returns the number of dyeing servers in the entire cluster, and when not empty, returns the number of nodes in that region
Success Response Example
{
  "code": 1000,
  "message": "Success",
  "result": {
    "runCnt": "0",
    "serverCnt": "1"
  }
}
Parameter Note for Success Response Example
Field Name Type Note
code string None
message string None
result object None
runCnt string runCnt
serverCnt string serverCnt
Note

admin 2025年4月8日 14:14 收藏文档