---
title: "POST /v1/{+org}:setAddons"
method: POST
path: "/v1/{+org}:setAddons"
tags: ["organizations"]
---

# POST /v1/{+org}:setAddons

`POST /v1/{+org}:setAddons`

Configures the add-ons for the Apigee organization. The existing add-on configuration will be fully replaced.

## Path parameters

- `org` string, required

## Request body

- GoogleCloudApigeeV1SetAddonsRequest — Request for SetAddons.
  - `addonsConfig` GoogleCloudApigeeV1AddonsConfig — Add-on configurations for the Apigee organization.
    - `integrationConfig` GoogleCloudApigeeV1IntegrationConfig — Configuration for the Integration add-on.
      - `enabled` boolean — Flag that specifies whether the Integration add-on is enabled.
    - `monetizationConfig` GoogleCloudApigeeV1MonetizationConfig — Configuration for the Monetization add-on.
      - `enabled` boolean — Flag that specifies whether the Monetization add-on is enabled.
    - `advancedApiOpsConfig` GoogleCloudApigeeV1AdvancedApiOpsConfig — Configuration for the Advanced API Ops add-on.
      - `enabled` boolean — Flag that specifies whether the Advanced API Ops add-on is enabled.
    - `connectorsPlatformConfig` GoogleCloudApigeeV1ConnectorsPlatformConfig — Configuration for the Connectors Platform add-on.
      - `expiresAt` string, int64 — Output only. Time at which the Connectors Platform add-on expires in milliseconds since epoch. If unspecified, the add-on will never expire.
      - `enabled` boolean — Flag that specifies whether the Connectors Platform add-on is enabled.
    - `analyticsConfig` GoogleCloudApigeeV1AnalyticsConfig — Configuration for the Analytics add-on.
      - `updateTime` string, google-datetime — Output only. The latest update time.
      - `enabled` boolean — Whether the Analytics add-on is enabled.
      - `state` 'ADDON_STATE_UNSPECIFIED' | 'ENABLING' | 'ENABLED' | 'DISABLING' | 'DISABLED' — Output only. The state of the Analytics add-on.
      - `expireTimeMillis` string, int64 — Output only. Time at which the Analytics add-on expires in milliseconds since epoch. If unspecified, the add-on will never expire.
    - `apiSecurityConfig` GoogleCloudApigeeV1ApiSecurityConfig — Configurations of the API Security add-on.
      - `enabled` boolean — Flag that specifies whether the API security add-on is enabled.
      - `expiresAt` string, int64 — Output only. Time at which the API Security add-on expires in milliseconds since epoch. If unspecified, the add-on will never expire.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/apigee.md) · [All operations](https://skmtc.net/google/apis/apigee/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/apigee/versions/6e272fa448a7/schema)
