Previous Topic: CA Enterprise Log Manager API Structure

Next Topic: API Login

API Authentication

Your API calls must be authenticated to access the CA Enterprise Log Manager event log store. Here are several ways to set up authentication:

User Name and Password Example

https://ELMSERVER:5250/spin/calmapi/getObject.csp?type=getQueryList&username=xx&password=xx

This example uses the getQueryList command, and authenticates using a CA Enterprise Log Manager user name and password.

Certificate Name and Password Example

https://ELMSERVER:5250/spin/calmapi/getObject.csp?type=getELMServers&certname=xx&password=xx

This example uses the getELMservers command, and authenticates using a certificate name and password.

Session ID Example

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

This example uses the getQueryViewer command, and authenticates using a session ID.

More information:

API Login

Register a Product

API Certificate Creation