ExternalLinkCheckHistoryEntry Data Type

Item in the history of validity checks for an external link

Properties
name data type description
timestamp number Timestamp of the check
status ExternalLinkStatus Check status
reason string Failure reason

Example

{
  "timestamp" : 12345,
  "status" : "unchecked",
  "reason" : "..."
}