Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This operation deploys an Apigee API proxy or Shared flow to Apigee X or Apigee Edge by using the maven apigee deploy plugin. You must have built artifacts as zip file or expanded folder, see Extract and Save Artifacts workflow on FlexDeploy - Apigee Plugin Guide page under Example Workflows. See Special Considerations below for details on folder structure. You can download zip file from Apigee and commit to SCM for use during build, or you can commit zip file in expanded format.

...

If a config.json file is present in the folder, it will be processed. The FDAGP_ENV variable holds the environment that will be used when making replacements.

Info

Either FDAPG_CLOUD_ACCOUNT_CODE target property value or FDAPG_INP_CLOUD_ACCOUNT_CODE plugin input value should exist. When both exists, plugin input value will take precedence. See Creating/Editing a Cloud Account and Provider for details on how to setup Cloud Account for Apigee.

Target Properties

Property Name

Property Code

Required

Description

Apigee Environment Name

FDAPG_ENV

Yes

The environment name which the proxy or shared flow will be deployed to.

Apigee Edge Deploy Option

FDAPG_DEPLOY_OPTION

Yes

The option to indicate how proxy or shared flow revision will be managed during deployment. New Revision is default, other option is Update Existing Revision. Note: This property is required only for Apigee Edge.

Apigee X Deploy Option

FDAPG_X_DEPLOY_OPTION

Yes

The option to indicate how proxy or shared flow revision will be managed during deployment. Override is default, other options are async, inactive and clean. Note: This property is required only for Apigee X.

Apigee Account

FDAPG_CLOUD_ACCOUNT_CODE

No

The Apigee account with all the required properties for running Apigee Instance.

Note: "On the basis of selected Cloud Account type plugin will perform the operation and do the deployment for Apigee X or Apigee Edge."

...

Please refer to the link for more information https://flexagon.atlassian.net/wiki/spaces/FD80/pages/10523836417/Set + Up + of +Apigee+X#Setting-up-the-Cloud-Account-for-Apigee-Apigee X | Setting up the Cloud Account for Apigee X

Property Name

Property Code

Required

Description

Apigee Org Name

FDAPGACCT_ORG

Yes

The org name of the apigee account.

Apigee Host URL

FDAPGACCT_HOST_URL

Yes

Apigee Host URL.

Apigee Bearer

FDAPGACCT_BEARER

No

Apigee Bearer Token (Access Token) this takes precedence over service account file.

Service Account File

FDAPGACCT_SA_FILE

No

Content of the service account file.

Apigee Portal Site Id

FDAPGACCT_PORTAL_SITE_ID

No

Apigee Portal Site ID

Apigee Client Secret Key

FDAPGACCT_GOOGLE_TOKEN_EMAIL

No

Apigee Google Token Email

...