Previous Topic: getELMServers

Next Topic: getTimeZones

getGlobalSettings

Use the getGlobalSettings command to show global settings for the target CA Enterprise Log Manager server. You can view the global settings and decide if they are suitable for any API query or report calls you want to construct. The settings are controlled from the CA Enterprise Log Manager interface.

getGlobalSettings Example

https://ELMSERVER:5250/spin/calmapi/ getObject.csp?type=getIGlobalSetthttps://ELMSERVER:5250/spin/calmapi/getObject.csp?type=getGlobalSettingsings

Returns the following XML:

<?xml version="1.0" encoding="UTF-8" ?> 
- <Result>
  <Value>true</Value> 
  <Description>Get Object Successful. Type [getGlobalSettings]</Description> 
- <iSponsor>
  <Name>CALM</Name> 
  <Version>12.1.xxx.1</Version> 
  <EEMServer>etr851l1-blade3</EEMServer> 
  <EEMAdmin>EiamAdmin</EEMAdmin> 
  <Certificate>/opt/CA/SharedComponents/iTechnology/CAELMCert.p12</Certificate> 
  <Password>BhUXVFhQCFxEDA==</Password> 
  <DisplayName>Global Configuration</DisplayName> 
  <CalmType>service</CalmType> 
  <AppInstance>CAELM</AppInstance> 
  <ELMPath>/opt/CA/LogManager</ELMPath> 
  <Updated>1269421754</Updated> 
  <KeyFile>@APP_NAME@Cert.key</KeyFile> 
  <UpdateInterval label="Update Interval (seconds)" def="300" prompt="Update interval in seconds at which components checks for updated configurations" type="number" min="30" max="86400" global="true">30</UpdateInterval> 
  <SessionTimeout label="Session Timeout (minutes)" def="15" prompt="Session timeout in minutes" type="number" min="10" max="600">15</SessionTimeout> 
  <AutoRefreshAllowed type="bool" label="Allow Auto Refresh" prompt="Allow users to set auto refresh of reports" def="false">true</AutoRefreshAllowed> 
  <AutoRefreshFrequency type="number" label="Auto Refresh Frequency (minutes)" prompt="Auto refresh frequency in minutes" min="1" max="60" def="10">10</AutoRefreshFrequency> 
  <AutoRefreshEnabled type="bool" label="Enable Auto Refresh" prompt="Enable auto refresh of reports" def="false">false</AutoRefreshEnabled> 
  <AlertAuthentication def="true" label="Viewing Action Alerts Requires Authentication" prompt="Requires authentication for Viewing action alerts" type="bool" global="true">false</AlertAuthentication> 
  <DefaultReport EEMDisplay="calmName" EEMsource="/CALM_Configuration/Content/Reports/Subscription/scorecards,/CALM_Configuration/Content/Reports/User" calmType="scorecard" label="Default Report" prompt="The default report to run" type="combo">Collection_Monitor_by_Log_Manager</DefaultReport> 
  <EnableDefaultReport type="bool" label="Enable default report launch" prompt="Enable automatic launch of default report" def="true">true</EnableDefaultReport> 
  <HiddenReportTags type="shuttle" prompt="Hide selected report tags view in the application." icon="tagIcon" label="Hide Report Tags" EEMsource="/CALM_Configuration/Content/Reports/Tags/Report" orderedlist="false" /> 
  <HiddenQueryTags type="shuttle" prompt="Hide selected query tags view in the application." icon="tagIcon" label="Hide Query Tags" EEMsource="/CALM_Configuration/Content/Reports/Tags/Panel" orderedlist="false" global="true" /> 
  <EnableDefaultProfile group="Profiles" type="bool" label="Enable default profile" prompt="Enable automatic launch of default profile" def="false">false</EnableDefaultProfile> 
  <DefaultProfile group="Profiles" EEMDisplay="calmName" EEMsource="/CALM_Configuration/Content/Profiles/Subscription,/CALM_Configuration/Content/Profiles/User" calmType="profile" label="Default Profile" prompt="The default profile to run" type="combo" global="true">CA_Access_Control</DefaultProfile> 
  <HiddenProfiles group="Profiles" EEMDisplay="calmName" type="shuttle" prompt="Hide selected profiles view in the application." icon="profileIcon" label="Hide Profiles" EEMsource="/CALM_Configuration/Content/Profiles/Subscription,/CALM_Configuration/Content/Profiles/User" orderedlist="false" global="true">CA_Identity_Manager</HiddenProfiles> 
  </iSponsor>
  </Result>