Full name: projects.locations.instances.legacyPublisher.legacyAddConnectorPackage
Legacy endpoint for uploading a connector package..
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 |
Required. The connector id of the connector package. |
guid |
Required. The guid of the connector package. |
connector_package |
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.