Redfish - Inspur NF3120M5 User Manual

Hide thumbs Also See for NF3120M5:
Table of Contents

Advertisement

BMC Settings

9.26 Redfish

Redfish is a new management standard that uses the hypermedia RESTful interface to
express data. Users can access the Redfish service through the Postman tool. The following
is the use of curl in Linux to send the request to access redfish. The usual request operation
is "GET", "PUT", "POST", "PATCH", "DELETE" and so on. The sending and receiving data are
all in json format. Authentication type: Basic Auth; UserName: Administrator; Password:
superuser.
9.26.1 GET
The client gets the data of the specified URL via HTTP GET.
For example: Use Postman to get information about existing users, and the basic format is
as follows:
URL: https://{{ip}}/redfish/v1/AccountService/Accounts
Method: GET
Content-Type: application/json
Body: <empty>
Return the response information:
{
..............
175

Advertisement

Table of Contents
loading

Table of Contents