Downloads the RIP configuration file with ComputerGUID if found.
URL:
GET http://api.aurelon.com/api/v2/configuration/{ComputerGUID}
Request Headers:
MisKey : see Authentication
HardwareHash : see Authentication
SerialNumber : see Authentication
ApplicationVersion : see Authentication
Response:
Content type is application/xml and contains the XML of the configuration of RIP Computer. Or content type application/json when with the error content.
Success:
200 OK : Configuration XML
Error:
- 401 Unauthorised : {“Message”: “Invalid MisKey”}
- 401 Unauthorised : {“Message”:”Invalid HardwareHash”}
- 401 Unauthorised : {“Message”: “”MisKey” or “HardwareHash”, “SerialNumber” and “ApplicationVersion” header are required”}
- 404 Not Found : {“Message”: “ComputerGUID not found”}
- 500 Internal Server Error : {“Message”:”Internal Server Error”}