Releases the internal endpoint of a shard or Configserver node in a sharded cluster instance.
Operation description
- This operation can be used to release the internal endpoint of a shard or Configserver node in a sharded cluster instance. For more information, see Release the endpoint of a shard or Configserver node.
- To release the public endpoint of a shard or Configserver node in a sharded cluster instance, you can call the ReleasePublicNetworkAddress operation.
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 |
---|---|---|---|---|
dds:ReleaseNodePrivateNetworkAddress | update |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DBInstanceId | string | Yes | The ID of the sharded cluster instance. | dds-bp1a7009eb24**** |
NodeId | string | Yes | The ID of the shard or Configserver node. Note
You can call the DescribeDBInstanceAttribute operation to query the ID of the shard or Configserver node.
| d-bp128a003436**** |
NetworkType | string | No | The network type of the internal endpoint. Valid values:
Note
You can call the DescribeShardingNetworkAddress operation to query the network type of the internal endpoint.
| VPC |
ConnectionType | string | No | The public endpoint type. Valid values:
Note
This parameter is valid only when you want to release an SRV endpoint.
| SRV |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0FDDC511-7252-4A4A-ADDA-5CB1BF63873D"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-03-14 | The request parameters of the API has changed | View Change Details |
2023-10-17 | The request parameters of the API has changed | View Change Details |
2023-10-17 | The request parameters of the API has changed | View Change Details |