Get Job Summary of a Job
This operation returns the summary for a specific job.
Path Parameters
- jobId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- totalRecordsWithoutPaging integer
jobs object[]
{
"totalRecordsWithoutPaging": 0,
"jobs": [
{
"jobSummary": {
"sizeOfApplication": 0,
"backupSetName": "string",
"totalFailedFolders": 0,
"totalFailedFiles": 0,
"isVisible": true,
"localizedStatus": "string",
"isAged": true,
"totalNumOfFiles": 0,
"jobId": 0,
"sizeOfMediaOnDisk": 0,
"status": "string",
"lastUpdateTime": 0,
"percentSavings": 0,
"localizedOperationName": "string",
"statusColor": "string",
"backupLevel": 0,
"jobElapsedTime": 0,
"jobStartTime": 0,
"jobType": "string",
"isPreemptable": 0,
"appTypeName": "string",
"percentComplete": 0,
"destClientName": "string",
"subclient": {
"clientName": "string",
"instanceName": "string",
"backupsetId": 0,
"instanceId": 0,
"subclientId": 0,
"clientId": 0,
"appName": "string",
"backupsetName": "string",
"applicationId": 0
},
"clientGroups": [
{
"_type_": 0,
"clientGroupId": 0,
"clientGroupName": "string"
}
]
}
}
]
}
{
"totalRecordsWithoutPaging": 1,
"jobs": [
{
"jobSummary": {
"sizeOfApplication": 266793,
"backupSetName": "defaultBackupSet",
"totalFailedFolders": 0,
"totalFailedFiles": 0,
"isVisible": true,
"localizedStatus": "Completed",
"isAged": false,
"totalNumOfFiles": 2,
"jobId": 432,
"sizeOfMediaOnDisk": 0,
"status": "Completed",
"lastUpdateTime": 1497264332,
"percentSavings": 0,
"localizedOperationName": "Restore",
"statusColor": "black",
"backupLevel": 0,
"jobElapsedTime": 27,
"jobStartTime": 1497264303,
"jobType": "Restore",
"isPreemptable": 0,
"appTypeName": "File System",
"percentComplete": 100,
"destClientName": "firewalltestcs",
"subclient": {
"clientName": "firewalltestcs",
"instanceName": "DefaultInstanceName",
"backupsetId": 3,
"instanceId": 1,
"subclientId": 0,
"clientId": 2,
"appName": "File System",
"backupsetName": "defaultBackupSet",
"applicationId": 33
},
"clientGroups": [
{
"_type_": 28,
"clientGroupId": 1,
"clientGroupName": "Infrastructure"
},
{
"_type_": 28,
"clientGroupId": 3,
"clientGroupName": "Media Agents"
},
{
"_type_": 28,
"clientGroupId": 9,
"clientGroupName": "test"
},
{
"_type_": 28,
"clientGroupId": 16,
"clientGroupName": "cs1"
},
{
"_type_": 28,
"clientGroupId": 17,
"clientGroupName": "cs2"
},
{
"_type_": 28,
"clientGroupId": 18,
"clientGroupName": "cs3"
},
{
"_type_": 28,
"clientGroupId": 19,
"clientGroupName": "CSG"
}
]
}
}
]
}
GET /job/:jobid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Job/:jobId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Job/:jobId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Job/:jobId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Job/:jobId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Job/:jobId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Job/:jobId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Job/:jobId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'