Privilege: ConfigureManager, Login
NOTE: To support backward compatibility, Telnet property may be displayed when GET is performed on the NetworkProtocol URI. Telnet is deprecated from iDRAC version 4.40.00.00 and later versions.
NOTE: Changing the values of IPv4, IPv6 and KVMIP port numbers may cause a loss in connection with iDRAC for a few seconds and may terminate active sessions while the changes are applied.
NOTE: A Patch request with fewer elements than in the current array does not remove the remaining elements of the array.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location --request PATCH '/redfish/v1/Managers//NetworkProtocol' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{}'{}