Method: customers.nodes.get
Gibt einen angeforderten node
zurück.
HTTP-Anfrage
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/nodes/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der node .
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von Node
.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/sasportal
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-11-02 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]