SoftLayer Network Storage Event

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

StorageLayer 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.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

createDate

The date an event was created.



message

The message text for an event.

  • Type: string
  • Length: 4000 characters



scheduleId

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

  • Type: integer
  • Length: 10 digits



typeId

An identifier for the type of an event.

  • Type: integer
  • Length: 10 digits



volumeId

The volume id which an event is associated with.

  • Type: integer
  • Length: 10 digits


Relational Properties

schedule

A schedule that is associated with an event. Not all events will have a schedule.
schedule can be queried by object mask.
schedule must be a unique value.



volume

The associated volume for an event.
volume can be queried by object mask.
volume must be a unique value.

Personal tools