This API is used to reboot a DB instance.
The RDS DB instance will be unavailable during the reboot process. Exercise caution when performing this operation.
Name |
Mandatory |
Description |
|---|---|---|
project_id |
Yes |
Specifies the project ID of a tenant in a region. |
instanceId |
Yes |
Specifies the primary node ID of the DB instance. NOTE:
This field is not the DB instance ID. You are advised to use API v3 and the DB instance ID to perform related operations. |
The DB instance cannot reboot when it is being created, scaled, backed up, restored, or its instance class is being changed.
Name |
Mandatory |
Type |
Description |
|---|---|---|---|
restart |
Yes |
None |
This parameter is left blank. |
{
"restart": {}
}
Name |
Type |
Description |
|---|---|---|
extendparam |
Dictionary data structure. For details, see Table 4. |
Indicates the returned extendparam key-value pair. |
Name |
Type |
Description |
|---|---|---|
jobs |
List data structure. For details, see Table 5. |
Indicates the returned jobs parameter information. |
{
"extendparam": {
"jobs": [
{
"id": "2b414788-a600-4883-a023-90e2eb0ea227"
}
]
}
}
For details, see Abnormal Request Results.