We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
monitor_id
1 parent 81762b8 commit 882f14cCopy full SHA for 882f14c
pythonkuma/models.py
@@ -60,6 +60,7 @@ class UptimeKumaBaseModel(DataClassDictMixin):
60
class UptimeKumaMonitor(UptimeKumaBaseModel):
61
"""Monitor model for Uptime Kuma."""
62
63
+ monitor_id: int | None = None
64
monitor_cert_days_remaining: int
65
monitor_cert_is_valid: bool
66
monitor_hostname: str | None = field(
0 commit comments