Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6408

Document Drill API /cluster.json states

    XMLWordPrintableJSON

Details

    Description

      Request to document the possible states returned by Drill API's newer /cluster.json endpoint:

      https://drill.apache.org/docs/rest-api-introduction/#get-/cluster.json

      Real world output shows an interesting 'state' field which is currently undocumented in the link above, but you can see here:

      {
        "drillbits" : [ {
          "address" : "1939919665a9",
          "userPort" : "31010",
          "controlPort" : "31011",
          "dataPort" : "31012",
          "version" : "1.13.0",
          "current" : true,
          "versionMatch" : true,
          "state" : "ONLINE"
        } ],
        "currentVersion" : "1.13.0",
        "mismatchedVersions" : [ ],
        "userEncryptionEnabled" : false,
        "bitEncryptionEnabled" : false,
        "authEnabled" : false
      }

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              harisekhon Hari Sekhon
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: