AI-generated Key Takeaways
-
Retrieves a specific node resource using a GET request to a designated URL.
-
Requires the
namepath 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/sasportalauthorization 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 |
Required. The name of the |
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