showSiteEvpnDatabase
POST https://{{host}}/api/v1/sites/:site_id/devices/:device_id/show_evpn_database
Show EVPN Database. The output will be available through websocket.
Body Parameters
Name | Type | Description |
---|---|---|
mac | string | (optional) client mac filter |
port_id | string | (optional) interface name |
subscribe to Device Command outputs
{
"subscribe": "/sites/:site_id/devices/:device_id/cmd"
}
Request Body
{"mac"=>"f8c1165c6400", "port_id"=>"ge-0/0/0.0”"}
RESPONSES
status: OK
{"session":"session_id"}