ExternalLinkCheckHistoryEntry Data Type

Item in the history of validity checks for an external link

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

Example

{
  "timestamp" : 1591693475,
  "status" : "invalid",
  "reason" : "unknown host"
}