Override property set value in proxy level

Hi , 

We are in apigee Hybrid . 

Can we over ride the value of the property set in proxy level in run time . 

Example : 

proertyset config (general)

name = patty 

I would like to change the name in run time 

propertyset.general.name = patty,smart

 

Best Reagrds,Patty

0 1 71
1 REPLY 1

Propery sets are similar to proxy bundles (as source files) deployed to runtime plane. You cant change these via runtime executions. The updates has to be performed via management api and the next proxy execution will pick the updated values. Making Management api calls from within a proxy runtime execution is an anti-pattern.