Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0
Description
GET /update/:host_name returns
[
{ "upd_pending": 0, "parent_pending": "0", "status": "REPORTED", "host_id": 22, "host_name": "foo-bar" }]
it should return
[
{ "upd_pending": true|false, "parent_pending": true|false, "status": "REPORTED", "host_id": 22, "host_name": "foo-bar" }]
since TO ORT relies heavily on this endpoint, ensure that ORT can handle booleans as opposed to int/string 0|1
Attachments
Issue Links
- is related to
-
TC-102 API changes to reflect true datatypes
- Closed
- links to