Get job by ID
get
/jobs/{jobId}
Describe job details and job status by job ID. Job details includes the job ID, status, the job created date and time stamp, etc.
Request
Supported Media Types
- application/json
Path Parameters
-
jobId(required): string
job ID
Response
Supported Media Types
- application/json
200 Response
job details
Root Schema : ServiceJobReport
Type:
object
Job Request Status
Show Source
-
cpsMetadata:
string
-
createTimestamp:
string(date-time)
-
description:
string
-
jobId:
string
-
jobType:
string
-
message:
string
-
reports:
array reports
-
resourceList:
array resourceList
-
status:
string
Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure" ]
-
updatedTime:
string(date-time)
Nested Schema : resourceList
Type:
Show Source
array
-
Array of:
object JobResourceInfo
resource information
Nested Schema : TaskReport
Type:
Show Source
object
-
duration:
string
-
endTime:
string(date-time)
-
jobId:
string
-
nodeName:
string
-
parentTaskId:
string
-
reportLevel:
string
Allowed Values:
[ "Verbose", "Info", "Error" ]
-
startTime:
string(date-time)
-
status:
string
Allowed Values:
[ "Created", "Scheduled", "Running", "Success", "Failure", "Retrying", "Waiting", "InternalError", "Reverting", "Reverted", "NodeDisconnectedFailure", "Skipped" ]
-
tags:
array tags
-
taskDescription:
string
-
taskId:
string
-
taskName:
string
-
taskResult:
string
-
updatedTime:
string(date-time)
Nested Schema : JobResourceInfo
Type:
object
resource information
Show Source
-
jobId:
string
-
resourceId:
string
-
resourceNewType:
string
-
resourceType:
string
Allowed Values:
[ "Backup", "BackupConfig", "DB", "DbHome", "Grid", "Pdb", "Recovery", "Report", "Tde", "ObjectStoreSwift" ]
-
updatedTime:
string(date-time)
Default Response
An unexpected error has occurred