Method: legacySdk.legacyGetProxySettings

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

Legacy RPC for getting proxy settings.

HTTP request


Path parameters

Parameters
instance

string

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

Request body

The request body must be empty.

Response body

The ApiProxySettings message.

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

JSON representation
{
  "username": string,
  "password": string,
  "proxyServerAddress": string,
  "targetAddresses": [
    string
  ],
  "ignoreAddresses": [
    string
  ]
}
Fields
username

string

The username of the proxy.

password

string

The password of the proxy.

proxyServerAddress

string

The address of the proxy server.

targetAddresses[]

string

The target addresses of the proxy.

ignoreAddresses[]

string

The addresses to ignore when using the proxy.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.