toggle menu
ainsoft-rag-spring-boot-autoconfigure
0.1.0-SNAPSHOT
jvm
switch theme
search in API
ainsoft-rag-spring-boot-autoconfigure
/
com.ainsoft.rag.spring
/
RagAdminApiController
/
providerHealth
provider
Health
@
GetMapping
(
value
=
[
"/provider-health"
]
)
fun
providerHealth
(
requestContext
:
HttpServletRequest
,
@
RequestParam
(
required
=
false
)
recentProviderWindowMillis
:
Long
?
,
@
RequestParam
(
required
=
false
,
defaultValue
=
"true"
)
detailed
:
Boolean
)
:
RagAdminProviderHealthResponse