Method: nodes.nodes.get

  • Retrieves a requested node using an HTTP GET request to a specified URL.

  • Requires an empty request body and returns a Node object if successful.

  • Utilizes path parameters to identify the target node by its name.

  • Needs authorization with the https://www.googleapis.com/auth/userinfo.email scope.

Returns a requested node.

HTTP request

GET https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/nodes/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the node.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Node.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/userinfo.email