- HTTP request
- Path parameters
- Request body
- Response body
- Authorization Scopes
- NetworkStatus
- SubnetStatus
- Try it!
Get the diagnostics of a single network resource.
HTTP request
GET https://edgenetwork.googleapis.com/v1/{name=projects/*/locations/*/zones/*/networks/*}:diagnose
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the network resource. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
DiagnoseNetworkResponse contains the current status for a specific network.
JSON representation |
---|
{
"updateTime": string,
"result": {
object ( |
Fields | |
---|---|
updateTime |
The time when the network status was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
result |
The network status of a specific network. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
NetworkStatus
NetworkStatus has a list of status for the subnets under the current network.
JSON representation |
---|
{
"subnetStatus": [
{
object ( |
Fields | |
---|---|
subnetStatus[] |
A list of status for the subnets under the current network. |
SubnetStatus
SubnetStatus contains detailed and current technical information about this subnet resource.
JSON representation |
---|
{
"name": string,
"macAddress": string,
"linkLayerAddresses": [
{
object ( |
Fields | |
---|---|
name |
The name of CCFE subnet resource. |
macAddress |
BVI MAC address. |
linkLayerAddresses[] |
A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet. |