Previous Topic: Query Specifications

Next Topic: Time Zone Specifications

Server Specifications

You can specify the event log store of a non-default CA Enterprise Log Manager server as the target of the query, by name or IP address. The default is localhost, the server named in the API call.

You can use getELMServers to retrieve a list of eligible server names.

Server Name Specification Example

https://ELMSERVER:5250/spin/calmapi/getObject.csp?type=getQueryViewer&objectId=Subscription/panels/System_Event_Count_By_Event_Action&server=ELMSERVER2

In this example, "&server=" specifies the name of the server for the query. The server name you want replaces "ELMSERVER2". Because the default is the localhost (ELMSERVER) there is no need to use the &server element unless you want to specify a non-default target server.

Note: If you enter an invalid server name, the call returns data from the default CA Enterprise Log Manager server identified by the ELMSERVER value.

More information:

getELMServers

runQuery