Deleting a Node by Node ID
Function
This API is used to delete a node.
Calling Method
For details, see Calling APIs.
URI
DELETE /v1/{project_id}/workspaces/{workspace_id}/nodes
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Definition Project ID, which is used to specify the project that a resource belongs to. You can query the resources of a project by project ID. You can obtain the project ID from the API or console. Obtaining the Project ID Constraints N/A Range N/A Default Value N/A |
|
workspace_id |
Yes |
String |
Workspace ID. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
Definition User token. You can obtain it by calling the IAM API for obtaining a user token. The user token is the value of X-Subject-Token in the response header. Obtaining a User Token Constraints N/A Range N/A Default Value N/A |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
delete_ids |
Yes |
Array of strings |
Node ID list. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
delete_success_list |
Array of Node objects |
List of successful deletions. |
|
delete_fail_list |
Array of Node objects |
List of IDs of the objects that fail to be deleted. |
|
Parameter |
Type |
Description |
|---|---|---|
|
node_id |
String |
UUID |
|
node_name |
String |
Tenant name. |
|
region |
String |
Region. |
|
os_type |
String |
OS type. |
|
specification |
String |
Specifications. |
|
ip_address |
String |
IP address. |
|
private_ip_address |
String |
IP address. |
|
description |
IsapErrorRsp object |
Error object returned upon failure. |
|
device_type |
String |
Device type. |
|
create_by |
String |
IAM user ID. |
|
vpc_id |
String |
UUID |
|
vpcep_service_ip |
String |
IP address. |
|
vpc_endpoint_address |
String |
VPC endpoint address. |
|
vpc_endpoint_id |
String |
VPC endpoint ID. |
|
subnet_id |
String |
Subnet ID. |
|
create_time |
Integer |
Millisecond timestamp. |
|
update_time |
Integer |
Millisecond timestamp. |
|
node_expansion |
IsapNodeExpansion object |
Node extension information. |
|
monitor |
Monitor object |
Monitor. |
|
Parameter |
Type |
Description |
|---|---|---|
|
error_code |
String |
Error code. |
|
error_msg |
String |
Error message. |
|
Parameter |
Type |
Description |
|---|---|---|
|
node_id |
String |
UUID |
|
data_center |
String |
Data center. |
|
custom_label |
String |
Custom tag. |
|
network_plane |
String |
Network plane. |
|
description |
String |
Description. |
|
maintainer |
String |
Maintenance engineer. |
|
Parameter |
Type |
Description |
|---|---|---|
|
mini_on_online |
String |
Online or not. |
|
memory_count |
String |
Number of physical memory modules. |
|
memory_usage |
String |
Used physical memory. |
|
memory_free |
String |
Current free physical memory. |
|
memory_shared |
String |
Total memory shared by multiple processes. |
|
memory_cache |
String |
Memory size of cached data. |
|
cpu_usage |
String |
Current CPU usage. |
|
cpu_idle |
String |
Percentage of CPU idle time. |
|
up_pps |
String |
Number of uploaded data packets per second. |
|
down_pps |
String |
Number of downloaded data packets per second. |
|
write_rate |
String |
Disk write rate. |
|
read_rate |
String |
Disk read rate. |
|
disk_count |
String |
Number of disk devices in the system. |
|
disk_usage |
String |
Current disk space usage. |
|
heart_beat_time |
Long |
Time when the last heartbeat signal was received. |
|
health_status |
String |
Definition Health status of nodes. NORMAL: normal
Constraints N/A Range
Default Value N/A |
|
heart_beat |
String |
Definition Whether the node can successfully receive the heartbeat signal.
Constraints N/A Range
Default Value N/A |
Status code: 400
|
Parameter |
Type |
Description |
|---|---|---|
|
error_code |
String |
Error code. |
|
error_msg |
String |
Error message. |
Example Requests
None
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Response of delete node |
|
400 |
Error response |
Error Codes
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