/api/space/user-management/users/{uid}/active-user-sessions/{rid}

The following operation is supported on this resource:

  • GET - Get a single active user session for a user
GET /users/{uid}/active-user-sessions/{rid} Version 1

Get a single active user session for a user.

Sample Usage

GET /users/{uid}/active-user-sessions/{rid}


  • Parameters:
    Name Type URI Type Description Required
    uid int Path The ID of the user whose session is to be retrieved.. Y
    rid int Path The session ID of the session to be retrieved. Y
  • Sample Output XML:
    <active-user-session href="/api/space/user-management/active-user-sessions/45154306" uri="/api/space/user-management/active-user-sessions/45154306">
        <session-start-time>Oct 9, 2012 4:39:30 PM</session-start-time>
        <ip-address>192.168.27.10</ip-address>
        <user-name>ramesh</user-name>
        <fabric-node-name>Space</fabric-node-name>
    </active-user-session>

  • Sample Output JSON:
    {
            "active-user-session": {
                   "@href": "/api/space/user-management/active-user-sessions/45580289",
                   "@uri": "/api/space/user-management/active-user-sessions/45580289",
                   "session-start-time":"Oct 9, 2012 4:39:30 PM",
                   "ip-address":"192.168.27.10",
                   "user-name":"ramesh"
                   "fabric-node-name":"Space"
        }
    }

  • Access Control

    The following capabilities are required to access this API: ReadRole