API Guide
/redfish/v1/SessionService/Sessions/Members(Id)
This URI represents a specific session.
GET method for Members(Id)
This method returns the details of a specific session.
Description Returns the details of a session.
Privilege SECURITY_SETUP
HTTP response
codes
200
Example request
body
URI: /api/SessionService/Sessions/Sessions(‘7b723932-a119-4843-
a5b7-7a122e4def99’)
{
"UserName":"root",
"Password":"linux",
"SessionType":"API"
}
Example response
body
{
"Id": "7b723932-a119-4843-a5b7-7a122e4def99",
"Description": "root",
"Name": "API",
"UserName": "root",
"Password": null,
"Roles": [
"ADMINISTRATOR"
],
"IpAddress": "xx.xx.xx.xx",
"StartTimeStamp": "2017-04-17 20:07:12.357",
"LastAccessedTimeStamp": "2017-04-17 20:07:12.357"
}
DELETE method for Members(Id)
This method deletes a session.
Description
Deletes a session.
Privilege SECURITY_SETUP
HTTP response
code
204
Example request
body
/api/SessionService/Sessions/Sessions(‘7b723932-a119-4843-a5b7-7a122e4def99’)
Redfish—Account Service
This resource enables you to access the account configuration. Using this resource, you can view the accounts and their roles, update the
configuration of accounts, delete accounts, and so on.
Use the URIs in this resource to access the account service and the associated actions.
604
Redfish resource model