curl --request GET \
--url https://dev.startree.ai/tenants/rebalanceStatus/{jobId} \
--header 'Authorization: <api-key>'
{
"timeElapsedSinceStartInSeconds": 123,
"tenantRebalanceProgressStats": {
"timeToFinishInSeconds": 123,
"completionStatusMsg": "<string>",
"startTimeMs": 123,
"tableStatusMap": {},
"totalTables": 123,
"remainingTables": 123,
"tableRebalanceJobIdMap": {}
}
}
Gets detailed stats of a tenant rebalance operation
curl --request GET \
--url https://dev.startree.ai/tenants/rebalanceStatus/{jobId} \
--header 'Authorization: <api-key>'
{
"timeElapsedSinceStartInSeconds": 123,
"tenantRebalanceProgressStats": {
"timeToFinishInSeconds": 123,
"completionStatusMsg": "<string>",
"startTimeMs": 123,
"tableStatusMap": {},
"totalTables": 123,
"remainingTables": 123,
"tableRebalanceJobIdMap": {}
}
}
The format of the key is "Basic <token>" or "Bearer <token>"
Tenant rebalance job id
successful operation
The response is of type object
.
Was this page helpful?