Skip to content

ServiceDiscovery

Provides a unified entry for querying AngusDiscovery (Service Registration Center) services and instances information


Query the instances of AngusDiscovery service

GET
/api/v1/service/{serviceCode}/discovery/instances

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

serviceCode*
类型string
必填

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

服务器
授权
变量

示例

cURL
JavaScript
PHP
Python

Query the services of AngusDiscovery

GET
/api/v1/service/discovery

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

服务器
授权

示例

cURL
JavaScript
PHP
Python

Released under the GPL-3.0 License.