{"type":"model","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"time":{"type":"string","description":"timestamp in seconds","example":"123344555"},"value":{"type":"string","description":"count/value for corresponding timestamp","example":"718"}},"$$ref":"#/components/schemas/MetricData"}},"limit":{"type":"integer","description":"limit given in reqeust. By default - 500","format":"int64","example":50},"pageNo":{"type":"integer","description":"Page Number given in request. By default - 1","format":"int32","example":3},"recordsCurrentPage":{"type":"integer","description":"Records present on the current page","format":"int64","example":20},"totalPages":{"type":"integer","description":"Total Pages calculates based on limit and totalRecords values","format":"int32","example":3},"totalRecords":{"type":"integer","description":"Total count of metrics records ignoring limit","format":"int32","example":120}},"$$ref":"#/components/schemas/Neo4jMetricsResponse","title":"Neo4jMetricsResponse"}}