How to uniquely identify registered Automation Adapter using the RQM 4.0.X Adapter API?

Hi All,
We are using the following parameters to register the Automation Adapter with RQM 4.0.X (through OSLC 2.0 REST API):
Adapter Name, Adapter Description, polling Interval.
After registering the adapter, RQM Assigning a Unique identifier URI to that particular Adapter.
When user tries to register second time than there should be some services through which we can uniquely identify that the adapter is already registered or not.
But i can't find such parameters through which we can uniquely identify the Adapter.
We have tried to send the custom identifier also to the RQM Server but the it's not working.
Is it possible to register the custom Identifier?
Is there any other way to find the registered adapter?
We are using the following parameters to register the Automation Adapter with RQM 4.0.X (through OSLC 2.0 REST API):
Adapter Name, Adapter Description, polling Interval.
After registering the adapter, RQM Assigning a Unique identifier URI to that particular Adapter.
When user tries to register second time than there should be some services through which we can uniquely identify that the adapter is already registered or not.
But i can't find such parameters through which we can uniquely identify the Adapter.
We have tried to send the custom identifier also to the RQM Server but the it's not working.
Is it possible to register the custom Identifier?
Is there any other way to find the registered adapter?
One answer

Hi Rahul,
I'm not sure what you're trying to accomplish here but if it could be solved by checking the list of registered adapters, then you may want to check REST API samples provided in: http://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api
Regards,
Stéphane
I'm not sure what you're trying to accomplish here but if it could be solved by checking the list of registered adapters, then you may want to check REST API samples provided in: http://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api
Regards,
Stéphane
Comments

Thanks Stephane,
We are able to get the list of registered Adapters.But When user restarts the adapter after registering it first time , we are not able to identify the Adapter uniquely with the provided information.
There should be some unique parameters while registering the adapter through which Adapter can be identified uniquely. Otherwise Adapter each time will get register as a new Adapter Instance.