getRegionList


Concise description
  • None
Request URL
  • {{adminHost:8181}}/renderServer/regionList
Request Method
  • get
Success Response Example
{
  "code": 1000,
  "message": "Success",
  "result": [
    {
      "regionId": "test",
      "regionName": "测试",
      "detectRttFlag": "1",
      "serverIp": "192.168.0.28",
      "publicIp": "",
      "serverPort": "10002",
      "sslPort": "10004",
      "preferPublicIp": "",
      "certDomainUrl": ""
    }
  ]
}
Parameter Note for Success Response Example
Field Name Type Note
code string None
message string None
result array None
regionId string Cluster partition ID, set in the rendering node configuration file, usually used during cluster deployment. Region ID and name can be configured in the startup manager.
regionname string Cluster partition name
detectRttFlag string Whether to enable RTT detection. When there are multiple areas in the cluster and RTT detection is enabled,
serverIp string rendering node IP
publicIp string Public IP
serverPort string The port number of the rendering node (used for communication with the management node in proxy mode, and for communication with the client in direct mode)
sslPort string The port number used for the SSL connection of the dyeing node (used for accessing clients using HTTPS in direct mode)
preferPublicIp string Priority public IP, can be configured in the boot manager (for audio and video communication between clients and rendering nodes)
certDomainUrl string Domain name used for SSL connection of dye nodes (used for direct mode to access clients using HTTPS)
Note

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