{"type":"api","title":"Memstat","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 - 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","method":"get","path":"/device/qfp/memstat"}}