MabJob interface
MAB workload-specific job.
- Extends
Properties
actions |
The state/actions applicable on jobs like cancel/retry. |
duration | Time taken by job to run. |
error |
The errors. |
extended |
Additional information on the job. |
job |
Polymorphic discriminator, which specifies the different types this object can be |
mab |
Name of server protecting the DS. |
mab |
Server type of MAB container. |
workload |
Workload type of backup item. |
Inherited Properties
activity |
ActivityId of job. |
backup |
Backup management type to execute the current job. |
end |
The end time. |
entity |
Friendly name of the entity on which the current job is executing. |
operation | The operation name. |
start |
The start time. |
status | Job status. |
Property Details
actionsInfo
The state/actions applicable on jobs like cancel/retry.
actionsInfo?: JobSupportedAction[]
Property Value
duration
Time taken by job to run.
duration?: string
Property Value
string
errorDetails
extendedInfo
Additional information on the job.
extendedInfo?: MabJobExtendedInfo
Property Value
jobType
Polymorphic discriminator, which specifies the different types this object can be
jobType: "MabJob"
Property Value
"MabJob"
mabServerName
Name of server protecting the DS.
mabServerName?: string
Property Value
string
mabServerType
Server type of MAB container.
mabServerType?: string
Property Value
string
workloadType
Workload type of backup item.
workloadType?: string
Property Value
string
Inherited Property Details
activityId
backupManagementType
Backup management type to execute the current job.
backupManagementType?: string
Property Value
string
Inherited From Job.backupManagementType
endTime
entityFriendlyName
Friendly name of the entity on which the current job is executing.
entityFriendlyName?: string
Property Value
string
Inherited From Job.entityFriendlyName