Skip to main content

interconnects_diagnostics

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

Overview

Nameinterconnects_diagnostics
TypeResource
Idgoogle.compute.interconnects_diagnostics

Fields

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

Methods

NameAccessible byRequired ParamsDescription
get_diagnosticsSELECTinterconnect, projectReturns 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 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 interconnect = '{{ interconnect }}'
AND project = '{{ project }}';