Administrator API: Login to specific instance with username, password
1) How do I login to a specific instance of ColdFusion administrator with a username and password. The example I see everywhere is variations of:
adminObj = createObject("component","cfide.adminapi.administrator");
adminObj.login("password");
which appears to be based on no instances and not multiple administrators.
my goal is to log into a set of instances and assign datasources to each of them based on a csv file. I know how to do all that once logged in.
What I don't know how to do is log in!
Please help!
2) Is there an actual document anywhere that actually documents the administrator API? I have the help files that I suspect everyone has and they don't.
Thank you.
