Method: customers.nodes.create
Erstellt einen neuen node
HTTP-Anfrage
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Der Name der übergeordneten Ressource, in der der Knoten erstellt werden soll.
|
Anfragetext
Der Anfragetext enthält eine Instanz von Node
.
Antworttext
Bei Erfolg enthält der Antworttext eine neu erstellte 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)."],[[["Creates a new node within the Spectrum Access System."],["Uses an HTTP POST request to `https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes` with the parent resource specified as a path parameter."],["Requires a request body containing a `Node` object and returns a `Node` object in the response if successful."],["Authorization is required using the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["A new node is created via a `POST` request to the specified URL, which includes the parent resource name as a required path parameter. The request body must contain the node's details. A successful request returns the newly created node instance in the response body. This operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization. The URL follows gRPC Transcoding syntax.\n"]]