systemConfig getKeys

Available for: Content Management Server, Template Engine

Task: Returns the names of the subentries of the specified system configuration elements.

Syntax:

systemConfig getKeys {elemPath}

Function parameters:

  • elemPath is the path of a configuration element whose subentries are to be returned. The parts of a path must be separated by a period.

Return value if successful: A list containing the list of subentry names for each elemPath specified.

Necessary permissions: none

Example:

CM>systemConfig getKeys tuning.master tuning.slave
{maxSlaves slaveIdleTimeout slaveExecMaxFailures slaveExecArguments
slaveShutdownTimeout slaveStartupTimeout minIdleSlaves}
{maxNumberOfRequests requestTimeout}