getconfig

Get configuration properties of the server and of XML Libraries.



HTTP Request: GET

Parameters:

NameValueDescriptionformat
level

"admin" (the default), or "expert".

If the level is "admin", statistics are summarized, otherwise all statistics are returned.

format
  • "text" : (the default) returns tab-separated lines, each containing the fields described below.
  • "json" : returns an array containing one map for each statistic (see below) .

Response:

   mime-type: text/plain

   mime-type: application/json

Whatever the format, the response contains the following fields:

FieldDescription
NameUnique name of the property
CategoryApplication category: Server | Database | XQuery | Extensions
LevelAudience: "admin" or "expert"
Value Current value
DefaultValueDefault value of the property (also defines the type)
DescriptionA short description. See the Javadoc of properties for more information

Error codes:

AccessControl
if the user does not have the admin role.