Re: [ovirt-users] How to get logged in into restapi in java using session ID

2016-03-14 Thread shailendra saxena
Hello Juan Hernández, Thanks you for the help. Now i am able to authenticate using session id. On 14 March 2016 at 23:00, Juan Hernández wrote: > On 02/18/2016 03:22 PM, shailendra saxena wrote: > > Has somebody tried to get API object with the constructor having > >

Re: [ovirt-users] How to get logged in into restapi in java using session ID

2016-03-14 Thread Juan Hernández
On 02/18/2016 03:22 PM, shailendra saxena wrote: > Has somebody tried to get API object with the constructor having > parameters- URL and restapisession- by using java-sdk ? > Here is the following syntax ? > Api api =new Api(RestURL,restapisessionID) > > I have searched a lot but i didn't find

[ovirt-users] How to get logged in into restapi in java using session ID

2016-02-18 Thread shailendra saxena
Has somebody tried to get API object with the constructor having parameters- URL and restapisession- by using java-sdk ? Here is the following syntax ? Api api =new Api(RestURL,restapisessionID) I have searched a lot but i didn't find anything. Somewhere I read that Ovirt has some issue on