SoftLayer_Notification_Occurrence_Event_Attachment


SoftLayer_Notification_Occurrence_Event_Attachment

Description

SoftLayer events can have have files attached to them by a SoftLayer employee. Attaching a file to a event is a way to provide supplementary information such as a RFO (reason for outage) document or root cause analysis. The SoftLayer_Notification_Occurrence_Event_Attachment data type models a single file attached to a event.

Local


createDate

The date the file was attached to the event.
Type: dateTime


fileName

The name of the file attached to the event.
Type: string


fileSize

The size of the file, measured in bytes.
Type: string


id

A event attachments’ unique identifier.
Type: int


notificationOccurrenceEventId

The unique event identifier that the file is attached to.
Type: int