{"type":"api","title":"Applications","meta":{"id":"/apps/pubhub/media/dna-center-235/0e427c513038595590fc5a0593cb0e208dd78571/2192edf3-d24e-3461-ab8c-12a97b547df4","swagger":"2.0","info":{"description":"Cisco DNA Center Platform v. 2.3.5","version":"2.3.5","title":"Intent API"},"schemes":["https"],"x-parser-conf":{"expand":0,"labelConfig":{"endpoint":"summary"}}},"spec":{"operationId":"applications","tags":["Applications"],"summary":"Applications","description":"Intent API to get a list of applications for a specific site, a device, or a client device's MAC address. For a combination of a specific application with site and/or device the API gets list of issues/devices/endpoints.","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"siteId","description":"Assurance site UUID value (Cannot be submitted together with deviceId and clientMac)","default":"","required":false,"type":"string","in":"query"},{"name":"deviceId","description":"Assurance device UUID value (Cannot be submitted together with siteId and clientMac)","default":"","required":false,"type":"string","in":"query"},{"name":"macAddress","description":"Client device's MAC address (Cannot be submitted together with siteId and deviceId)","default":"","required":false,"type":"string","in":"query"},{"name":"startTime","description":"Starting epoch time in milliseconds of time window","required":false,"type":"number","in":"query"},{"name":"endTime","description":"Ending epoch time in milliseconds of time window","required":false,"type":"number","in":"query"},{"name":"applicationHealth","description":"Application health category (POOR, FAIR, or GOOD. Optionally use with siteId only)","default":"","required":false,"type":"string","in":"query"},{"name":"offset","description":"The offset of the first application in the returned data (optionally used with siteId only)","required":false,"type":"number","in":"query"},{"name":"limit","description":"The max number of application entries in returned data [1, 1000] (optionally used with siteId only)","required":false,"type":"number","in":"query"},{"name":"applicationName","description":"The name of the application to get information on","default":"","required":false,"type":"string","in":"query"}],"responses":{"200":{"description":"The request was successful. The result is contained in the response body.","schema":{"type":"object","properties":{"version":{"type":"string"},"totalCount":{"type":"integer"},"response":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"health":{"type":"integer"},"businessRelevance":{"type":"string","enum":["business-irrelevant","business-relevant","default"]},"trafficClass":{"type":"string"},"usageBytes":{"type":"integer"},"averageThroughput":{"type":"number"},"packetLossPercent":{"type":"object","properties":{}},"networkLatency":{"type":"object","properties":{}},"jitter":{"type":"object","properties":{}},"applicationServerLatency":{"type":"object","properties":{}},"clientNetworkLatency":{"type":"object","properties":{}},"serverNetworkLatency":{"type":"object","properties":{}},"exporterIpAddress":{"type":"string"},"exporterName":{"type":"string"},"exporterUUID":{"type":"string"},"exporterFamily":{"type":"string"},"clientName":{"type":"string"},"clientIp":{"type":"string"},"location":{"type":"string"},"operatingSystem":{"type":"string"},"deviceType":{"type":"string","enum":["Wired","Wireless"]},"clientMacAddress":{"type":"string"},"issueId":{"type":"string"},"issueName":{"type":"string"},"application":{"type":"string"},"severity":{"type":"string"},"summary":{"type":"string"},"rootCause":{"type":"string"},"timestamp":{"type":"integer"},"occurrences":{"type":"integer"},"priority":{"type":"string"}}}}},"$$ref":"#/definitions/ApplicationsResponse"}},"400":{"description":"The client made a request that the server could not understand (for example, the request syntax is incorrect)."},"401":{"description":"The client's authentication credentials included with the request are missing or invalid."},"404":{"description":"The client made a request for a resource that does not exist."},"500":{"description":"The server could not fulfill the request."}},"__originalOperationId":"applications","method":"get","path":"/dna/intent/api/v1/application-health"}}