ActivityRecord
Class Description
Records activity for an entity at a point in time; activity may be for an event that has already occurred or for a planned activity.
Attributes
Name | Type | Description |
---|---|---|
createdDateTime | DateTime | Date and time this activity record has been created (different from the 'status.dateTime', which is the time of a status change of the associated object, if applicable). |
reason | String | Reason for event resulting in this activity record, typically supplied when user initiated. |
severity | String | Severity level of event resulting in this activity record. |
status | Status | Information on consequence of event resulting in this activity record. |
type | String | Type of event resulting in this activity record. |
Relationships
Ancestors
Descendents
- AssetHealthEvent
- ComplianceEvent
- ConfigurationEvent
- EndDeviceEvent
- EnvironmentalAlert
- EnvironmentalEvent
- FailureEvent
- MktActivityRecord
- PSREvent
- SwitchingEvent
- WorkActivityRecord
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
ActivityRecord | 0..* | Asset | 0..* | ActivityRecords | All activity records created for this asset. | Assets | All assets for which this activity record has been created. |
ActivityRecord | 0..* | Author | 0..1 | ActivityRecords | All activity records with this author. | Author | Author of this activity record. |