Resources | Methods |
---|---|
https://localhost:8443/api/rest/login-sessions |
GET
Retrieves a list of all the currently active login sessions.
|
https://localhost:8443/api/rest/login-sessions/{login-session-identifier} |
GET
Retrieves information about a user login session.
DELETE Terminates a login session on DMA. |
GETRetrieves a list of all the currently active login sessions. [tags: DMA] RequestResponse
|
Name | Type | Description |
---|---|---|
login-session-identifier | xs:string | Unique identifier of the login session resource. |
GETRetrieves information about a user login session. [tags: DMA] RequestResponse
DELETETerminates a login session on DMA. [tags: DMA] RequestResponse
|