You can use the GetLldpConfig method to get the Link Layer Discovery Protocol (LLDP) configuration for each node of a storage cluster.
This method has no input parameters.
This method has the following return values:
Name | Description | Type |
---|---|---|
lldpConfig | Information about the storage cluster LLDP configuration. | JSON object |
Requests for this method are similar to the following example:
{ "method": "GetLldpConfig", "id" : 1 }
This method returns a response similar to the following example:
{ "id": null, "result": { "lldpConfig": { "enableLldp": true, "enableMed": false, "enableOtherProtocols": true } } }