Uploaded image for project: 'Traffic Control'
  1. Traffic Control
  2. TC-103

GET /update/:host_name should return boolean values

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              mitchell852@apache.org Jeremy Mitchell
              mitchell852@apache.org Jeremy Mitchell
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: