environments_addons_config
Creates, updates, deletes, gets or lists a environments_addons_config
resource.
Overview
Name | environments_addons_config |
Type | Resource |
Id | google.apigee.environments_addons_config |
Fields
Name | Datatype | Description |
---|---|---|
advancedApiOpsConfig | object | Configuration for the Advanced API Ops add-on. |
analyticsConfig | object | Configuration for the Analytics add-on. |
apiSecurityConfig | object | Configurations of the API Security add-on. |
connectorsPlatformConfig | object | Configuration for the Connectors Platform add-on. |
integrationConfig | object | Configuration for the Integration add-on. |
monetizationConfig | object | Configuration for the Monetization add-on. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
organizations_environments_get_addons_config | SELECT | environmentsId, organizationsId | Gets 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 }}';