aboutsummaryrefslogtreecommitdiffstats
path: root/servicegateway/deployment/src/main/release/etc/register/service.json
blob: 5d32dd0634d02397626b1c712f0dc8145a9a67b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "serviceName" : "servicegateway",
    "version" : "v1",
    "url" : "openoapi/servicegateway/v1",
    "protocol" : "REST",
    "visualRange" : ["1"],
    "nodes" : [
        {
            "ip" : "getInputIP",
            "port" : "8301",
            "ttl" : 0
        }
    ]
}