9/30/2011 10:04:09 AM
 Ameya A Posts: 4
|
Hi,
Our organization is using seceret server version Version: 7.1.000015.
What I want is to retieve secrets but through command line.
Input secretId, username & password.
Output:*For any template* I want field value of userName and Password*
curl -v --url "<a href="https://our-seceret-server-webservices-url/ss/webservices/sswebservice.asmx?op=GetSecret"">https://our-seceret-server-webservices-url/ss/webservices/sswebservice.asmx?op=GetSecret"</a> --user "username:password"
Firstly is curl the right way or should I use any other tool?
If curl is right way how can give secret id while passing through url?
Let say I want secretId 0001 to be fetched what should be my input url? curl -v --url "<a href="https://our-seceret-server-webservices-url/ss/webservices/sswebservice.asmx?op=GetSecret"">https://our-seceret-server-webservices-url/ss/webservices/sswebservice.asmx?op=GetSecret"</a> --user "username:password"
Please assist here. Many Thanks, Ameya
|
|
|
0
• link
|