Gets a summary of the status of job executions.

GET {{baseUrl}}/jobExecutionsStatus?compartmentId=<string>&id=<string>&managedDatabaseGroupId=<string>&managedDatabaseId=<string>&startTime=<string>&endTime=<string>&name=<string>&sortBy=TIMECREATED&sortOrder=ASC

Gets the number of job executions grouped by status for a job, Managed Database, or Database Group in a specific compartment. Only one of the parameters, jobId, managedDatabaseId, or managedDatabaseGroupId should be provided.

Request Params

KeyDatatypeRequiredDescription
compartmentIdstring(Required) The OCID of the compartment.
idstringThe identifier of the resource.
managedDatabaseGroupIdstringThe OCID of the Managed Database Group.
managedDatabaseIdstringThe OCID of the Managed Database.
startTimestring(Required) The start time of the time range to retrieve the status summary of job executions
in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
endTimestring(Required) The end time of the time range to retrieve the status summary of job executions
in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".
namestringA filter to return only resources that match the entire name.
sortBystringThe field to sort information by. Only one sortOrder can be used. The default sort order
for ‘TIMECREATED’ is descending and the default sort order for ‘NAME’ is ascending.
The ‘NAME’ sort order is case-sensitive.
sortOrderstringThe option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Ascending order is the default order.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing.
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;status&quot;:&quot;FAILED&quot;,&quot;count&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;status&quot;:&quot;IN_PROGRESS&quot;,&quot;count&quot;:&quot;\u003cinteger\u003e&quot;}]}