API Guide
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": "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
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.
/redfish/v1/AccountService
This URI represents the account configuration of all the accounts.
GET method for AccountService
This method returns the account configuration of all the accounts.
Description
Returns the account configuration.
Privilege VIEW
HTTP response
codes
200
450 Redfish resource model