Skip to main content

Get Job Details

Select

SaaS
Customer Managed

This opearation returns the details for a job.

Note:If commCellId is not passed, default value 2 is used.

More Details

Request Body
  • jobId integer
  • commcell object
  • commCellId integer
Responses

OK


Schema
  • job object
  • jobDetail object
  • detailInfo object
  • sizeOfApplication string
  • transferTime string
  • unCompressedBytes integer
  • dataWritten string
  • dataXferedNetwork string
  • numOfObjects integer
  • sizeOfMediaOnDisk integer
  • savingsPercent string
  • startTime integer
  • throughPut string
  • endTime integer
  • compressedBytes integer
  • skippedItems integer
  • generalInfo object
  • useScalableResourceAllocation string
  • backupType string
  • jobStartedFrom string
  • startTime integer
  • jobStartedBy string
  • priority integer
  • totalNumOfFiles integer
  • jobId integer
  • softwareCompression string
  • systemState string
  • operationType string
  • taskData object
  • subtaskId integer
  • taskName string
  • taskId integer
  • subclient object
  • clientName string
  • instanceName string
  • backupsetId integer
  • instanceId integer
  • subclientId integer
  • clientId integer
  • appName string
  • backupsetName string
  • applicationId integer
  • destinationClient object
  • clientName string
  • progressInfo object
  • reasonForJobDelay string
  • state string
POST /jobdetails    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body

{
"jobId": 0,
"commcell": {
"commCellId": 0
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/JobDetails' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"jobId": 0,
"commcell": {
"commCellId": 0
}
}'