In this article
The REST API servers are the backbone of a lot of the services in Forsta Plus. The logs are IIS based, meaning that all errors in the 500 range are server error messages.
select count(id) as count
from [confirmlog]..[qMetadataApiMonitor] with(nolock)
where statuscode >=500
and timestamp >dateadd(mi,-10,getdate())