Skip to main content

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

FieldTypeDescription

Id

StringA session id value.

Name

StringA session id value.

Description

StringManager user session.

UserName

StringThe username who creates this session.

Password

StringThis property is used in a POST to specify a password when creating a new session. This property is null on a GET.

SessionType

StringSession Type string and it is depended on the session type (ex. Redfish, WebGUI, ManagerConsole … etc.)

CreatedTime

StringThe time when created this session.

Context

StringThe additional context of this session.

ClientOriginIPAddress

StringOriginal IP address of the client.

Status code

HTTP Status CodeError Message ID
500InternalError