GET – Session properties
Use the GET method to retrieve properties in Session resource for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/SessionService/Sessions/{1...N}
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Id | String | A session id value. | |||
Name | String | A session id value. | |||
Description | String | Manager user session. | |||
UserName | String | The username who creates this session. | |||
Password | String | This property is used in a POST to specify a password when creating a new session. This property is null on a GET. | |||
SessionType | String | Session Type string and it is depended on the session type (ex. Redfish, WebGUI, ManagerConsole … etc.) | |||
CreatedTime | String | The time when created this session. | |||
Context | String | The additional context of this session. | |||
ClientOriginIPAddress | String | Original IP address of the client. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Give documentation feedback