Full name: projects.locations.instances.legacySdk.legacyGetProxySettings
Legacy RPC for getting proxy settings.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 |
The username of the proxy. |
password |
The password of the proxy. |
proxyServerAddress |
The address of the proxy server. |
targetAddresses[] |
The target addresses of the proxy. |
ignoreAddresses[] |
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.