User Manual

4-84
Chapter 4: Redfish Technology Pack
C. POST
• Request
POST https://{{ip}}/redfish/v1/Managers/{{manager_instance}}/
Actions/Manager.Reset
Content-Type: application/json
Request Body
The only valid value for ResetType is ForceRestart, which will do a cold reset of the
BMC.
Example POST Request Body:
{
“ResetType” : “ForceRestart”
}
• Response
The response status is 204 and no body. For Error Responses refer to section
4.2.4 B
and section
4.2.4 C
.
4.3.27 ManagerNetworkProtocol
This resource is used to obtain or modify the network services managed by a given manager.
To get VMedia & KVM Ports when encryption is disabled, make sure “
Allow Non-
secure communication
” option under KVM in PRJ is enabled to allow the user to disable
encryption.
A. GET
• Request
https://ip/redfish/v1/Managers/Self/NetworkProtocol
Content-Type: application/json
• Response
The response of the request will be in JSON format. The properties are mentioned in
the following table
Table 42 ManagerNetworkProtocolProperties
Name Type ReadOnly Description
@odata.context String True
Refer to section 4.3.1 ODATA properties.
@odata.id String True
Refer to section 4.3.1 ODATA properties.
@odata.type String True
Refer to section 4.3.1 ODATA properties.
(continued on the next page)
E16160_ASMB9-iKVM_UM_V3.indb 84E16160_ASMB9-iKVM_UM_V3.indb 84 1/17/2020 2:29:31 PM1/17/2020 2:29:31 PM