Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-9198

REST command active/inactive respone null, other command have correct response value

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.5
    • 2.7
    • rest
    • None
    • Docs Required

    Description

      Output of active/inactive should have response value like other command
      For example version

      {
        "result": {
          "error": null,
      *    "response": "2.4.0",*
          "sessionToken": "CE2C38BF41114B63856A4D1388E7F938",
          "successStatus": 0
        },
        "status": "OK"
      }
      

      But active

      {
        "result": {
          "error": null,
      *    "response": null,* , should be - cluster inactive
          "sessionToken": "CE2C38BF41114B63856A4D1388E7F938",
          "successStatus": 0
        },
        "status": "OK"
      }
      

      and inactive

      {
        "result": {
          "error": null,
      *    "response": null,* , should be - cluster active
          "sessionToken": "CE2C38BF41114B63856A4D1388E7F938",
          "successStatus": 0
        },
        "status": "OK"
      }
      

      Attachments

        Issue Links

          Activity

            People

              shroman Roman Shtykh
              ARomantsov ARomantsov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: