batches-downloaded
Description
This event indicates that a console user has downloaded batch information for use in a Financial Management System.
Details
This event will include the following information in the detail attribute:
app
: Will always equal 'collect'sourceEvent
: Will always equal 'batches-downloaded'sourceUri
: The location where you can retrieve the transactions that were included in the download file. This URL is only valid for 15 minutestenantId
: The ID of the Rhythm tenant where transactions were downloadedsecurityContext
: Identity information about the user that downloaded the transactionsuri
: The location where you can retrieve the same download file that was delivered to the user that initiated the download. This URL is only valid for 15 minutes.
Sample Event
{
"version": "0",
"id": "b1834fe3-7feb-fe43-03c6-83cecda7b5e8",
"detail-type": "Download file generated for financial batches",
"source": "aws.partner/rhythmsoftware.com/faa.org/faa.org/123456/8a3aec6245bcd70e308c59e6d7ab4a3f",
"account": "123456",
"time": "2022-04-26T20:07:01Z",
"region": "us-east-1",
"resources": [],
"detail": {
"app": "collect",
"sourceEvent": "batches-downloaded",
"sourceUri": "https://rhythm-microservices-632043148588-us-east-1.s3.amazonaws.com/tmp/collect-batch-download-steps/faa.org/FAA/2022-04-26/faa.org-2022-04-26-16-06-53-DOWNLOAD-1-batches/data-to-use-for-download.json?AWSAccessKeyId=123456",
"tenantId": "faa.org",
"securityContext": {
"tenantId": "faa.org",
"identity": {
"user_id": "123456"
}
},
"uri": 'https://rhythm-microservices-632043148588-us-east-1.s3.amazonaws.com/tmp/collect-batch-download-steps/faa.org/FAA/2022-04-26/faa.org-2022-04-26-16-06-53-DOWNLOAD-1-batches/quickbooks-2022-04-26.iif?AWSAccessKeyId=123456'
}
}