Previous Topic: getTimeZones

Next Topic: Query and Report Viewer Calls

getVersion

You can use the getVersion command to show the APIs version running on the target CA Enterprise Log Manager server. The versions need not be the same. Use this command for troubleshooting purposes.

Note: The API version can differ from the version of other CA Enterprise Log Manager components, such as agents, depending on the update choices made by your administrator.

getVersion Example

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

Returns the following XML:

<?xml version="1.0" encoding="UTF-8" ?>
<Result>
	<Value>true</Value>
	<Description>Get Object Successful. Type [getVersion]</Description>
	<Version>v12.0.48.14</Version>
</Result>