Restarting a DDM Instance
Function
This API is used to restart a specified DDM instance.
URI
POST /v1/{project_id}/instances/{instance_id}/action
| Parameter | Mandatory | Description |
|---|---|---|
| project_id | Yes | Project ID of a tenant in a region |
| instance_id | Yes | DDM instance ID |
Request
Request parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| restart | No | Object | Parameters for restarting a DDM instance |
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| type | No | String | Restart type, which can be soft or hard.
|
Response
Response parameters
None
Example
- Example request
{ "restart": { "type": "soft" } } - Example response
{ }
Status Code
For details, see Status Codes.
Last Article: Modifying the Security Group of a DDM Instance
Next Article: Deleting a DDM Instance

Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.