v1

latestOpenAPI 3.0.02026-07-14512083.9 KB

Fetch information for a specific Issue

get/issues/{id}

Path parameters

idstring required

The id of the issue

Response

Information about one Issue

idstring

The canonical identifier for this Issue

check_idstring

The canonical identifier of the check this Issue is for

issue_keystring

The name of the primary key that distinguishes one Issue from another in the context of a single Issue definition. May not be applicable

issue_valuestring

The primary value of the Issue. May not be applicable

titlestring

The short description of the Issue

valueobject

The information that defines this Issue

ignoredboolean

Whether this Issue has been ignored. Ignoring Issues is useful to allowlist single instances of issues when they are determined to be false positives or acceptable risk.

escalation_statusstring

Describes the escalation status of this Issue. An issue may be escalated because user contact attempts were exhausted, the user asked for help, or because the Device generating the Issue does not have a device owner

resolved_atstring date-time

The timestamp when this Issue was resolved. Will be null if the Issue is open.

timestampstring date-time

When the Issue was initially detected

first_notified_owner_atstring date-time

The timestamp the owner of the Device was first notified. Can be null if no notification has been triggered

grace_period_expirationstring date-time

A timestamp describing the time after which the Issue is eligible for end-user notifications. This value depends on the notification grace period configuration of the Issue's Check.