PluginHealthResponse
Response containing plugin health history/summary
health objectrequired
Plugin health information
disabledReasonstring | nullnullable
Reason the plugin was disabled
enabledbooleanrequired
Whether the plugin is enabled
failureCountinteger<int32>required
Number of consecutive failures
healthStatusstringrequired
Current health status
lastFailureAtstring,null<date-time>nullable
When the last failure occurred
lastSuccessAtstring,null<date-time>nullable
When the last successful operation occurred
namestringrequired
Plugin name
pluginIdstring<uuid>required
Plugin ID
PluginHealthResponse
{
"health": {
"disabledReason": "string",
"enabled": true,
"failureCount": 0,
"healthStatus": "string",
"lastFailureAt": "2024-07-29T15:51:28.071Z",
"lastSuccessAt": "2024-07-29T15:51:28.071Z",
"name": "string",
"pluginId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}