v1

latestOpenAPI 3.0.2Apache 2.02026-07-1713914.9 KB
Operations

Trigger inbound processing

Initiate inbound processing of ODFI files for shards.

put/trigger-inbound

Request body

shardNamesstring[] required

Example request

{
  "shardNames": [
    "SD-live",
    "ND-live"
  ]
}

Response

All specified shards have completed inbound processing successfully.

Shardsobject

A map of shards and any errors encountered during processing.

Example response

{
  "Shards": {
    "testing": "ERROR processing shard: hostname not found",
    "SD-live": null
  }
}