List the regional list of IPs that the user should allow to access their ConnectionProfile.
HTTP request
GET https://datastream.googleapis.com/v1alpha1/{parent}/connectionProfiles:staticServiceIps
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource of the ConnectionProfile type. Must be in the format |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for the connectionProfiles.listStaticServiceIps
RPC.
JSON representation | |
---|---|
{
"staticServiceIps": [
{
object ( |
Fields | |
---|---|
staticServiceIps[] |
List of Static Service IPs. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
StaticServiceIp
Static IP.
JSON representation | |
---|---|
{ "ipAddress": string } |
Fields | |
---|---|
ipAddress |
IP Address. |