Sha256: 62500d14fbc83ebeb68469ced08eb9e60f7b4105298f7941275a2f21dc8b7303
Contents?: true
Size: 964 Bytes
Versions: 6
Compression:
Stored size: 964 Bytes
Contents
# 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. | **last_used** | **DateTime** | time of last request relevant to the API health test. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ApplicationApiHealth.new(summary: null, last_used: 2021-09-12T10:12:42Z) ```
Version data entries
6 entries across 6 versions & 1 rubygems