Querying the Automatic Minor Version Upgrade Policy of a DB Instance (RDS for PostgreSQL)
Function
This API is used to query the automatic minor version upgrade policy of a DB instance.
- Before calling this API, learn how to authenticate it.
- Before calling this API, learn about request header parameters.
URI
- Parameter description
Table 1 Parameters Parameter
Mandatory
Type
Description
project_id
Yes
String
Definition
Project ID of a tenant in a region.
To obtain the value, see Obtaining a Project ID.
Constraints
The value cannot be empty.
Range
N/A
Default Value
N/A
instance_id
Yes
String
Definition
Instance ID.
Constraints
The value cannot be empty.
Range
N/A
Default Value
N/A
Request
None
Example Request
Query the automatic minor version upgrade policy of a DB instance.
GET https://{Endpoint}/v3/0483b6b16e954cb88930a360d2c4e663/instances/e28979107ed04d3b8b2f1b819b8d2be3in03/db-auto-upgrade
Response
- Normal response
Table 2 Parameters Parameter
Type
Description
switch_option
Boolean
Definition
Whether automatic minor version upgrade is enabled.
Range
- true: Automatic minor version upgrade is enabled.
- false: Automatic minor version upgrade is disabled.
- Example normal response
{ "switch_option" : true }
- 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