PDA

View Full Version : How to get the list of applications instantiated/provisioned by a user


muthukrishnanbalaji
09-15-2011, 12:06 AM
1. Once I have a login for Applogic, I can create/provision an application from a template. How can I get the list of applications provisioned by a particular user using the Applogic Webservices.
2. Also I referred to the document at http://doc.3tera.com/AppLogic30/en/Api_Ref/index.htm?toc.htm?1597766.html . All these methods run without any credentials. Because I am able to get a list of apps or provision an app without any username or password.

Please let me know if I am missing something here.

Thanks
Muthu

PeterNic
11-18-2011, 09:38 AM
Hi Muthu,

1. You can use the app/get_acl API call and examine the app owner. Unless changed manually, this will be the user that provisioned the app. (In AppLogic 3.1, the owner may be overridden with the default ACL as well)

2. The access to the API is authenticated (usually with a VPN SSL client-side certificate), similarly to the way an ssh user is authenticated with an ssh key upon login. The API access point then has user identify / access keys for all the virtual datacenter it can access.

Best regards,
- Peter