Apigee aliases

Cake.Apigee addin

Contains functionality for proxy import and deployments within Apigee.

General

CreateKeyValueMap(string, KeyValueMap, CreateKeyValueMapSettings)
Alias from Cake.Apigee addin
Create an organisation or environment scoped key value map (KVM) in Apigee.
DeleteAllUndeployedApiProxyRevisions(string, string, DeleteAllUndeployedApiProxyRevisionsSettings)
Alias from Cake.Apigee addin
Delete all undeployed proxy revisions. This attempts to delete ALL proxy revisions but Apigee won't let already deployed revisions be removed.
DeleteApiProxyRevision(string, string, string, DeleteApiProxyRevisionSettings)
Alias from Cake.Apigee addin
Delete a particular revision of a proxy.
DeleteKeyValueMap(string, string, DeleteKeyValueMapSettings)
Alias from Cake.Apigee addin
Delete a key value map (KVM).
DeployProxy(string, string, ImportProxyResult, DeployProxySettings)
Alias from Cake.Apigee addin
Deploy a proxy within Apigee to an environment in Apigee using the results of an import. By default, if settings are supplied, they will use override and a 15 second delay to minimize downtime as described in: http://docs.apigee.com/api-services/content/deploy-api-proxies-using-management-api#seamless
DeployProxy(string, string, string, string, DeployProxySettings)
Alias from Cake.Apigee addin
Deploy a proxy to Apigee using a specific revision number.
GetApiProxy(string, string, GetApiProxySettings)
Alias from Cake.Apigee addin
Retrieve API proxy metadata such as the list of revisions and when the proxy was created.
ImportProxy(string, string, FilePath, ImportProxySettings)
Alias from Cake.Apigee addin
Import a proxy into Apigee from a zip file. The zip file should contain an apiproxy folder at the top level.
InstallNodePackagedModules(string, ImportProxyResult, InstallNodePackagedModulesSettings)
Alias from Cake.Apigee addin
Run "npm install" on NodeJS embedded as a resource in the proxy based on a previous import. This can be useful if your proxy exceeds the 15MB limit imposed by Apigee.
InstallNodePackagedModules(string, string, string, InstallNodePackagedModulesSettings)
Alias from Cake.Apigee addin
Run "npm install" on NodeJS embedded as a resource in the proxy. This can be useful if your proxy exceeds the 15MB limit imposed by Apigee.
ListKeyValueMaps(string, ListKeyValueMapsSettings)
Alias from Cake.Apigee addin
List all of the key value maps at either organisation or environment scope.