Method: customers.nodes.get
Zwraca żądaną wartość node
.
Żądanie HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/nodes/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagany. Nazwa elementu node .
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu Node
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/userinfo.email
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-09-26 UTC.
[null,null,["Ostatnia aktualizacja: 2022-09-26 UTC."],[[["Returns a requested node based on the provided name."],["Uses a `GET` HTTP request with the specified URL structure."],["Requires `name` as a path parameter to identify the target node."],["An empty request body is necessary, and a successful response includes a `Node` object."],["Authorization necessitates the `https://www.googleapis.com/auth/userinfo.email` OAuth scope."]]],["This document details retrieving a specific node using a GET request. The core action is a `GET` request to a URL structured with gRPC Transcoding syntax: `https://sasportal.googleapis.com/v1alpha1/{name=customers/*/nodes/*}`. The `name` path parameter is a required string specifying the node. The request body should be empty. A successful response will include an instance of a `Node`. Authorization requires the `https://www.googleapis.com/auth/userinfo.email` OAuth scope.\n"]]