Skip to content

Add new namespaces/namespace_id route to upcoming_reconciliations API

Shreyas Agarwal requested to merge 467152-create-namespace-route into master

What does this MR do and why?

The MR adds 2 more routes to the internal API call. As part of cell topology, we would have to introduce namespaces/:namespace_id within the routes to determine which cell to route the request.

The API is called from the CDot application. Since the CDot application is currently utilizing the old routes, the MR introduces a new one and after the modifications done within the CDot application, we would remove the old /api/v4/internal/upcoming_reconciliations

Related to #467152

Merge request reports