Queries the information about listeners based on IP addresses.
Operation description
Note
The operation is not provided in Nacos SDKs. For information about Nacos SDKs, see the official documentation.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
mse:ListListenersByIp | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RequestPars | string | No | The extended request parameters in the JSON format. | {} |
InstanceId | string | Yes | The ID of the instance. | mse_prepaid_public_cn-i7m2cecji09 |
Ip | string | Yes | The IP address of the listener. | 172.22.0.240 |
NamespaceId | string | No | The ID of the namespace. | ea02a522-9482-4255-bb65-dc0636d783f2 |
AcceptLanguage | string | No | The language of the response. Valid values:
| zh |
Response parameters
Examples
Sample success responses
JSON
format
{
"HttpCode": "202",
"TotalCount": 6,
"Listeners": [
{
"Md5": "23sdfdf",
"DataId": "test.yaml",
"Group": "default"
}
],
"RequestId": "54973C90-F379-4372-9AA5-053A3F7****",
"Message": "The request was successfully processed.\n",
"PageSize": 10,
"PageNumber": 1,
"ErrorCode": "MSE-100-000",
"Success": true
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | duplicatedClusterAliasName | duplicated cluster alias name | The instance name is duplicate. User another name. |
400 | illegalRequest | illegal request:%s | Invalid request: %s |
403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
404 | clusterNotFound | cluster not found | The cluster is not found. |
500 | systemError | system error | An error occurred on the system. Try again later. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-09-21 | API Description Update | View Change Details |