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

Update management/configuration endpoint about new JVM and miscellaneous properties

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: REST API
    • Release Notes Summary:
      The management/configuration endpoint documentation was updated with JVM and miscellaneous properties.
    • Team:
      PLATFORM
    • Sprint:
      nxplatform #104
    • Story Points:
      1

      Description

      With NXP-32131, the Configuration endpoint now also returns the JVM properties and some miscellaneous 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",
          ...
        },
        "jvmProperties": {
          "java.specification.version": "17",
          "sun.jnu.encoding": "UTF-8",
          ...
        },
        "miscProperties": {
          "os.timezone.id": "Europe/Paris",
          "os.timezone.offset": "+01:00"
        }
      }
      

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                nalkotob Nour Al Kotob
                Reporter:
                nalkotob Nour Al Kotob
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: