- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Returns the specified PublicAdvertisedPrefix resource.
HTTP request
GET https://compute.googleapis.com/compute/v1/projects/{project}/global/publicAdvertisedPrefixes/{publicAdvertisedPrefix}
The URL uses gRPC Transcoding syntax. To know more about valid error responses that can be thrown by this HTTP request, please refer to the service error catalog
Path parameters
| Parameters | |
|---|---|
| project | 
 Project ID for this request. | 
| publicAdvertisedPrefix | 
 Name of the PublicAdvertisedPrefix resource to return. | 
Request body
The request body must be empty.
Response body
A public advertised prefix represents an aggregated IP prefix or netblock which customers bring to cloud. The IP prefix is a single unit of route advertisement and is announced globally to the internet.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| { "kind": string, "id": string, "creationTimestamp": string, "name": string, "description": string, "selfLink": string, "ipCidrRange": string, "dnsVerificationIp": string, "sharedSecret": string, "status": enum, "pdpScope": enum, "publicDelegatedPrefixs": [ { "name": string, "region": string, "project": string, "status": string, "ipRange": string } ], "fingerprint": string, "byoipApiVersion": enum, "ipv6AccessType": enum } | 
| Fields | |
|---|---|
| kind | 
 [Output Only] Type of the resource. Always  | 
| id | 
 [Output Only] The unique identifier for the resource type. The server generates this identifier. | 
| creationTimestamp | 
 [Output Only] Creation timestamp in RFC3339 text format. | 
| name | 
 Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression  | 
| description | 
 An optional description of this resource. Provide this property when you create the resource. | 
| selfLink | 
 [Output Only] Server-defined URL for the resource. | 
| ipCidrRange | 
 The address range, in CIDR format, represented by this public advertised prefix. | 
| dnsVerificationIp | 
 The address to be used for reverse DNS verification. | 
| sharedSecret | 
 [Output Only] The shared secret to be used for reverse DNS verification. | 
| status | 
 The status of the public advertised prefix. Possible values include: 
 | 
| pdpScope | 
 Specifies how child public delegated prefix will be scoped. It could be one of following values: 
 | 
| publicDelegatedPrefixs[] | 
 [Output Only] The list of public delegated prefixes that exist for this public advertised prefix. | 
| publicDelegatedPrefixs[].name | 
 The name of the public delegated prefix | 
| publicDelegatedPrefixs[].region | 
 The region of the public delegated prefix if it is regional. If absent, the prefix is global. | 
| publicDelegatedPrefixs[].project | 
 The project number of the public delegated prefix | 
| publicDelegatedPrefixs[].status | 
 The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active. | 
| publicDelegatedPrefixs[].ipRange | 
 The IP address range of the public delegated prefix | 
| fingerprint | 
 Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new  To see the latest fingerprint, make a  A base64-encoded string. | 
| byoipApiVersion | 
 [Output Only] The version of BYOIP API. | 
| ipv6AccessType | 
 The internet access type for IPv6 Public Advertised Prefixes. | 
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/compute.readonly
- https://www.googleapis.com/auth/compute
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
In addition to any permissions specified on the fields above, authorization requires one or more of the following IAM permissions:
- compute.publicAdvertisedPrefixes.get
To find predefined roles that contain those permissions, see Compute Engine IAM Roles.