Method: projects.locations.addons.manageConfig

Manage addon config. This RPC is used for managing the config of the addon. Calling this RPC moves the addon into an updating state until the long-running operation succeeds.

HTTP request

POST https://apihub.googleapis.com/v1/{name=projects/*/locations/*/addons/*}:manageConfig

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the addon for which the config is to be managed. Format: projects/{project}/locations/{location}/addons/{addon}.

Request body

The request body contains data with the following structure:

JSON representation
{
  "config": {
    object (AddonConfig)
  }
}
Fields
config

object (AddonConfig)

Required. The config of the addon to be managed. This config will replace the config present in the addon. The type of the config should match the config type already present in the addon.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform