{"type":"api","title":"Retrieve the breakdown of connected and detected devices for a floor right now","meta":{"id":"/apps/pubhub/media/cisco-cmx-v11-0-0/c5aed5a4a2c41c993164672f27e8c5acda4dd890/d37e42da-a44a-307a-975e-404f92d8f07e","info":{"title":"Analytics API","version":"1.0.0","description":"This is Analytics API. Use Analytics APIs to retrieve Analytics data programmatically from the Cisco CMX."},"openapi":"3.0.0","servers":[{"url":"/fakecmxserver"}]},"spec":{"operationId":"nowConnectedDetected","summary":"Retrieve the breakdown of connected and detected devices for a floor right now.","description":"The only parameter (body) is a JSON array containing the parameters.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"floors":{"type":"number"}},"required":["param1","param2"]}},"example":[{"floors":"17"}]}}},"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object"},"example":{"total":{"totalDetected":0,"totalNumFloors":0,"totalAll":0,"totalConnected":0},"startTime":"03:22","startDate":"2017-03-16","failedFloorIds":[],"missingFloorIds":["17"],"results":[],"interval":null,"executionTime":2,"endDate":"2017-03-16","endTime":"03:22","nonFloorIds":[]}}}},"401":{"description":"Error Message","content":{"application/json":{"schema":{"type":"object"},"example":{"error":"CMX: System error"}}}}},"__originalOperationId":"nowConnectedDetected","method":"post","path":"/analytics/v1/now/connectedDetected"}}