Ways to change an API proxy policy

Hello everyone,

Do you know if there are any other ways to modify a policy from a proxy apart from the  GUI?

Like any curl commands that could do it? I haven't managed to find anything for this.

Thanks.

Solved Solved
0 1 62
1 ACCEPTED SOLUTION

No, there is no supported way to modify an API proxy revision as it is running.

There's a management API for Apigee.  The model is: 

  • IMPORT the proxy bundle into a new revision
  • DEPLOY the imported revision

So you don't change "one thing".  Instead you import the entire bundle; there may be a simple change in that bundle from the prior revision.  But anyway you need to import everything in the bundle.

View solution in original post

1 REPLY 1

No, there is no supported way to modify an API proxy revision as it is running.

There's a management API for Apigee.  The model is: 

  • IMPORT the proxy bundle into a new revision
  • DEPLOY the imported revision

So you don't change "one thing".  Instead you import the entire bundle; there may be a simple change in that bundle from the prior revision.  But anyway you need to import everything in the bundle.