{"type":"api","title":"Issues","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":"issues","tags":["Issues"],"summary":"Issues","description":"Intent API to get a list of global issues, issues for a specific device, or issue for a specific client device's MAC address.","consumes":["application/json"],"produces":["application/json"],"parameters":[{"name":"startTime","description":"Starting epoch time in milliseconds of query time window","required":false,"type":"number","in":"query"},{"name":"endTime","description":"Ending epoch time in milliseconds of query time window","required":false,"type":"number","in":"query"},{"name":"siteId","description":"Assurance UUID value of the site in the issue content","default":"","required":false,"type":"string","in":"query"},{"name":"deviceId","description":"Assurance UUID value of the device in the issue content","default":"","required":false,"type":"string","in":"query"},{"name":"macAddress","description":"Client's device MAC address of the issue (format xx:xx:xx:xx:xx:xx)","default":"","required":false,"type":"string","in":"query"},{"name":"priority","description":"The issue's priority value (One of P1, P2, P3, or P4)(Use only when macAddress and deviceId are not provided)","default":"","required":false,"type":"string","in":"query"},{"name":"aiDriven","description":"The issue's AI driven value (Yes or No)(Use only when macAddress and deviceId are not provided)","default":"","required":false,"type":"string","in":"query"},{"name":"issueStatus","description":"The issue's status value (One of ACTIVE, IGNORED, RESOLVED)","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":{"issueId":{"type":"string"},"name":{"type":"string"},"siteId":{"type":"string"},"deviceId":{"type":"string"},"deviceRole":{"type":"string"},"aiDriven":{"type":"boolean"},"clientMac":{"type":"string"},"issue_occurence_count":{"type":"integer"},"status":{"type":"string"},"priority":{"type":"string"},"category":{"type":"string"},"last_occurence_time":{"type":"integer"}}}}},"$$ref":"#/definitions/IssuesResponse"}},"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":"issues","method":"get","path":"/dna/intent/api/v1/issues"}}