Method: customers.nodes.create
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Żą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/userinfo.email
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: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eCreates a new node within the specified parent resource.\u003c/p\u003e\n"],["\u003cp\u003eRequires a POST request to the designated URL with specific path parameters and request body.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain an instance of \u003ccode\u003eNode\u003c/code\u003e and requires 'userinfo.email' authorization scope.\u003c/p\u003e\n"],["\u003cp\u003eIf successful, the response body will contain the newly created \u003ccode\u003eNode\u003c/code\u003e instance.\u003c/p\u003e\n"]]],["A new node is created via a `POST` request to a specific URL containing a parent resource name. The request requires a `parent` path parameter and a `Node` instance in the request body. Upon success, the response body contains the newly created `Node`. The request needs `https://www.googleapis.com/auth/userinfo.email` authorization scope. The URL utilizes gRPC Transcoding syntax.\n"],null,["# Method: customers.nodes.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n\nCreates a new [node](/spectrum-access-system/reference/rest/customers.nodes#Node).\n\n### HTTP request\n\n`POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes`\n\nThe URL uses [gRPC Transcoding](https://github.com/googleapis/googleapis/blob/master/google/api/http.proto) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent resource name where the node is to be created. |\n\n### Request body\n\nThe request body contains an instance of [Node](/spectrum-access-system/reference/rest/customers.nodes#Node).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Node](/spectrum-access-system/reference/rest/customers.nodes#Node).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/userinfo.email`"]]