TTMSFNCCloudSentryIssue Class
Represents a single issue (a grouped set of similar events) belonging to a project, holding its metadata and the events retrieved for it.
API unit family: TMSFNCCloudSentry
Syntax
TTMSFNCCloudSentryIssue = class
Properties
| Name | Description |
|---|---|
| Count | Read-only number of times the issue has occurred. |
| Culprit | Read-only transaction name or code location blamed for the issue. |
| Events | Read-only list of events that have been retrieved for this issue. |
| EventsCursor | Read-only paging cursor pointing to the next page of events. |
| FirstSeen | Read-only date and time the issue was first seen. |
| ID | Read-only unique identifier of the issue. |
| IsPublic | Read-only flag; True when the issue is publicly accessible. |
| IsSeen | Read-only flag; True when the issue has been seen. |
| IsUnhandled | Read-only flag; True when the issue resulted from an unhandled error. |
| LastSeen | Read-only date and time the issue was last seen. |
| Level | Read-only severity level of the issue. |
| Link | Read-only permalink to the issue. |
| Owner | Read-only project that owns this issue. |
| ProjectID | Read-only identifier of the project the issue belongs to. |
| Status | Read-only resolution status of the issue. |
| Title | Read-only short title of the issue. |
| UserCount | Read-only number of distinct users affected by the issue. |
Methods
| Name | Description |
|---|---|
| GetAllEvents | Retrieves all events for this issue, following the result cursor across pages until every event has been loaded into Events. |
| GetEvents | Retrieves a page of events for this issue. |