Operations
List pending files
List files pending for the given shard.
get/shards/{shardName}/files
Path parameters
shardNamestring required
Example:SD-live
Name of shard from configuration file
Response
List of pending files in the shard.
Example response
{
"Files": [
{
"Filename": "dd437bdf-c5ff-4caf-9e0c-9bf2a100b7be.ach",
"Path": "mergable/SD-live/dd437bdf-c5ff-4caf-9e0c-9bf2a100b7be.ach",
"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
listPendingFileswas addedapi-operation-id-added
- ○
- ○
api operation id
listPendingFilesremoved 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
- ○