Apigee X deployment type for deployment in trial version

I am temporarily using Apigee x trial version, and noticed that when I attempt to create an environment, the deployment type is not made available.

Is that option available for the trial version?

0 1 132
1 REPLY 1

Hi Ricardo,

Depending on how you create the Environment the deployment type can be set on either the UI (see screenshot below) or through the Apigee API

strebel_0-1629360837103.png

If you use the environment create method in the Apigee API you can optionally specify the deploymentType like this:

{
  "name": "arch-env1",
  "deploymentType": "ARCHIVE"
}

If you do not specify an explicit deployment type it will use the default "PROXY" deployment type.

For more information on the new archive deployment type please check: https://cloud.google.com/apigee/docs/api-platform/local-development/manage-archive-deployments