Skip to content

节点详情

  • 接口

    GET&POST /nodeinfo

  • 请求参数

    Query/表单:

    参数类型必填说明
    tokenstr用户令牌
    nodestr节点名
  • 返回 JSON:

    参数类型必返说明
    msgstr返回消息
    codeint返回状态码
    datamap详见下方
    statestr请求是否成功

    注:非会员token无法查看vip节点详情

    data

    当上方 statesuccess 返回

    参数类型必返说明
    udpbool是否允许UDP
    total_traffic_inint传入总流量 byte
    notesstr介绍
    cpu_infostrCPU型号
    fangyubool是否有防御
    rportstr外网端口范围
    storage_totalint节点存储大小 byte
    nodegroupstr节点权限组
    apitokenstrapi的token
    webstr是否支持web no/yes
    ipv6strIPv6地址 没有返回null
    toowhitebool节点是否需要过白
    uptime_secondsint在线时长
    idint节点ID
    statestr节点是否在线 online/offline
    bandwidth_usage_percentfloat带宽使用率%
    memory_totalint内存大小 byte
    nodetokenstr节点token
    load15float节点15min负载
    areastr节点地址
    realIpstr节点ip
    ipstr节点域名
    num_coresint节点CPU核心数
    load5float节点5min负载
    versionstrfrpc版本
    load1float节点1min负载
    chinastr是否为大陆节点 no/yes
    portintfrps连接端口
    total_traffic_outint传出总流量 byte
    namestr节点名称
    adminPortint节点管理员端口
    storage_usedint存储已用

Released under the MIT License.