Skip to main content

interconnects_diagnostics

Creates, updates, deletes, gets or lists an interconnects_diagnostics resource.

Overview

Nameinterconnects_diagnostics
TypeResource
Idgoogle.compute.interconnects_diagnostics

Fields

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
resultobjectDiagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection. (id: InterconnectDiagnostics)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_diagnosticsselectproject, interconnectReturns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, which is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this API from functioning properly.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
interconnectstring
projectstring

SELECT examples

Returns the interconnectDiagnostics for the specified Interconnect. In the event of a global outage, do not use this API to make decisions about where to redirect your network traffic. Unlike a VLAN attachment, which is regional, a Cloud Interconnect connection is a global resource. A global outage can prevent this API from functioning properly.

SELECT
result
FROM google.compute.interconnects_diagnostics
WHERE project = '{{ project }}' -- required
AND interconnect = '{{ interconnect }}' -- required;