openconfig_lacp

openconfig_lacp URLs

https://<ip>/rest/restconf/data
https://<ip>/rest/restconf/data/openconfig-lacp:lacp
https://<ip>/rest/restconf/data/openconfig-lacp:lacp/state
https://<ip>/rest/restconf/data/openconfig-lacp:lacp/config
https://<ip>/rest/restconf/data/openconfig-lacp:lacp/interfaces
https://<ip>/rest/restconf/data/openconfig-lacp:lacp/interfaces/interface=<key>
https://<ip>/rest/restconf/data/openconfig-lacp:lacp/interfaces/interface=<key>/state
https://<ip>/rest/restconf/data/openconfig-lacp:lacp/interfaces/interface=<key>/config
https://<ip>/rest/restconf/data/openconfig-lacp:lacp/interfaces/interface=<key>/members
https://<ip>/rest/restconf/data/openconfig-lacp:lacp/interfaces/interface=<key>/members/member=<key>
https://<ip>/rest/restconf/data/openconfig-lacp:lacp/interfaces/interface=<key>/members/member=<key>/state
https://<ip>/rest/restconf/data/openconfig-lacp:lacp/interfaces/interface=<key>/members/member=<key>/state/counters

openconfig_lacp Complete JSON

{
    "openconfig-lacp:lacp": {
        "state": {
            "system-priority": 0
        }, 
        "config": {
            "system-priority": 0
        }, 
        "interfaces": {
            "interface": [
                {
                    "state": {
                        "system-id-mac": "", 
                        "system-priority": 0, 
                        "lacp-mode": "", 
                        "name": "", 
                        "interval": ""
                    }, 
                    "config": {
                        "system-id-mac": "", 
                        "system-priority": 0, 
                        "lacp-mode": "", 
                        "name": "", 
                        "interval": ""
                    }, 
                    "name": "<key>", 
                    "members": {
                        "member": [
                            {
                                "interface": "<key>", 
                                "state": {
                                    "collecting": false, 
                                    "partner-port-num": 0, 
                                    "oper-key": 0, 
                                    "partner-id": "", 
                                    "distributing": false, 
                                    "interface": "", 
                                    "synchronization": "", 
                                    "port-num": 0, 
                                    "timeout": "", 
                                    "activity": "", 
                                    "aggregatable": false, 
                                    "partner-key": 0, 
                                    "system-id": "", 
                                    "counters": {
                                        "lacp-errors": "0", 
                                        "lacp-in-pkts": "0", 
                                        "lacp-unknown-errors": "0", 
                                        "lacp-rx-errors": "0", 
                                        "lacp-out-pkts": "0", 
                                        "lacp-tx-errors": "0"
                                    }
                                }
                            }
                        ]
                    }
                }
            ]
        }
    }
}