searchOrganizationInsights
inline suspend fun DevOpsGuruClient.searchOrganizationInsights(crossinline block: SearchOrganizationInsightsRequest.Builder.() -> Unit): SearchOrganizationInsightsResponse
Returns a list of insights in your organization. You can specify which insights are returned by their start time, one or more statuses (ONGOING
, CLOSED
, and CLOSED
), one or more severities (LOW
, MEDIUM
, and HIGH
), and type (REACTIVE
or PROACTIVE
).
Use the Filters
parameter to specify status and severity search parameters. Use the Type
parameter to specify REACTIVE
or PROACTIVE
in your search.