Deleting a Scheduled Plan for Adding or Deleting a Logical Cluster
Function
This API is used to delete a scheduled plan for adding or deleting a logical cluster.
Calling Method
For details, see Calling APIs.
URI
DELETE /v1/{project_id}/clusters/{cluster_id}/logical-cluster-plans/{plan_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
cluster_id |
Yes |
String |
Definition Cluster ID. For details about how to obtain the value, see Obtaining the Cluster ID. Constraints N/A Range N/A Default Value N/A |
project_id |
Yes |
String |
Definition Project ID. To obtain the value, see Obtaining a Project ID. Constraints N/A Range N/A Default Value N/A |
plan_id |
Yes |
String |
Definition Plan ID. Constraints N/A Range N/A Default Value N/A |
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Definition Error code. Range N/A |
error_msg |
String |
Definition Error message. Range N/A |
Example Requests
Delete a scheduled plan for adding or deleting a logical cluster.
DELETE https://{Endpoint}/v1/89cd04f168b84af6be287f71730fdb4b/clusters/4ca46bf1-5c61-48ff-b4f3-0ad4e5e3ba90/logical-cluster-plans/0b494d0d-8431-4c4f-8a06-2cc42d0d0c7d
Example Responses
Status code: 200
Plan for adding and deleting a logical cluster deleted.
{ "errCode" : "DWS.0000", "externalMessage" : "Request successfully processed.", "error_code" : "DWS.0000", "error_msg" : "Request successfully processed.", "retCode" : "DWS.0000", "retMessage" : "Request successfully processed." }
Status Codes
Status Code |
Description |
---|---|
200 |
Plan for adding and deleting a logical cluster deleted. |
400 |
Request error. |
401 |
Authentication failed. |
403 |
You do not have required permissions. |
404 |
No resources found. |
500 |
Internal server error. |
503 |
Service unavailable. |
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