Lists the ADDM tasks who's end snapshot time falls within the provided time range.

GET {{baseUrl}}/managedDatabases/:managedDatabaseId/addmTasks?timeStart=<dateTime>&timeEnd=<dateTime>&page=<string>&limit=10&sortBy=END_TIME&sortOrder=DESC

Lists the metadata for each ADDM task who's end snapshot time falls within the provided start and end time. Details include the name of the ADDM task, description, user, status and creation date time.

Request Params

KeyDatatypeRequiredDescription
timeStartstring(Required) The beginning of the time range to search for ADDM tasks as defined by date-time RFC3339 format.
timeEndstring(Required) The end of the time range to search for ADDM tasks as defined by date-time RFC3339 format.
pagestringThe page token representing the page from where the next set of paginated results
are retrieved. This is usually retrieved from a previous list call.
limitnumberThe maximum number of records returned in the paginated response.
sortBystringThe option to sort the list of ADDM tasks.
sortOrderstringThe option to sort information in ascending (‘ASC’) or descending (‘DESC’) order. Descending order is the default order.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringUnique identifier for the request.
opc-named-credential-idstringThe OCID of the Named Credential.
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;timeCreated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;taskId&quot;:&quot;\u003clong\u003e&quot;,&quot;beginSnapshotId&quot;:&quot;\u003clong\u003e&quot;,&quot;dbUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;endSnapshotId&quot;:&quot;\u003clong\u003e&quot;,&quot;endSnapshotTime&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;findings&quot;:&quot;\u003clong\u003e&quot;,&quot;howCreated&quot;:&quot;MANUAL&quot;,&quot;startSnapshotTime&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;status&quot;:&quot;EXECUTING&quot;,&quot;taskName&quot;:&quot;\u003cstring\u003e&quot;},{&quot;timeCreated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;taskId&quot;:&quot;\u003clong\u003e&quot;,&quot;beginSnapshotId&quot;:&quot;\u003clong\u003e&quot;,&quot;dbUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;endSnapshotId&quot;:&quot;\u003clong\u003e&quot;,&quot;endSnapshotTime&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;findings&quot;:&quot;\u003clong\u003e&quot;,&quot;howCreated&quot;:&quot;AUTO&quot;,&quot;startSnapshotTime&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;status&quot;:&quot;ERROR&quot;,&quot;taskName&quot;:&quot;\u003cstring\u003e&quot;}],&quot;managedDatabaseId&quot;:&quot;\u003cstring\u003e&quot;}