SoftLayer Container Network Storage Evault WebCc JobDetails

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

The SoftLayer_Container_Network_Storage_Evault_WebCc_JobDetails will contain basic details for all backup and restore jobs performed by the StorageLayer EVault service offering.

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

bytesUsed

The number of bytes currently used by the backup job. (provided only for backup jobs)

  • Type: unsigned long



description

Description of the backup/restore job

  • Type: string



lastRunDate

Date of the last jobrun.



name

Name of the backup/restore job

  • Type: string



originalSize

Size of backup job when it was first run. (provided only for backup jobs)

  • Type: unsigned long



percentageOfTotalUsage

Percentage of overall used space allocated by the job. (provided only for backup jobs)

  • Type: integer



result

Result of the latest jobrun.

  • Type: string

Associated Methods

Personal tools