Method: legacySdk.legacyGetRemoteConnectorsKeysMap

Full name: projects.locations.instances.legacySdk.legacyGetRemoteConnectorsKeysMap

Legacy RPC for getting remote connectors keys map.

HTTP request


Path parameters

Parameters
instance

string

Required. The GetRemoteConnectorsKeysMap request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:getRemoteConnectorsKeysMap

Query parameters

Parameters
publisherId

string

Required. The publisher ID.

Request body

The request body must be empty.

Response body

The GetRemoteConnectorsKeysMapResponse message.

If successful, the response body contains data with the following structure:

JSON representation
{
  "payload": {
    string: string,
    ...
  }
}
Fields
payload

map (key: string, value: string)

The map of remote connectors keys.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.