- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the NAT addresses for an Apigee instance.
Note: Not supported for Apigee hybrid.
HTTP request
GET https://apigee.googleapis.com/v1/{parent=organizations/*/instances/*}/natAddresses
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the instance. Use the following structure in your request: |
Query parameters
Parameters | |
---|---|
page |
Maximum number of natAddresses to return. Defaults to 25. |
page |
Page token, returned from a previous natAddresses.list call, that you can use to retrieve the next page of content. |
Request body
The request body must be empty.
Response body
Response for natAddresses.list
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"natAddresses": [
{
object ( |
Fields | |
---|---|
nat |
List of NAT Addresses for the instance. |
next |
Page token that you can include in a natAddresses.list request to retrieve the next page of content. If omitted, no subsequent pages exist. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform