Method: legacyPublisher.legacyAddConnectorPackage

Full name: projects.locations.instances.legacyPublisher.legacyAddConnectorPackage

Legacy endpoint for uploading a connector package..

HTTP request


Path parameters

Parameters
instance

string

Required. The instance of the legacy publisher. Format: projects/{project}/locations/{location}/instances/{instance}/legacyPublisher

Request body

The request body contains data with the following structure:

JSON representation
{
  "connector_id": string,
  "guid": string,
  "connector_package": string
}
Fields
connector_id

string

Required. The connector id of the connector package.

guid

string

Required. The guid of the connector package.

connector_package

string

Required. The connector package to be added.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.