Querying the IPv6 Domain Name of a DB Instance
Function
This API is used to query the IPv6 domain name of a DB instance.
- Before calling an API, you need to understand the API in Authentication.
Constraints
This API is available only for RDS for PostgreSQL.
URI
- Parameter description
Table 1 Parameters Parameter
Mandatory
Description
project_id
Yes
Project ID of a tenant in a region.
For details about how to obtain the project ID, see Obtaining a Project ID.
instance_id
Yes
Instance ID.
dns_type
Yes
Domain type.
Request
Response
- Normal response
Table 2 Parameters Parameter
Type
Description
instance_id
String
Instance ID.
dns_name
String
Domain name of the instance.
dns_type
String
Domain type. Value: private
ipv6_address
String
Virtual IP address bound to the instance domain name.
status
String
Domain status.
- Example normal response
{ "instance_id": "2de6315e7197418fbf2fdaed59d65da1in03", "dns_name": "2de6315e7197418fbf2fdaed59d65da1in03.ipv6.internal.***.mysql.rds-dev.myhuaweicloud.com", "dns_type": "private", "ipv6_address": "2001:db8:a583:3:2312:c71d:6e71:c952", "status": "normal" }
- Abnormal response
For details, see Abnormal Request Results.
Status Code
- Normal
- Abnormal
For details, see Status Codes.
Error Code
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot