v1

latestOpenAPI 3.0.2Apache 2.02026-07-1713914.9 KB
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.

SourceHostnamestring

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"
}