DTStack/doraemon

根据 ip 查询所在的项目列表

liuxy0551 opened this issue · 1 comments

根据 ip 查询所在的项目列表

返回格式可以参考

[
    {
        serverId: 1,
        serverName: 'lalala',
        address: 'http://xxxx/proxy/142',
        rules: [
            {
                id: 1,
                ip: '127.0.0.1',
                target: 'http://xxx:9092',
                remark: 'jl => zhangsan',
                status: true,
            },
        ],
    },
];