Method: customers.nodes.get

  • Retrieves a specific node resource using a GET request to a designated URL.

  • Requires the name path parameter to identify the target node within the SAS system.

  • Request body should be empty, while the response provides node details if successful.

  • Utilizes gRPC Transcoding for its URL structure and needs https://www.googleapis.com/auth/sasportal authorization scope.

Returns a requested node.

HTTP request

GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/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/sasportal