Operations
Get pending file
Get pending file metadata.
get/shards/{shardName}/files/{filepath}
Path parameters
shardNamestring required
Example:SD-live
Name of shard from configuration file
filepathstring required
Example:616d04d8-f8ec-46a9-b467-1d6ec009852f.ach
Relative filepath within the shard
Response
Content of pending ACH file
Example response
{
"Filename": "dd437bdf-c5ff-4caf-9e0c-9bf2a100b7be.ach",
"ContentsBase64": "bW9vdi1pbyBhY2hnYXRld2F5Cg==",
"ModTime": "2022-01-02T15:04:05Z07:00",
"SourceHostname": "achgateway-1.apps.svc.cluster.local"
}Changes
Changed in 2 of the 12 revisions of this API.2
- ○
api operation id
getPendingFilewas addedapi-operation-id-added
- ○
- ○
api operation id
getPendingFileremoved and replaced withapi-operation-id-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○