-
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
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", ... } }
- is related to
-
NXDOC-2637 Update management/configuration endpoint about new JVM and miscellaneous properties
- Resolved
-
NXP-32229 Configuration endpoint should list ConfigurationService properties
- Resolved