Updating Flow Limit Dynamically
You can update the Flow limit value dynamically without restarting an application. Additionally, you can use the following REST API:
The base path for all REST APIs exposed is http://<host or IP address>:<port>/
where port is of running AppNode.
Method | POST |
Description | Update the Flow limit without restarting an application. |
Path Parameters | None |
Query Parameters |
|
For example | http://<host or IP address>:<port>/bw/app.json/updateflowlimit?flowLimit=<new_flow_limit>&name=<app_name>.application&version=<app_version>&component=<component_name> |
Method | GET |
Description | Get the latest Flow limit applied to the application or the component without restarting an application. |
Path Parameters | None |
Query Parameters |
|
For example | http://<host or IP address>:<port>/bw/app.json/flowlimit?name=<app_name>.application&version=<app_version>&component=<component_name> |