{"type":"api","title":"Memstat","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 - QFP"],"description":"Get QFP memory status","operationId":"memstat","parameters":[{"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":"object","properties":{"dramFree":{"type":"integer","format":"int32","example":135600128},"dramInUse":{"type":"integer","format":"int32","example":132835328},"dramLowestFreeWaterMark":{"type":"integer","format":"int32","example":135600128},"dramTotal":{"type":"integer","format":"int32","example":268435456},"iramFree":{"type":"integer","format":"int32","example":1885184},"iramInUse":{"type":"integer","format":"int32","example":211968},"iramLowestFreeWaterMark":{"type":"integer","format":"int32","example":1885184},"iramTotal":{"type":"integer","format":"int32","example":2097152},"lastupdated":{"type":"integer","format":"int32","example":1701518800889},"sramFree":{"type":"integer","format":"int32","example":0},"sramInUse":{"type":"integer","format":"int32","example":0},"sramLowestFreeWaterMark":{"type":"integer","format":"int32","example":0},"sramTotal":{"type":"integer","format":"int32","example":0},"vdevice-dataKey":{"type":"string","example":"172.16.255.15-cpp-period-1min"},"vdevice-host-name":{"type":"string","example":"vm5"},"vdevice-name":{"type":"string","example":"172.16.255.15"}},"$$ref":"#/components/schemas/QfpMemoryState"},"examples":{"QFP memory status":{"description":"QFP memory status","value":[{"iramInUse":211968,"sramFree":0,"vdevice-name":"172.16.255.15","dramFree":135600128,"iramTotal":2097152,"iramFree":1885184,"iramLowestFreeWaterMark":1885184,"dramLowestFreeWaterMark":135600128,"sramTotal":0,"vdevice-host-name":"vm5","sramInUse":0,"sramLowestFreeWaterMark":0,"vdevice-dataKey":"172.16.255.15","lastupdated":1701517192456,"dramTotal":268435456,"dramInUse":132835328}]}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"System-read,System-write","__originalOperationId":"memstat","method":"get","path":"/device/qfp/memstat"}}