{"type":"api","title":"Create Synced BFD Session","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/d2f02ba2-fd0d-3a26-bcc5-feafc8f24d17","info":{"title":"Monitoring and Troubleshooting","description":"Includes API operations for the following:\n- Real-time monitoring\n- Accessing statistics APIs and statistics bulk APIs\n- Retrieving device state\n- Managing alarms and events\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Real-Time Monitoring - BFD"],"description":"Get list of BFD sessions from vManage synchronously","operationId":"createSyncedBFDSession","parameters":[{"name":"system-ip","in":"query","description":"System IP","schema":{"type":"string"}},{"name":"color","in":"query","description":"Remote color","schema":{"type":"string","enum":["default","mpls","metro-ethernet","biz-internet","public-internet","lte","3g","red","green","blue","gold","silver","bronze","custom1","custom2","custom3","private1","private2","private3","private4","private5","private6"]}},{"name":"local-color","in":"query","description":"Source color","schema":{"type":"string","enum":["default","mpls","metro-ethernet","biz-internet","public-internet","lte","3g","red","green","blue","gold","silver","bronze","custom1","custom2","custom3","private1","private2","private3","private4","private5","private6"]}},{"name":"deviceId","in":"query","description":"deviceId - Device IP","required":true,"schema":{"type":"string","example":"169.254.10.10"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object"}},"examples":{"BFD sessions":{"description":"BFD sessions","value":{"data":[{"src-ip":"10.0.5.11","dst-ip":"10.1.14.14","color":"lte","vdevice-name":"172.16.255.11","src-port":12347,"createTimeStamp":1646804370042,"system-ip":"172.16.255.14","dst-port":12366,"site-id":400,"transitions":0,"vdevice-host-name":"vm1","local-color":"lte","detect-multiplier":"7","vdevice-dataKey":"172.16.255.11-lte-172.16.255.14-lte-ipsec","@rid":1050,"vmanage-system-ip":"172.16.255.11","proto":"ipsec","lastupdated":1646893777827,"tx-interval":1000,"state":"up","uptime-date":1646893680000},{"src-ip":"10.0.5.11","dst-ip":"10.1.15.15","color":"lte","vdevice-name":"172.16.255.11","src-port":12347,"createTimeStamp":1646804372038,"system-ip":"172.16.255.15","dst-port":12366,"site-id":500,"transitions":0,"vdevice-host-name":"vm1","local-color":"lte","detect-multiplier":"7","vdevice-dataKey":"172.16.255.11-lte-172.16.255.15-lte-ipsec","@rid":1057,"vmanage-system-ip":"172.16.255.11","proto":"ipsec","lastupdated":1646893777827,"tx-interval":1000,"state":"up","uptime-date":1646893680000},{"src-ip":"10.0.5.11","dst-ip":"10.1.16.16","color":"lte","vdevice-name":"172.16.255.11","src-port":12347,"createTimeStamp":1646804374521,"system-ip":"172.16.255.16","dst-port":12366,"site-id":600,"transitions":0,"vdevice-host-name":"vm1","local-color":"lte","detect-multiplier":"7","vdevice-dataKey":"172.16.255.11-lte-172.16.255.16-lte-ipsec","@rid":1060,"vmanage-system-ip":"172.16.255.11","proto":"ipsec","lastupdated":1646893777827,"tx-interval":1000,"state":"up","uptime-date":1646893680000}]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Routing-read,Routing-write,System-read,System-write","method":"get","path":"/device/bfd/synced/sessions"}}