Get the details of a Manager Network Protocol by its ID.
External DocumentationTo learn more, visit the Dell iDRAC documentation.

Parameters

ParameterDescription
Manager IDThe ID of the manager.

Example Output

{
	"@odata.id": "/redfish/v1/Managers/BMC/NetworkProtocol",
	"@odata.type": "#ManagerNetworkProtocol.v1_10_0.ManagerNetworkProtocol",
	"Description": "Manager Network Service",
	"FQDN": "web483-bmc.dmtf.org",
	"HTTP": {
		"Port": 80,
		"ProtocolEnabled": true
	},
	"HTTPS": {
		"Certificates": {
			"@odata.id": "/redfish/v1/Managers/BMC/NetworkProtocol/HTTPS/Certificates"
		},
		"Port": 443,
		"ProtocolEnabled": true
	},
	"HostName": "web483-bmc",
	"IPMI": {
		"Port": 623,
		"ProtocolEnabled": true
	},
	"Id": "NetworkProtocol",
	"KVMIP": {
		"Port": 5288,
		"ProtocolEnabled": true
	},
	"Name": "Manager Network Protocol",
	"Proxy": {
		"Enabled": true,
		"ExcludeAddresses": [],
		"Password": null,
		"PasswordSet": true,
		"ProxyAutoConfigURI": "proxy.intranet.contoso.com/proxy.pac",
		"ProxyServerURI": "https://proxy.intranet.contoso.com:9900",
		"Username": "proxy"
	},
	"SNMP": {
		"AuthenticationProtocol": "HMAC_SHA96",
		"CommunityStrings": [
			{
				"AccessMode": "Limited",
				"CommunityString": null,
				"Name": "Read-only community"
			},
			{
				"AccessMode": "Full",
				"CommunityString": null,
				"Name": "Full access community"
			}
		],
		"EnableSNMPv1": true,
		"EnableSNMPv2c": false,
		"EnableSNMPv3": true,
		"EncryptionProtocol": "CFB128_AES128",
		"EngineId": {
			"EnterpriseSpecificMethod": "00 11 22 33 44 55 66 77",
			"PrivateEnterpriseId": "00 00 01 9C"
		},
		"HideCommunityStrings": true,
		"Port": 161,
		"ProtocolEnabled": true
	},
	"SSDP": {
		"NotifyIPv6Scope": "Site",
		"NotifyMulticastIntervalSeconds": 600,
		"NotifyTTL": 5,
		"Port": 1900,
		"ProtocolEnabled": true
	},
	"SSH": {
		"Port": 22,
		"ProtocolEnabled": true
	},
	"Status": {
		"Health": "OK",
		"State": "Enabled"
	},
	"Telnet": {
		"Port": 23,
		"ProtocolEnabled": true
	},
	"VirtualMedia": {
		"Port": 17988,
		"ProtocolEnabled": true
	}
}

Workflow Library Example

Get Manager Network Protocol with Dell Idrac and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop