Operations
Trigger inbound processing
Initiate inbound processing of ODFI files for shards.
put/trigger-inbound
Request body
Example request
{
"shardNames": [
"SD-live",
"ND-live"
]
}Response
All specified shards have completed inbound processing successfully.
Example response
{
"Shards": {
"testing": "ERROR processing shard: hostname not found",
"SD-live": null
}
}