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.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Managers//NetworkProtocol' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#ManagerNetworkProtocol.ManagerNetworkProtocol",
"@odata.etag": "W/\"gen-2\"",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol",
"@odata.type": "#ManagerNetworkProtocol.v1_12_0.ManagerNetworkProtocol",
"DHCP": {
"ProtocolEnabled": true
},
"DHCPv6": {
"ProtocolEnabled": true
},
"Description": "Manager Network Service Status",
"FQDN": "",
"HTTP": {
"Port": 80,
"ProtocolEnabled": true
},
"HTTPS": {
"Certificates": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/HTTPS/Certificates"
},
"Port": 443,
"ProtocolEnabled": true
},
"HostName": "CKNTC2J",
"IPMI": {
"ProtocolEnabled": true
},
"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",
"Oem": {
"Dell": {
"@odata.context": "/redfish/v1/$metadata#DellManagerNetworkProtocol.DellManagerNetworkProtocol",
"@odata.type": "#DellManagerNetworkProtocol.v1_0_1.DellManagerNetworkProtocol",
"PNAC": {
"AuthenticationServerCertificateValidationStatus": "Disabled",
"ClientCSC": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/Oem/Dell/PNAC/ClientCSC"
},
"ClientCertificateType": "DefaultIDEVID",
"ClientCertificates": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/Oem/Dell/PNAC/ClientCertificates"
},
"InitialDeviceIDCertificate": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Certificates/iDEVID_ECC_NIST_P384"
},
"Protocol": "IEEE 802.1x",
"ServerCACertificates": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol/Oem/Dell/PNAC/ServerCACertificates"
},
"ServiceStatus": "Enabled"
}
}
},
"RFB": {
"Port": 5901,
"ProtocolEnabled": false
},
"SNMP": {
"Port": 161,
"ProtocolEnabled": false
},
"SSH": {
"Port": 22,
"ProtocolEnabled": true
},
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Telnet": {
"Port": 0,
"ProtocolEnabled": false
},
"VirtualMedia": {
"ProtocolEnabled": true
}
}