Veritas NetBackup · Schema

JobAttributes

Attributes of a NetBackup job

BackupData ProtectionDisaster RecoveryEnterpriseRecoveryStorage

Properties

Name Type Description
jobId integer Unique identifier for the job
parentJobId integer Identifier of the parent job, if this is a child job
jobType string The type of job
state string Current state of the job
status integer Exit status code of the job. A value of 0 indicates success.
policyName string Name of the policy associated with the job
policyType string Type of the policy (e.g., Standard, VMware, Oracle)
scheduleName string Name of the schedule that triggered the job
scheduleType string Type of the schedule
clientName string Hostname of the client being backed up or restored
mediaServer string Hostname of the media server processing the job
storageUnit string Name of the storage unit used by the job
startTime string Timestamp when the job started
endTime string Timestamp when the job completed or was last updated
elapsedTime integer Total elapsed time in seconds
kilobytesTransferred integer Total kilobytes of data transferred
filesTransferred integer Total number of files processed
percentComplete integer Completion percentage (0-100)
currentOperation string Description of the operation currently being performed
attempt integer Current attempt number for the job
restartable boolean Whether the job can be restarted
suspendable boolean Whether the job can be suspended
resumable boolean Whether the job can be resumed
cancellable boolean Whether the job can be cancelled
View JSON Schema on GitHub