You can use the GetLldpInfo method to get the Link Layer Discovery Protocol (LLDP) configuration for each node of a storage cluster, or an individual storage node.
This method has no input parameters.
This method has the following return values:
Name | Description | Type |
---|---|---|
lldpInfo | Information about the chassis, interface, and neighbor LLDP settings for each node of a storage cluster. | JSON object |
Requests for this method are similar to the following example:
{ "method": "GetLldpInfo", "id" : 1 }
Due to the length of this response example, it is documented in a supplementary topic.