A Tateru Manager is used to communicate with a machine manager to extract inventory and configure boot devices
Up
post /v1/machines/{uuid}/boot-installer
makes a machine boot into the Tateru installer environment (bootInstaller)
Calling this action will cause a machine to boot into the Tateru installer
environment, possibly by reconfiguring bootup order and doing a network boot.
Path parameters
uuid (required)
Path Parameter — The machine UUID to boot the installer on
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
the request succeeded
404
the requested machine was not found
409
the requested machine is already subject to another operation
500
the request failed
fetches all known machines (fetchMachines)
Returns all currently active machine objects
Return type
Example data
Content-Type: application/json
[ {
"serialNumber" : "XYZ1234",
"name" : "VMLNX01",
"assetTag" : "00203",
"uuid" : "d290f1ee-6c54-4b01-90e6-d701748f0851"
}, {
"serialNumber" : "XYZ1234",
"name" : "VMLNX01",
"assetTag" : "00203",
"uuid" : "d290f1ee-6c54-4b01-90e6-d701748f0851"
} ]
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
list of machine objects