Reimages the specified nodes.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
eflo:ReimageNodes | update | *Cluster
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
ClusterId | string | No | The cluster ID. | i15dfa12e8f27c44f4a006c2c8bb |
| Nodes | array<object> | No | The list of nodes. | |
object | No | |||
Hostname | string | No | The hostname. | 457db5ca-241d-11ed-9fd7-acde48001122 |
LoginPassword | string | No | The logon password. | *** |
NodeId | string | No | The node ID. | e01-cn-zvp2tgykr0b |
ImageId | string | No | The OS image ID. | m-8vbf8rpv2nn14y7oybjy |
IgnoreFailedNodeTasks | boolean | No | Specifies whether to skip failed nodes. The default value is False. | False |
UserData | string | No | The custom data. | #!/bin/sh echo "Hello World. The time is now $(date -R)!" | tee /root/userdata_test.txt |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | 15FBCD9B-C93F-54E8-A168-AADE7E66DAD2 |
TaskId | string | The task ID. | i158782151663841517926 |
Examples
Success response
JSON format
{
"RequestId": "15FBCD9B-C93F-54E8-A168-AADE7E66DAD2",
"TaskId": "i158782151663841517926"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.