Skip to main content

environments_addons_config

Creates, updates, deletes, gets or lists a environments_addons_config resource.

Overview

Nameenvironments_addons_config
TypeResource
Idgoogle.apigee.environments_addons_config

Fields

NameDatatypeDescription
advancedApiOpsConfigobjectConfiguration for the Advanced API Ops add-on.
analyticsConfigobjectConfiguration for the Analytics add-on.
apiSecurityConfigobjectConfigurations of the API Security add-on.
connectorsPlatformConfigobjectConfiguration for the Connectors Platform add-on.
integrationConfigobjectConfiguration for the Integration add-on.
monetizationConfigobjectConfiguration for the Monetization add-on.

Methods

NameAccessible byRequired ParamsDescription
organizations_environments_get_addons_configSELECTenvironmentsId, organizationsIdGets the add-ons config of an environment.

SELECT examples

Gets the add-ons config of an environment.

SELECT
advancedApiOpsConfig,
analyticsConfig,
apiSecurityConfig,
connectorsPlatformConfig,
integrationConfig,
monetizationConfig
FROM google.apigee.environments_addons_config
WHERE environmentsId = '{{ environmentsId }}'
AND organizationsId = '{{ organizationsId }}';