| Object type: user-session | |
|---|---|
| A UserSession object contains information about a currently-authenticated user in the Sentinel system. | |
| Field | Description |
| address | The IP address of the client system from which the user authenticated. |
| meta | The metadata for an object, including the object type name and the URL reference to the object. Definition |
| name | The username of the account that is authenticated to the Sentinel system. |
| os-name | The username of the associated account on the client operation system. May not be present. |
| session-type | The type of session. May be one of "HTTP" or "LEGACY". "LEGACY" indicates a session with the older, SCC-style client connection. |
| start | The starting date and time of the user session. |
| user | The URL of the Sentinel User object associated with the session object. |
| Object type: meta | |
|---|---|
| The metadata for an object, including the object type name and the URL reference to the object. | |
| Field | Description |
| @href | The URL reference to the object. |
| type | The name of the object type |
GET https://164.99.19.131:8443/SentinelRESTServices/objects/user-session/Wildebeest
{
"meta":{
"type":"user-session",
"@href":"https://164.99.19.131:8443/SentinelRESTServices/objects/user-session/Wildebeest"
},
"session-type":"Wildebeest",
"start":"2012-04-25T13:33:44.727Z",
"address":"Wildebeest",
"name":"Wildebeest",
"os-name":"Wildebeest"
}
| Object type: user-session | ||
|---|---|---|
| A UserSession object contains information about a currently-authenticated user in the Sentinel system. | ||
| Field | Required | Description |
| address | false | The IP address of the client system from which the user authenticated. |
| name | false | The username of the account that is authenticated to the Sentinel system. |
| os-name | false | The username of the associated account on the client operation system. May not be present. |
| session-type | false | The type of session. May be one of "HTTP" or "LEGACY". "LEGACY" indicates a session with the older, SCC-style client connection. |
| start | false | The starting date and time of the user session. |
| user | false | The URL of the Sentinel User object associated with the session object. |
| Object type: meta | ||
|---|---|---|
| The metadata for an object, including the object type name and the URL reference to the object. | ||
| Field | Required | Description |
| @href | false | The URL reference to the object. |
| type | false | The name of the object type |
PUT https://164.99.19.131:8443/SentinelRESTServices/objects/user-session/Wildebeest
{
"session-type":"Wildebeest",
"start":"2012-04-25T13:33:44.727Z",
"address":"Wildebeest",
"name":"Wildebeest",
"os-name":"Wildebeest"
}
DELETE https://164.99.19.131:8443/SentinelRESTServices/objects/user-session/Wildebeest