You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an extension you cannot specify "state": "DEPLOYED" as the Edge API returns an error. You must specify "state": "UNDEPLOYED" or omit all together.
You can include credentials on the create.
NOTE: that the Edge API does not require the name but the maven plugin does.
Consequently, the plugin does not allow the extension to be undeployed, since the plugin requires a name but the Edge API does not allow the name when setting state to UNDEPLOYED.
When creating an extension you cannot specify
"state": "DEPLOYED"
as the Edge API returns an error. You must specify"state": "UNDEPLOYED"
or omit all together.You can include credentials on the create.
To deploy using the plugin you must send a PATCH request with at least the following or the complete create request.
NOTE: that the Edge API does not require the name but the maven plugin does.
Consequently, the plugin does not allow the extension to be undeployed, since the plugin requires a name but the Edge API does not allow the name when setting state to
UNDEPLOYED
.The Edge API can deploy using
The Edge API can undeploy using
Edge API: https://apidocs.apigee.com/extensions-management-api/apis/patch/v1/organizations/%7Borg%7D/environments/%7Benv%7D/extensions/%7Bid%7D-0
The text was updated successfully, but these errors were encountered: