Changes the node group of a node.
Operation description
Creates a session, returns a frontend endpoint, and starts an auto-triggered task to track the session status.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:ChangeNodeGroup |
update |
*Node
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Nodes |
array |
No |
The node information. |
|
|
string |
No |
A list of nodes. |
["e01-dks34dmdfo3","e01-dfjd34nsl4"] |
|
| IgnoreFailedNodeTasks |
boolean |
No |
Specifies whether to skip failed nodes. The default value is False. |
False |
| TargetNodeGroupId |
string |
No |
The ID of the target node group. |
i234242342342 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
887FA855-89F4-5DB3-B305-C5879EC480E6 |
| TaskId |
string |
The task ID. |
i159136551662516768776 |
Examples
Success response
JSON format
{
"RequestId": "887FA855-89F4-5DB3-B305-C5879EC480E6",
"TaskId": "i159136551662516768776"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.