Method: nodes.nodes.create
Tworzy nowy element: node
.
Żądanie HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/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."],["Utilizes an HTTP POST request to a specific endpoint with path parameters to define the node's parent resource."],["Requires a request body containing node details and an authorization scope for access."],["Upon successful creation, the response includes the details of the newly created node."]]],["This outlines creating a new node via a `POST` request to a specific URL: `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/nodes`. The `parent` path parameter, a string, is required to specify the node's location. The request body must include a `Node` instance, and a successful response returns the newly created `Node`. The operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization.\n"]]