API 端點:
https://newsbobo.com/api/v1/stats/{monitor_id}
請求範例:
curl --location --request GET 'https://newsbobo.com/api/v1/stats/{monitor_id}?name={name}&from={from}&to={to}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
name
check
, check_response_time
, incident
, incident_duration
。from
Y-m-d
。to
Y-m-d
。sort
desc
用於 遞減, asc
用於 遞增。 預設為:desc
。