ステータスバッジ (個別モニター)
GET /{slug}/monitors/{monitorId}/badge.svg
GET
/{slug}/monitors/{monitorId}/badge.svg
指定モニターのステータスを SVG バッジで返す。認証不要。
モニターがステータスページに紐づいていない場合は “inactive” バッジを返す。
別 Worker (status-page) で提供。60 秒キャッシュ。
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” slug
required
string
monitorId
required
string
Query Parameters
Section titled “Query Parameters ” label
string
左側のラベルテキスト(デフォルト: モニター名)
style
string
バッジスタイル
color
string
右側の背景色(hex、# なし)
labelColor
string
左側の背景色(hex、# なし)
Responses
Section titled “ Responses ”SVG バッジ
Headers
Section titled “Headers ” Cache-Control
string
Example
public, max-age=60, s-maxage=60ステータスページが見つからない