Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 961 Bytes

ApplicationApiHealth.md

File metadata and controls

27 lines (12 loc) · 961 Bytes

TalonOne.ApplicationApiHealth

Properties

Name Type Description Notes
summary String One-word summary of the health of the API connection of an application. Possible values are: - `OK`: The Application has received only successful API requests in the last 5 minutes. - `WARNING`: The Application received at least one failed request in the last 50 minutes. - `ERROR`: More than 50% of received requests failed. - `CRITICAL`: All received requests failed. - `NONE`: During the last 5 minutes, the Application hasn't recorded any integration API requests.
lastUsed Date time of last request relevant to the API health test.

Enum: SummaryEnum

  • OK (value: "OK")

  • WARNING (value: "WARNING")

  • ERROR (value: "ERROR")

  • CRITICAL (value: "CRITICAL")

  • NONE (value: "NONE")