- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- IAM Permissions
Retrieves an aggregated list of interconnect attachments.
HTTP request
GET https://compute.googleapis.com/compute/beta/projects/{project}/aggregated/interconnectAttachments
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
Project ID for this request. |
Query parameters
Parameters | |
---|---|
maxResults |
The maximum number of results per page that should be returned. If the number of available results is larger than |
pageToken |
Specifies a page token to use. Set |
filter |
A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either For example, if you are filtering Compute Engine instances, you can exclude instances named You can also filter nested fields. For example, you could specify To filter on multiple expressions, provide each separate expression within parentheses. For example, |
orderBy |
Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using Currently, only sorting by |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation | |
---|---|
{ "id": string, "items": [ { "scopeName": string, "interconnectAttachments": [ { "description": string, "selfLink": string, "id": string, "creationTimestamp": string, "name": string, "interconnect": string, "router": string, "region": string, "googleReferenceId": string, "privateInterconnectInfo": { "tag8021q": number }, "operationalStatus": enum, "cloudRouterIpAddress": string, "customerRouterIpAddress": string, "type": enum, "pairingKey": string, "adminEnabled": boolean, "vlanTag8021q": number, "edgeAvailabilityDomain": enum, "candidateSubnets": [ string ], "bandwidth": enum, "partnerMetadata": { "partnerName": string, "interconnectName": string, "portalUrl": string }, "labels": { string: string, ... }, "labelFingerprint": string, "state": enum, "partnerAsn": string, "kind": string } ], "warning": { "code": enum, "message": string, "data": [ { "key": string, "value": string } ] } } ], "nextPageToken": string, "selfLink": string, "warning": { "code": enum, "message": string, "data": [ { "key": string, "value": string } ] }, "kind": string } |
Fields | |
---|---|
id |
[Output Only] Unique identifier for the resource; defined by the server. |
items[] |
A list of InterconnectAttachmentsScopedList resources. |
items[].scopeName |
Name of the scope containing this set of interconnect attachments. |
items[].interconnectAttachments[] |
A list of interconnect attachments contained in this scope. |
items[].interconnectAttachments[].description |
An optional description of this resource. |
items[].interconnectAttachments[].selfLink |
[Output Only] Server-defined URL for the resource. |
items[].interconnectAttachments[].id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
items[].interconnectAttachments[].creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
items[].interconnectAttachments[].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 |
items[].interconnectAttachments[].interconnect |
URL of the underlying Interconnect object that this attachment's traffic will traverse through. |
items[].interconnectAttachments[].router |
URL of the Cloud Router to be used for dynamic routing. This router must be in the same region as this InterconnectAttachment. The InterconnectAttachment will automatically connect the Interconnect to the network & region within which the Cloud Router is configured. |
items[].interconnectAttachments[].region |
[Output Only] URL of the region where the regional interconnect attachment resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. |
items[].interconnectAttachments[].googleReferenceId |
[Output Only] Google reference ID, to be used when raising support tickets with Google or otherwise to debug backend connectivity issues. [Deprecated] This field is not used. |
items[].interconnectAttachments[].privateInterconnectInfo |
[Output Only] Information specific to an InterconnectAttachment. This property is populated if the interconnect that this is attached to is of type DEDICATED. |
items[].interconnectAttachments[].privateInterconnectInfo.tag8021q |
[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region. |
items[].interconnectAttachments[].operationalStatus |
[Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values:
|
items[].interconnectAttachments[].cloudRouterIpAddress |
[Output Only] IPv4 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment. |
items[].interconnectAttachments[].customerRouterIpAddress |
[Output Only] IPv4 address + prefix length to be configured on the customer router subinterface for this interconnect attachment. |
items[].interconnectAttachments[].type |
The type of interconnect attachment this is, which can take one of the following values:
|
items[].interconnectAttachments[].pairingKey |
[Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present for DEDICATED]. The opaque identifier of an PARTNER attachment used to initiate provisioning with a selected partner. Of the form "XXXXX/region/domain" |
items[].interconnectAttachments[].adminEnabled |
Determines whether this Attachment will carry packets. Not present for PARTNER_PROVIDER. |
items[].interconnectAttachments[].vlanTag8021q |
The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4094. Only specified at creation time. |
items[].interconnectAttachments[].edgeAvailabilityDomain |
Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values:
|
items[].interconnectAttachments[].candidateSubnets[] |
Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google’s edge. If not supplied, Google will randomly select an unused /29 from all of link-local space. |
items[].interconnectAttachments[].bandwidth |
Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values:
|
items[].interconnectAttachments[].partnerMetadata |
Informational metadata about Partner attachments from Partners to display to customers. Output only for for PARTNER type, mutable for PARTNER_PROVIDER, not available for DEDICATED. |
items[].interconnectAttachments[].partnerMetadata.partnerName |
Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values. |
items[].interconnectAttachments[].partnerMetadata.interconnectName |
Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner’s portal. For instance "Chicago 1". This value may be validated to match approved Partner values. |
items[].interconnectAttachments[].partnerMetadata.portalUrl |
URL of the Partner’s portal for this Attachment. Partners may customise this to be a deep link to the specific resource on the Partner portal. This value may be validated to match approved Partner values. |
items[].interconnectAttachments[].labels |
Labels to apply to this InterconnectAttachment resource. These can be later modified by the An object containing a list of |
items[].interconnectAttachments[].labelFingerprint |
A fingerprint for the labels being applied to this InterconnectAttachment, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error To see the latest fingerprint, make a A base64-encoded string. |
items[].interconnectAttachments[].state |
[Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can take one of the following values:
|
items[].interconnectAttachments[].partnerAsn |
Optional BGP ASN for the router supplied by a Layer 3 Partner if they configured BGP on behalf of the customer. Output only for PARTNER type, input only for PARTNER_PROVIDER, not available for DEDICATED. |
items[].interconnectAttachments[].kind |
[Output Only] Type of the resource. Always |
items[].warning |
Informational warning which replaces the list of addresses when the list is empty. |
items[].warning.code |
[Output Only] A warning code, if applicable. For example, Compute Engine returns |
items[].warning.message |
[Output Only] A human-readable description of the warning code. |
items[].warning.data[] |
[Output Only] Metadata about this warning in "data": [ { "key": "scope", "value": "zones/us-east1-d" } |
items[].warning.data[].key |
[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be |
items[].warning.data[].value |
[Output Only] A warning data value corresponding to the key. |
nextPageToken |
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than |
selfLink |
[Output Only] Server-defined URL for this resource. |
warning |
[Output Only] Informational warning message. |
warning.code |
[Output Only] A warning code, if applicable. For example, Compute Engine returns |
warning.message |
[Output Only] A human-readable description of the warning code. |
warning.data[] |
[Output Only] Metadata about this warning in "data": [ { "key": "scope", "value": "zones/us-east1-d" } |
warning.data[].key |
[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be |
warning.data[].value |
[Output Only] A warning data value corresponding to the key. |
kind |
[Output Only] Type of resource. Always |
Authorization Scopes
Requires one of the following OAuth scopes:
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 Google IAM permissions:
compute.interconnectAttachments.list
To find predefined roles that contain those permissions, see Compute Engine IAM Roles.