Method: customers.nodes.get
Возвращает запрошенный node
.
HTTP-запрос
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/nodes/*}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
name | string Необходимый. Имя node . |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит экземпляр Node
.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/sasportal
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2022-11-02 UTC.
[null,null,["Последнее обновление: 2022-11-02 UTC."],[[["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."]]],["A GET HTTP request retrieves a specific node using its name. The request URL follows gRPC Transcoding syntax and includes the node's name as a required path parameter. The request body must be empty. A successful request returns an instance of the specified node in the response body. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]