Concise description
Request URL
{{adminHost:8181}}/taskInfo/getRunCntAndServerCnt
Request Method
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