Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     1.1 Setting Pagination Limit

 Pagination Limit:  User has the freedom to set the pagination limit

If the user sets the pagination limit to 10, it means that in a single API call, the orchestration side will receive 10  packages. If there are a total of 30 packages and the pagination limit is set to 10, then these packages will be fetched in three requests. This approach is implemented to maintain a constant JSON size and to minimize any potential overhead, ensuring efficient processing.

 user can set pagination limit in both the ways one using UI and and other using MySql DB.

...

2.  Setting CD Routers url

    • If there are multiple CDRouters in a single setup, the user has the option to provide details for each CDRouter by specifying their respective URLs and specific names. This allows users to include information about different CDRouters present in the same setup.

2.1.1 Using UI

1.User should navigate to 'https://automatics.rdkcentral.com/Automatics/login.htm' url and click on 'System Configuration' under settings drop down as show in the image below.

...

1.3 Setting CDRouter base Url:

    • User should provide CDRouter base url beacuse it's responsible for orchestrating CDRouter test executions.

       1.3.1 Using UI 

               user can add CDRouter service base url also by following above steps but changing the configuration name and configuration value accordingly.
               

...