REST for adding throttle tiers?

42 Views Asked by At

I saw in the user guide a REST for getting a list of all throttling tiers level.

Is there also a REST for adding tiers? Or is adding tiers is available only from the api manager admin ui on https://localhost:9443/carbon?

1

There are 1 best solutions below

0
harsha89 On BEST ANSWER

AFAIK you can't add new tiers from through new REST API. But we have admin dashboard application which provides a UI to manage your tiers. Please refer[1]. It describe the approach of using management console. We will add adding new tiers API to REST API during next releases.

[1] - https://docs.wso2.com/display/AM1100/Defining+Throttling+Tiers

Thanks, Harsha