extreme_auto_peering

extreme_auto_peering URLs

https://<ip>/rest/restconf/data
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/overlay-service-database
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/overlay-service-database/host=<key>
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/hosts
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/hosts/host=<key>
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/hosts/host=<key>/static-routes
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/hosts/host=<key>/static-routes/static-route=<key>
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/services
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/services/service=<key>
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/services/service=<key>/addresses
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/services/service=<key>/addresses/address=<key>
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/relay-agents
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/relay-agents/relay-agent=<key>
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/remote-auto-peering
https://<ip>/rest/restconf/data/extreme-auto-peering:auto-peering/remote-auto-peering/peer=<key>

extreme_auto_peering Complete JSON

{
    "extreme-auto-peering:auto-peering": {
        "overlay-service-database": {
            "host": [
                {
                    "password": "", 
                    "host-address": "0.0.0.0", 
                    "osd-id": 0, 
                    "osd-type": ""
                }
            ]
        }, 
        "route-target": 0, 
        "hosts": {
            "host": [
                {
                    "static-routes": {
                        "static-route": [
                            {
                                "nexthop": [], 
                                "network": "0.0.0.0/16"
                            }
                        ]
                    }, 
                    "host-address": "0", 
                    "vrf": "0"
                }
            ]
        }, 
        "remote-auto-peering": {
            "peer": [
                {
                    "md5-secret": "", 
                    "peer-id": 99
                }
            ]
        }, 
        "services": {
            "service": [
                {
                    "nsi": 99, 
                    "nsi-type": "", 
                    "addresses": {
                        "address": [
                            {
                                "ip": "0.0.0.0", 
                                "prefix-length": 0
                            }
                        ]
                    }, 
                    "vrf": "", 
                    "nsi-state": ""
                }
            ]
        }, 
        "relay-agents": {
            "relay-agent": [
                {
                    "helper-address": [], 
                    "vrf": "<key>"
                }
            ]
        }, 
        "password": "", 
        "id": 0, 
        "anycast-mac": ""
    }
}