Description
Update the servers in an existing Server Batch based on the ID provided
Parameters
| Name | Description |
|---|---|
| batch_id | Location: query Type: string The ID of the Server Batch in which you would like to add servers. |
| body | Location: body Type: application/json The body of the servers to be added
to the Server Batch. The JSON body is as
follows:
Parameters
|
Responses
| Status | Description |
|---|---|
| Successful |
Code: 202 Server Batch updated successfully. Body:
Displays the updated list of servers that are within the specified Server Batch. For descriptions of each field, see Parameters above. |
| Error |
Code: 400 Invalid input. Body:
Code: 404 Server Batch not found. Body:
Code: 409 Server Barch name already in use. Body:
Code: 500 Internal server error. Body:
|