Uploaded image for project: 'Nuxeo Documentation'
  1. Nuxeo Documentation
  2. NXDOC-2634

Update management/configuration endpoint about new ConfigurationService properties

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: REST API
    • Tags:
    • Sprint:
      nxplatform #104
    • Story Points:
      1

      Description

      With NXP-32229, the Configuration endpoint now returns theĀ ConfigurationService properties, along with the configured and runtime properties.
      For instance:

      curl -u Administrator:Administrator \
      http://localhost:8080/nuxeo/api/v1/management/configuration
      
      {
        "entity-type": "configuration",
        "configuredProperties": {
          ...
          "nuxeo.core.bulk.scroller.scroll.keepAliveSeconds": "172800",
           ...
        },
        "runtimeProperties": {
          ...
          "nuxeo.core.bulk.scroller.scroll.keepAliveSeconds": "172800",
          ...
        },
        "configurationServiceProperties": {
          ...
          "nuxeo.core.bulk.scroller.scroll.keepAliveSeconds": "660",
          ...
        }
      }
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: