GET v1/bunits/{bunitId}/jobs/first
Get first job of a consumption unit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JobName | Description | Type | Additional information |
---|---|---|---|
Type |
Type of job |
JobType |
None. |
Status |
The status of the job |
JobStatus |
None. |
Severity |
How severe is the status of the job compared to relevant job severity configuration |
JobSeverity |
None. |
SupportStatus |
Information on how the job has been handled by support |
SupportStatus |
None. |
DataSourceType |
The type of data-source |
DataSourceType |
None. |
DataSource |
Name of the data source the job is related to |
DataSource |
None. |
DataSourceState |
The state of the data-source when the job was run |
DataSourceState |
None. |
Scheduled |
Whether or not the job was scheduled |
boolean |
None. |
ScheduledStart |
The time the job was scheduled to start |
date |
None. |
ActualStart |
The time the job was actually started |
date |
None. |
Completed |
The time the job was completed |
date |
None. |
ExaminedFiles |
Number of examined files |
integer |
None. |
AffectedFiles |
Number of affected files |
integer |
None. |
FailedFiles |
Number of failed files |
integer |
None. |
Result |
Result of job |
integer |
None. |
TransferredMegaBytes |
Megabytes transferred during job |
decimal number |
None. |
TransferredGigaBytes |
Gigabytes transferred during job |
decimal number |
None. |
Consumer |
The Consumer the data source of the job is related to |
Consumer |
None. |
BusinessUnit |
The business unit the related data source is related to |
BusinessUnit |
None. |
ServerType |
Type of the backup server that handled the job |
ServerType |
None. |
JobName |
Name of the job |
JobName |
None. |
Name |
Name of job The name of the schedule, SLA domain or backup policy depending on server type Can also be Manual job if not scheduled |
string |
None. |
Duration |
Time span between start and end of job |
time interval |
None. |
TransferredMegaBytesPerSecond |
Number of megabytes transferred on average per second for the duration of the job |
decimal number |
None. |
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Operations |
Collection of OperationResult |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.