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