uptime-robot-v3
Preparing search index...
types
Incident
Interface Incident
interface
Incident
{
cause
?:
number
;
commentsCount
?:
number
;
duration
?:
number
;
id
:
string
;
includeInReports
?:
boolean
;
monitor
?:
Monitor
;
reason
?:
string
;
resolvedAt
?:
string
;
rootCause
?:
{
httpResponseCode
?:
number
;
requestHeaders
?:
string
|
Record
<
string
,
string
>
;
responseDownloadUrl
?:
string
;
responseHeaders
?:
string
|
Record
<
string
,
string
>
;
url
?:
string
;
}
;
startedAt
?:
string
;
status
?:
any
;
type
?:
string
;
}
Index
Properties
cause?
comments
Count?
duration?
id
include
In
Reports?
monitor?
reason?
resolved
At?
root
Cause?
started
At?
status?
type?
Properties
Optional
cause
cause
?:
number
Optional
comments
Count
commentsCount
?:
number
Optional
duration
duration
?:
number
id
id
:
string
Optional
include
In
Reports
includeInReports
?:
boolean
Optional
monitor
monitor
?:
Monitor
Optional
reason
reason
?:
string
Optional
resolved
At
resolvedAt
?:
string
Optional
root
Cause
rootCause
?:
{
httpResponseCode
?:
number
;
requestHeaders
?:
string
|
Record
<
string
,
string
>
;
responseDownloadUrl
?:
string
;
responseHeaders
?:
string
|
Record
<
string
,
string
>
;
url
?:
string
;
}
Optional
started
At
startedAt
?:
string
Optional
status
status
?:
any
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cause
comments
Count
duration
id
include
In
Reports
monitor
reason
resolved
At
root
Cause
started
At
status
type
uptime-robot-v3
Loading...