foxclient 6.0.8

Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# UptimeMonitor

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **i64** |  | 
**last_heartbeat** | Option<**String**> |  | [optional]
**name** | **String** |  | 
**ping** | Option<**i64**> |  | [optional]
**status** | **String** | \"up\", \"down\", \"pending\", \"maintenance\" or \"unknown\". | 
**r#type** | **String** |  | 
**uptime24h** | Option<**f64**> |  | [optional]
**url** | Option<**String**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)