Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-13276

Improve XSite Rest Endpoint

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 13.0.0.Final
    • None
    • None
    • None

    Description

      Endpoint: cache-managers/<name>/x-site/backups/

      The return value is incomplete. With "mixed" status it should include the caches where the "site2" is online and offline (and mixed too).

      {
        "site2": {
          "status": "mixed",
          "online": [],
          "offline": []
        }
      }
      

      Endpoint caches/<name>/x-site/backups/

      As the endpoint above, it should return the node name where the site is online and offline, instead of a string where users have to parse it.

      {
        "site2": "mixed, offline on nodes: [pedro-laptop-3-70]"
      }
      

      Attachments

        Activity

          People

            pruivo@redhat.com Pedro Ruivo
            pruivo@redhat.com Pedro Ruivo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: