SoftLayer_Network_Storage_Event


SoftLayer_Network_Storage_Event

Description

Storage volumes can create various events to keep track of what has occurred to the volume. Events provide an audit trail that can be used to verify that various tasks have occurred, such as snapshots to be created by a schedule or remote replication synchronization.

Local


createDate

The date an event was created.
Type: dateTime


message

The message text for an event.
Type: string


scheduleId

An identifier for the schedule which is associated with an event.
Type: int


typeId

An identifier for the type of an event.
Type: int


volumeId

The volume id which an event is associated with.
Type: int

Relational


schedule

A schedule that is associated with an event. Not all events will have a schedule.
Type: SoftLayer_Network_Storage_Schedule


type

A Storage volume’s event type. The type provides a standardized definition for an event.
Type: SoftLayer_Network_Storage_Event_Type


volume

The associated volume for an event.
Type: SoftLayer_Network_Storage

Count