Platform
- Platform
- All Products
mftsaas/api/v1/mitasks/activityLog?taskId=<taskId>
mftsaas/api/v1/mitasks/activityLog?runId=<runId>
mftsaas/api/v1/mitasks/activityLog?taskId={{taskID}}&<offset>
mftsaas/api/v1/mitasks/activityLog?taskId={{taskID}}&<rowLimit>
mftsaas/api/v1/mitasks/activityLog?runId=<runId>&taskId=<taskId>&rowLimit=<rowLimit>&offset=<offset>
Field
| Description
|
---|---|
taskId
| File ingestion task ID.
|
runId
| File ingestion run ID.
|
offset
| The number of rows to skip. For example, you might want to skip the first three rows.
|
rowLimit
| The maximum number of rows to return. The maximum number you can specify is 100. Default is 25.
|
Field
| Description
|
---|---|
id
| File ingestion job ID.
|
totaljobCount
| Total number of jobs.
|
taskId
| File ingestion task ID.
|
runId
| File ingestion run ID.
|
startedBy
| Name of the user who created the file ingestion task.
|
startTime
| Start time for the job. Uses Coordinated Universal Time (UTC).
|
endTime
| End time for the job. Uses Coordinated Universal Time (UTC).
|
status
| Whether the job completed successfully.
|
messageText
| Error message associated with the job.
|
successFiles
| The number of files that are successfully transferred from source to target.
|
failedFiles
| The number of files that were not transferred from source to target.
|
{ "totalJobCount": 7, "jobActivityLog": [ { "id": 1000000200272, "taskId": 89882, "runId": 137205, "startedBy": "b2b_pod1", "startTime": "2021-09-13T09:55:13Z", "endTime": "2021-09-13T09:55:15Z", "status": "FAILED" }, { "id": 1000000200270, "taskId": 89882, "runId": 137204, "startedBy": "b2b_pod1", "startTime": "2021-09-13T09:52:44Z", "endTime": "2021-09-13T09:53:02Z", "status": "SUCCESS" }, { "id": 1000000200268, "taskId": 89882, "runId": 137202, "startedBy": "b2b_pod1", "startTime": "2021-09-13T09:49:55Z", "endTime": "2021-09-13T09:50:12Z", "status": "SUCCESS" }, { "id": 1000000200264, "taskId": 89882, "runId": 137199, "startedBy": "b2b_pod1", "startTime": "2021-09-13T09:43:27Z", "endTime": "2021-09-13T09:43:42Z", "status": "SUCCESS" }, { "id": 1000000200262, "taskId": 89882, "runId": 137198, "startedBy": "b2b_pod1", "startTime": "2021-09-13T09:13:58Z", "endTime": "2021-09-13T09:14:04Z", "status": "FAILED" }, { "id": 1000000200261, "taskId": 89882, "runId": 137197, "startedBy": "b2b_pod1", "startTime": "2021-09-13T09:13:09Z", "endTime": "2021-09-13T09:13:28Z", "status": "SUCCESS" }, { "id": 1000000200260, "taskId": 89882, "runId": 137196, "startedBy": "b2b_pod1", "startTime": "2021-09-13T09:12:21Z", "endTime": "2021-09-13T09:12:35Z", "status": "SUCCESS" } ] }
{ "jobActivityLog": [ { "jobStatusResponse": { "jobStatus": "FAILED", "errorMessage": "[8008 - Create File List] Directory '/root/testnot' not found ", "jobDetails": { "jobNumber": 1000000200262, "status": "Failed", "startTime": "2021-09-13T09:13:58Z", "endTime": "2021-09-13T09:14:04Z", "messageText": "[8008 - Create File List] Directory '/root/testnot' not found ", "successFiles": 0, "failedFiles": 0, "fileDetails": [] } } } ] } { "jobActivityLog": [ { "jobStatusResponse": { "jobStatus": "FAILED", "errorMessage": "[8008 - Create File List] Directory '/root/testnot' not found ", "jobDetails": { "jobNumber": 1000000200262, "status": "Failed", "startTime": "2021-09-13T09:13:58Z", "endTime": "2021-09-13T09:14:04Z", "messageText": "[8008 - Create File List] Directory '/root/testnot' not found ", "successFiles": 0, "failedFiles": 0, "fileDetails": [] } } } ] }
mftsaas/api/v2/mitasks/activityLog
mftsaas/api/v2/mitasks/activityLog?taskId=<taskId>
mftsaas/api/v2/mitasks/activityLog?runId=<runId>
mftsaas/api/v2/mitasks/activityLog?taskId=<taskId>&offset=<offset>
mftsaas/api/v2/mitasks/activityLog?taskId=<taskId>&rowLimit<rowLimit>
mftsaas/api/v2/mitasks/activityLog?jobType=<jobType>
mftsaas/api/v2/mitasks/activityLog?runId=<runId>&taskId=<taskId>&rowLimit=<rowLimit>&offset=<offset>
Field
| Description
|
---|---|
taskId
| File ingestion task ID.
|
runId
| File ingestion run ID.
|
offset
| The number of rows to skip. For example, you might want to skip the first three rows.
|
rowLimit
| The maximum number of rows to return. The maximum number you can specify is 100. Default is 25.
|
jobType
| Types of jobs to include in the response. You can use one of the following options:
Default is all.
|
Field
| Description
|
---|---|
totaljobCount
| Total number of jobs.
|
taskId
| File ingestion task ID.
|
runId
| File ingestion run ID.
|
startedBy
| Name of the user who created the file ingestion task.
|
startTime
| Start time of the job. Uses Coordinated Universal Time (UTC).
|
endTime
| End time of the job. Uses Coordinated Universal Time (UTC).
|
status
| Whether the job completed successfully.
|
{ "totalJobCount": 1, "jobActivityLog": [ { "taskId": "gS7ivoMYoOli6v7TR7MIIe", "jobs": [ { "runId": 184233, "startedBy": "filelistener", "startTime": "2022-06-09T06:10:25Z", "endTime": "2022-06-09T06:10:34Z", "status": "SUCCESS" } } ] }
Updated January 23, 2023