服务发现服务
服务发现服务(SDS)
{
"cluster": "{...}",
"refresh_delay_ms": "{...}"
}REST API
GET /v1/registration/(string: service_name){
"hosts": []
}Host(JSON)
返回
Last updated
{
"cluster": "{...}",
"refresh_delay_ms": "{...}"
}GET /v1/registration/(string: service_name){
"hosts": []
}Last updated
{
"ip_address": "...",
"port": "...",
"tags": {
"az": "...",
"canary": "...",
"load_balancing_weight": "..."
}
}