This is an archive version of the document. To get the most up-to-date information, see the current version.

Properties

In this article

    The resources in the /jobs collection have a number of properties that reflect backup job settings. Properties can be used for POST requests and as query parameter values in GET requests.

    Property

    Type

    Description

    id

    integer

    System ID assigned to a job in Veeam Availability Console RESTful API.

    name

    string

    Name of the job configured in Veeam Backup & Replication.

    status

    string

    Status of the latest job session.

    Possible values:

    • Success
    • Warning
    • Failed
    • Running
    • No Info

    type

    string

    Veeam Backup & Replication job type.

    Possible values:

    • Backup
    • Replication
    • SureBackup
    • Backup Copy
    • File to Tape
    • Backup to Tape
    • Copy
    • SQL Log Backup Job
    • Oracle Log Backup Job
    • Quick Migration
    • SAN Rescan
    • Failover Plan
    • Agent Backup Job (Managed by Agent)
    • Agent Backup Job (Managed by Backup Server)
    • Agent Backup Policy
    • Agent Backup Job
    • Windows Agent Backup Copy

    lastRun

    string

    Date and time when the latest job session started.

    Date and time string is formatted in accordance with ISO 8601.

    endTime

    string

    Date and time when the latest job session finished.

    Date and time string is formatted in accordance with ISO 8601.

    duration

    integer

    Time taken to complete the latest job session.

    durationUnits

    string

    Measurement units for the latest job duration. Has the constant value s.

    processingRate

    integer

    Rate at which VM data was processed during the latest job session.

    processingRateUnits

    string

    Measurement units for the rate at which VM data was processed during the latest job session.

    Possible values: B/s (bytes per second) and its multiples formed with metric prefixes.

    avgDuration

    integer

    Average time taken to complete a job session.

    avgDurationUnits

    string

    Measurement units for the average job duration. Has the constant value s.

    transferedData

    integer

    Total amount of data that was transferred to target during the latest job session.

    transferedDataUnits

    string

    Measurement units for the data that was transferred to target during the latest job session.

    Possible values: B (byte) and its multiples formed with metric prefixes.

    bottleneck

    string

    Bottleneck in the process of transferring the data from source to target.

    Possible values:

    • Source
    • Proxy
    • Network
    • Target
    • Source WAN accelerator
    • Target WAN accelerator

    serverName

    string

    Name of the Veeam Backup & Replication or Veeam Cloud Connect server on which a job was configured.

    isEnabled

    boolean

    Indicates whether a job schedule is enabled.

    protectedVMs

    integer

    Number of VMs protected by the job.

    schedulingType

    string

    Type of schedule configured for the job.

    Possible values:

    • Continuously
    • Periodically
    • Monthly
    • Daily
    • Chained

    companyId

    integer

    System ID assigned to a company in Veeam Availability Console RESTful API.

    locationId

    integer

    System ID assigned to a company location in Veeam Availability Console RESTful API.

    actions

    Array

    Actions performed by the POST method.

    Available actions:

    _links

    Dictionary of string [key] and Object [value]

    Links to related resources (navigation property). Contains a link to the tenant, whose data the job protects.

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.