GetNodeList


```json
{
    "code": 0,
    "data": {
        "result": {
            "all": 1,
            "nodes": [{
                "build": "3.7",
                "city": "...",
                "created": "2024-10-10 22:58:30",
                "date": "2024-11-25 13:30:50",
                "forward": "...",
                "guid": "...",
                "host": "node.youquant.com:9902",
                "id": 123,
                "ip": "...",
                "is_owner": true,
                "loaded": 1,
                "name": "linux",
                "online": true,
                "os": "linux/amd64",
                "peer": "...",
                "public": 0,
                "region": "...",
                "tunnel": false,
                "version": "...",
                "wd": 0
            }]
        },
        "error": null
    }
}

返回值字段说明(含义明显的字段不再赘述): - all: 当前账户关联的托管者总数。 - nodes: 托管者节点的详细信息列表。 - build: 版本号。 - city: 所在城市。 - is_owner: true表示私有托管者,false表示公共托管者。 - loaded: 负载数量,即当前运行的策略实例数。 - public: 0表示私有托管者,1表示公共托管者。 - region: 地理位置。 - version: 托管者的详细版本信息。 - wd: 离线报警开关,0表示未开启。 一键部署的托管者包含额外信息,相关字段以ecs_unit_为前缀,记录了一键部署托管者服务器的相关信息(运营商名称、配置、状态等)以及计费周期、价格等信息,此处不再详述。

无参数