API Guide

Table Of Contents
/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
URI: /api/SessionService/Sessions/Sessions(7b723932-a119-4843-
a5b7-7a122e4def99)
Input:
{
"UserName":"root",
"Password":"linux",
"SessionType":"API"
}
Output:
{
"Id": "7b723932-a119-4843-a5b7-7a122e4def99",
"Description": "root",
"Name": "API",
"UserName": "root",
"Password": null,
"Roles": [
"ADMINISTRATOR"
],
"IpAddress": "10.210.136.38",
"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
codes
204
Example
Input:
/api/SessionService/Sessions/Sessions(7b723932-a119-4843-
a5b7-7a122e4def99)
Output:
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.
418
Redfish resource model