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

Retrieve a payload with mutable attributes and the value of each

    XMLWordPrintable

Details

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

    Description

      the action=get-mutable-attributes payload contains only the list of attributes.

      enhance the API with an endpoint to retrieve a json payload with the attributes, values and types.

       

      {
        "jmx-statistics.statistics": {
          "value": true,
          "type": "boolean"
        },
        "locking.acquire-timeout": {
          "value": 15000,
          "type": "long"
        },
        "transaction.single-phase-auto-commit": {
          "value": false,
          "type": "boolean"
        },
        "expiration.max-idle": {
          "value": -1,
          "type": "long"
        },
        "transaction.stop-timeout": {
          "value": 30000,
          "type": "long"
        },
        "clustering.remote-timeout": {
          "value": 17500,
          "type": "long"
        },
        "expiration.lifespan": {
          "value": -1,
          "type": "long"
        },
        "expiration.interval": {
          "value": 60000,
          "type": "long"
        },
        "memory.max-count": {
          "value": -1,
          "type": "long"
        },
        "memory.max-size": {
          "value": null,
          "type": "string"
        }
      }
      

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            karestig@redhat.com Katia Aresti
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: