-
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
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" } }
- is related to
-
NXDOC-2634 Update management/configuration endpoint about new ConfigurationService properties
- Resolved
-
NXP-32131 Add JVM information in the configuration management endpoint
- Resolved