Method: customers.nodes.create
Tworzy nowy element: node
.
Żądanie HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
parent |
string
Wymagany. Nazwa zasobu nadrzędnego, w którym ma zostać utworzony węzeł.
|
Treść żądania
Treść żądania zawiera wystąpienie elementu Node
.
Treść odpowiedzi
Jeśli operacja się uda, treść odpowiedzi będzie zawierała nowo utworzoną instancję Node
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/sasportal
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-11-02 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]