TTMSFNCCloudSentryEvent Class
Represents a single captured event belonging to an issue, holding the metadata returned by the service such as level, platform, message and the user context.
API unit family: TMSFNCCloudSentry
Syntax
TTMSFNCCloudSentryEvent = class
Properties
| Name | Description |
|---|---|
| Culprit | Read-only transaction name or code location blamed for the event. |
| DateCreated | Read-only date and time the event was created. |
| EventID | Read-only unique identifier of the event. |
| GroupID | Read-only identifier of the group (issue) the event belongs to. |
| ID | Read-only internal identifier of the event. |
| IPAddress | Read-only IP address of the user associated with the event. |
| Level | Read-only severity level of the event. |
| Owner | Read-only issue that owns this event. |
| Source | Read-only source location (file name) reported for the event. |
| Title | Read-only short title of the event. |
| Username | Read-only user name associated with the event. |