{"type":"api","title":"Create OSPF Process","meta":{"id":"/apps/pubhub/media/sd-wan-api-20-16/58fb893fa751949ea20a40274e9ab219a20e19fa/e77267b5-7b4b-3f93-807c-c6d1c6b41343","info":{"title":"Cisco Catalyst SD-WAN Manager API","description":"The vManage API exposes the functionality of operations maintaining devices and the overlay network","contact":{"email":"vmanage@cisco.com"},"license":{"name":"Commercial License","url":"https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html"},"version":"2.0.0"},"openapi":"3.0.1","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Real-Time Monitoring - OSPF"],"description":"Get OSPF process list from device (Real Time)","operationId":"createOSPFProcess","parameters":[{"name":"deviceId","in":"query","description":"deviceId - Device IP","required":true,"schema":{"pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$","type":"string","example":"169.254.10.10"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object"}},"examples":{"OSPF process list":{"description":"OSPF process list","value":{"data":[{"ls-ack-sent":"5","summary-lsa-checksum":"0","vdevice-name":"172.16.255.11","spf-max-holdtime":"10000","spf-holdtime":"1000","number-areas":"1","rfc1583-compatible":"true","lsa-count":"5","external-lsa-checksum":"166869","router-id":"172.16.255.11","hello-received":"172","ignore-down-bit":"false","area-id":"0","dbd-received":"2","network-lsa-checksum":"123086","summary-lsa-count":"0","router-lsa-count":"3","router-lsa-checksum":"111691","spf-delay":"200","spf-hold-multiplier":"1","external-lsa-count":"3","ls-ack-received":"5","asbr-lsa-count":"0","vpn-id":"1","vdevice-host-name":"vm1","spf-last-exec-time":"1663","backbone-area":"true","network-lsa-count":"2","ls-req-sent":"1","asbr-lsa-checksum":"0","dbd-sent":"3","vdevice-dataKey":"172.16.255.11-1-","lsa-refresh-interval":"10","ls-upd-received":"12","nssa-lsa-count":"0","ls-req-received":"1","num-full-adj-routers":"1","spf-exec-count":"3","lastupdated":1646792665279,"ls-upd-sent":"8","nssa-lsa-checksum":"0","hello-sent":"172","num-interfaces":"1"}]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Routing-read,Routing-write","__originalOperationId":"createOSPFProcess","method":"get","path":"/device/ospf/process"}}