Skip to main content
Element Software
12.5 and 12.7

GetLldpConfig

Contributors netapp-pcarriga

You can use the GetLldpConfig method to get the Link Layer Discovery Protocol (LLDP) configuration for each node of a storage cluster.

Parameters

This method has no input parameters.

Return values

This method has the following return values:

Name Description Type

lldpConfig

Information about the storage cluster LLDP configuration.

JSON object

Request example

Requests for this method are similar to the following example:

{
   "method": "GetLldpConfig",
   "id" : 1
}

Response example

This method returns a response similar to the following example:

{
	"id": null,
		"result": {
			"lldpConfig": {
				"enableLldp": true,
				"enableMed": false,
				"enableOtherProtocols": true
		}
	}
}