com.cloudera.api.v11
Interface UsersResourceV11

All Superinterfaces:
UsersResource

public interface UsersResourceV11
extends UsersResource


Method Summary
 ApiUserSessionList getSessions()
          Return a list of the sessions associated with interactive authenticated users in Cloudera Manager.
 
Methods inherited from interface com.cloudera.api.v1.UsersResource
createUsers, deleteUser, readUser, readUsers, updateUser
 

Method Detail

getSessions

@Path(value="/sessions")
ApiUserSessionList getSessions()
Return a list of the sessions associated with interactive authenticated users in Cloudera Manager.

Note that these sessions are only associated with users who log into the web interface. API users will not appear.

Returns:
A list of user sessions


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.