db2DatabaseJobStatus
Retrieve the status of a Db2 database job request Supported in v8.0+ Retrieve details about a Db2 database-related request which includes the status of the database-related job.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | GetDb2DatabaseAsyncRequestStatusInput! | Input for V1GetDb2DatabaseAsyncRequestStatus. |
Returns
Sample
{
"data": {
"db2DatabaseJobStatus": {
"endTime": "2024-01-01T00:00:00.000Z",
"id": "example-string",
"nodeId": "example-string",
"progress": 0.0,
"result": "example-string",
"startTime": "2024-01-01T00:00:00.000Z",
"error": {
"message": "example-string"
},
"links": [
{
"href": "example-string",
"rel": "example-string"
}
]
}
}
}