v1

latestOpenAPI 3.0.12026-07-26245126202.6 KB
Restream

Gets detailed stats of a restream operation

Gets detailed stats of a restream operation

get/tables/{tableNameWithType}/restream

Path parameters

tableNameWithTypestring required

Name of the table with type to restream

Query parameters

jobIdstring

ID of the restream job

verboseboolean

Verbose information on progress

Response

successful operation

timeElapsedSinceStartInSecondsinteger
jobIdstring
stage'INIT' | 'TABLE_STREAM' | 'FORCE_COMMIT' | 'REBALANCE' | 'DONE' | 'FAILED' | 'CANCELLED'
verboseTableStreamLagobject
segmentsToBeCommittedstring[]

Example response

{
  "restreamConfig": {
    "destTableNameWithType": "newTableName_REALTIME",
    "maxRebalanceTimeMin": 120,
    "destServerTenant": "restreamTenant",
    "destBrokerTenant": "restreamTenant",
    "maxTableStreamLag": 5000,
    "tableNameWithType": "tableName_REALTIME"
  }
}