latestOpenAPI 3.0.32026-08-185644172.3 KB

45caf50be25e

apm

Search APM issues

Returns a filtered, ordered, and paged set of recurring APM issues and their occurrence counts in the requested window.

post/applications/{application-identifier}/apm/issues/search

Request body

startstring date-time required

Start of the issue occurrence window.

endstring date-time required

Exclusive end of the issue occurrence window. The window cannot exceed 30 days.

querystring nullable

Optional issue-name text with at most 20 whitespace-separated terms. Every term must occur in the issue name.

status'active' | 'resolved' | 'ignored' | 'permanentlyIgnored'

The APM issue status.

type'none' | 'trace' | 'query' | 'method' | 'externalApi' | 'apdex' | 'chattyApi' | 'overusedApi' | 'nPlusOneQuery' | 'adhoc' | 'group'

The kind of APM issue or anti-pattern.

offsetinteger

Zero-based result offset.

countinteger

Maximum issues to return.

sortBy'firstSeen' | 'lastSeen' | 'occurrenceCount' | 'name' | 'type' | 'status'

Field to order by.

sortDirection'ascending' | 'descending'

Direction to order matching issues.

Response

OK

totalResultsinteger required

The total number of issues matching the search.

offsetinteger required

The zero-based offset of this page.

countinteger required

The number of issues returned in this page.

hasMoreboolean required

Whether another page of matching issues is available.

startstring date-time required

The start of the searched occurrence window, in UTC.

endstring date-time required

The exclusive end of the searched occurrence window, in UTC.