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 |
| Yes | The environment name which the proxy or shared flow will be deployed to. |
Apigee Edge 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 |
| 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 |
| 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 |
| Yes | The org name of the apigee account. |
Apigee Host URL |
| Yes | Apigee Host URL. |
Apigee Bearer |
| No | Apigee Bearer Token (Access Token) this takes precedence over service account file. |
Service Account File |
| No | Content of the service account file. |
Apigee Portal Site Id |
| No | Apigee Portal Site ID |
Apigee Client Secret Key |
| No | Apigee Google Token Email |
...