Description
Run the "backup" or "restore" portion of the indicated Server Batch's customization
package for all servers in a batch. On each server, this calls the package's
customize.sh bash script with the "-r"
(restore) parameter:
customize.sh -r
Parameters
| Name | Description |
|---|---|
| payload (body) |
Location: body Type: application/json
Parameter
|
Responses
| Status | Description |
|---|---|
| Successful |
Code: 202 The customization script was successfully started on the Server Batch's servers. |
| Error |
Note: This endpoint returns an error code only if an error
occurred while attempting to call the script. If the script
itself encounters and fails with an error, BSUS logs a
separate event in its event list, distinct from events
associated with this endpoint.
Code: 400 Invalid input. Code: 404 Batch not found. |