Mengkueri daftar Pendengar untuk layanan tujuan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:GetServiceListeners |
get |
*Cluster
*EngineNamespace
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ServiceName |
string |
Yes |
Nama layanan yang daftar Pendengarnya ingin Anda kueri. |
zeekr-orderboss |
| GroupName |
string |
Yes |
Kelompok tempat layanan berada. |
WEB_GROUP |
| NamespaceId |
string |
Yes |
Namespace tempat layanan berada. |
ddaf8f12-****-b1c1-86e7c72e266b |
| ClusterName |
string |
No |
Nama Kluster tempat layanan berada. Catatan
Kluster adalah konsep untuk layanan Pusat Registrasi Nacos dan tidak setara dengan Instans Microservices Engine (MSE). |
DEFAULT |
| HasIpCount |
string |
No |
Parameter cadangan. |
none |
ClusterId
deprecated
|
string |
No |
ID Instans MSE tempat layanan berada. Catatan
Anda harus menentukan InstanceId atau ClusterId. |
mse-09k1q11**** |
| InstanceId |
string |
No |
ID Instans tempat layanan berada. Catatan
Anda harus menentukan InstanceId atau ClusterId. |
mse_prepaid_public_cn-tl32odtt20j |
| PageNum |
integer |
No |
Nomor halaman yang akan dikembalikan. |
1 |
| PageSize |
integer |
No |
Jumlah entri yang akan dikembalikan pada setiap halaman. |
10 |
| RegionId |
string |
No |
ID Wilayah. |
cn-hangzhou |
| RequestPars |
string |
No |
Parameter permintaan tambahan dalam format JSON. |
{} |
| AcceptLanguage |
string |
No |
Bahasa tanggapan. Nilai valid:
|
zh |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The data structure. |
||
| Data |
array<object> |
The returned data. |
|
|
object |
The details of the data. |
||
| Addr |
string |
The IP address of the listener. |
119.23.84.102 |
| Agent |
string |
The listener client version. |
Nacos-Java-Client:v2.1.1 |
| App |
string |
The application name of the listener. |
app |
| IP |
string |
The IP address of the monitored service. |
172.16.1.5 |
| Port |
string |
The port number of the monitored service. |
8080 |
| NamespaceId |
string |
The ID of the namespace. |
0ba53825-b183-414f-a6a0-288e4f1c467e |
| ServiceName |
string |
The name of the monitored service. |
zeekr-orderboss |
| Cluster |
string |
The name of the cluster to which the monitored service belongs. |
DEFAULT |
| PageNumber |
integer |
The page number of the returned page. |
1 |
| TotalCount |
integer |
The number of listeners that are queried. |
2 |
| PageSize |
integer |
The number of entries returned per page. |
10 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Message |
string |
The message returned.
|
success |
| RequestId |
string |
The ID of the request. |
54973C90-F379-4372-9AA5-053A3F7**** |
| ErrorCode |
string |
The error code returned if the request failed. |
mse-100-000 |
| HttpCode |
string |
The HTTP status code returned. |
202 |
Contoh
Respons sukses
JSONformat
{
"Data": [
{
"Addr": "119.23.84.102",
"Agent": "Nacos-Java-Client:v2.1.1",
"App": "app",
"IP": "172.16.1.5",
"Port": "8080",
"NamespaceId": "0ba53825-b183-414f-a6a0-288e4f1c467e",
"ServiceName": "zeekr-orderboss",
"Cluster": "DEFAULT"
}
],
"PageNumber": 1,
"TotalCount": 2,
"PageSize": 10,
"Success": true,
"Message": "success",
"RequestId": "54973C90-F379-4372-9AA5-053A3F7****",
"ErrorCode": "mse-100-000",
"HttpCode": "202"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.