Instance Management
| Permission | API | Action | IAM Project | Enterprise Project |
|---|---|---|---|---|
| Creating a DDM Instance | POST /v1/{project_id}/instances | ddm:instance:create
| √ | √ |
| Querying DDM Instances | GET /v1/{project_id}/instances?offset={offset}&limit={limit} | ddm:instance:list | √ | √ |
| Querying Details of a DDM Instance | GET /v1/{project_id}/instances/{instance_id} | ddm:instance:get
| √ | √ |
| Modifying a DDM Instance | PUT /v1/{project_id}/instances/{instance_id} | ddm:instance:modify To modify a security group, the following permissions must be configured:
| √ | √ |
| Restarting a DDM Instance | POST /v1/{project_id}/instances/{instance_id}/action | ddm:instance:reboot | √ | √ |
| Deleting a DDM Instance | DELETE /v1/{project_id}/instances/{instance_id}?delete_rds_data=true | ddm:instance:delete | √ | √ |
The check mark (√) indicates that an action takes effect. The cross mark (x) indicates that an action does not take effect.
Last Article: Introduction
Next Article: Schema Management
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.