getServerSettings

On this page
Back to index

Summary

Retrieves all server settings by category.
category
Stringrequired
The category that the server settings belong to.
Possible values: "AGENT_SETTING", "ARTIFACT_MANAGEMENT", "DATA_RETENTION", "EMAIL_NOTIFICATIONS", "JAVASCRIPT", "NAME_TEMPLATES", "PIPELINE", "SCHEDULER_SETTINGS", "SECURITY_SETTING", "SYSTEM_SETTING", "UI_SETTING"

Usage

Perl

$cmdr->getServerSettings( "test-category" # category );

ectool

ectool getServerSettings \ "test-category" `# category`