Previous Topic: Register a Product

Next Topic: Unregister a Product

List Registered Products

You can call the list of registered products, displayed by certificate name and the GMT time at which the registration took place. The name of the Application Object is the same as the certificate name. This object has the following attributes:

List Registered Product Examples

https://ELMSERVER:5250/spin/calmapi/calmapi/registerProduct.csp?action=list&username=Administrator&password=adminpassword

In this case "&username=Administrator" specifies a CA Enterprise Log Manager user with the Administrator role. Replace "Administrator" with an appropriate administrator-privileged user.

"&password=adminpassword" specifies password for the Administrator user. Replace "adminpassword" with the password for the user you specified in "&username=".

Note: Use the EiamAdmin username and password to register a product. To list or unregister products, you can use the EiamAdmin credentials, but Administrator credentials are sufficient.

Success Response

  <?xml version="1.0" encoding="UTF-8" ?> 
<Result>
  <Value>true</Value> 
  <Description>The list of registered products has been successfully retrieved.</Description> 
 <Items>
  <Item name="test" registertime="1235766475" /> 
  <Item name="test333" registertime="1236820661" /> 
  <Item name="CALM_API_UT" registertime="1236888120" /> 
  </Items>
</Result>

Failure Response

  <?xml version="1.0" encoding="UTF-8" ?> 
- <Result>
  <Value>false</Value> 
  <Description>EE_AUTHFAILED Authentication Failed</Description> 
  </Result>


Copyright © 2010 CA. All rights reserved. Email CA about this topic