> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Manager Network Protocol

Get the details of a Manager Network Protocol by its ID.

<Note>
  External Documentation

  To learn more, visit the [Dell iDRAC documentation](https://developer.dell.com/apis/2978/versions/7.xx/openapi.yaml/paths/~1redfish~1v1~1Managers~1%7BManagerId%7D~1NetworkProtocol/patch).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description            |
  | ---------- | ---------------------- |
  | Manager ID | The ID of the manager. |
</div>

## Example Output

```json theme={"dark"}
{
	"@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](https://library.blinkops.com/workflows/get-manager-network-protocol-with-dell-idrac-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-manager-network-protocol-with-dell-idrac-and-send-results-via-email/canvas" />
</div>
