Environment specific variables in APIGEE

Can we create environment specific variables for an organization that are available for all API Proxies deployed in that environment ?

Example we can import resource files (.js) for an environment or organization and acess it in API Proxy using JavaScript policy

Thanks

1 1 671
1 REPLY 1

Dear @GAURAV ,

Great Question, As I understand correctly, Above query has two questions.

Q. Can we create environment specific variables for an organization that are available for all API Proxies deployed in that environment ?

A: Yes, It's available. You can use KVM to store specific variable information and use scope as "Organization". For more details, please refer here.

Q: Can we reuse resources (Javascript Files) across API Proxies in an org / environment ?

A: Yes, It's possible. For more details please refer article here.