The network service settings for the manager.
Privilege: Login
NOTE: For information about the DHCP version, execute GET on URL:
/redfish/v1/Managers/{Manager-Id}/Attributes
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.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//NetworkProtocol' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#ManagerNetworkProtocol.ManagerNetworkProtocol",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol",
"@odata.type": "#ManagerNetworkProtocol.v1_10_1.ManagerNetworkProtocol",
"DHCP": {
"ProtocolEnabled": true
},
"DHCPv6": {
"ProtocolEnabled": true
},
"Description": "Manager Network Service Status",
"FQDN": "idrac-4B02507.laas.adc.delllabs.net",
"HTTP": {
"Port": 80,
"ProtocolEnabled": true
},
"HTTPS": {
"Certificates": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates"
},
"Port": 443,
"ProtocolEnabled": true
},
"HostName": "idrac-4B02507",
"IPMI": {
"ProtocolEnabled": false
},
"Id": "NetworkProtocol",
"KVMIP": {
"Port": 5900,
"ProtocolEnabled": true
},
"NTP": {
"NTPServers": [
"100.64.0.11",
"100.64.0.18",
"100.64.0.111"
],
"NTPServers@odata.count": 3,
"ProtocolEnabled": true
},
"Name": "Manager Network Protocol",
"RFB": {
"Port": 5901,
"ProtocolEnabled": false
},
"SNMP": {
"Port": 161,
"ProtocolEnabled": true
},
"SSH": {
"Port": 22,
"ProtocolEnabled": true
},
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Telnet": {
"Port": 23,
"ProtocolEnabled": false
},
"VirtualMedia": {
"ProtocolEnabled": true
}
}