Method: customers.nodes.nodes.create
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
HTTP-запрос
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/nodes
URL использует синтаксис перекодировки gRPC .
Параметры пути
Параметры |
---|
parent | string Обязательно. Имя родительского ресурса, где будет создан узел. |
Текст запроса
Тело запроса содержит экземпляр Node
.
Тело ответа
В случае успеха тело ответа содержит вновь созданный экземпляр Node
.
Области авторизации
Требуется следующая область OAuth:
-
https://www.googleapis.com/auth/sasportal
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eCreates a new node within a specified parent resource.\u003c/p\u003e\n"],["\u003cp\u003eUses an HTTP POST request with the provided URL structure and gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003eparent\u003c/code\u003e path parameter, indicating the location for node creation.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a \u003ccode\u003eNode\u003c/code\u003e object, with a successful response returning the newly created \u003ccode\u003eNode\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/sasportal\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This describes the process of creating a new node within a system. A `POST` request is sent to a specific URL, defined by gRPC Transcoding syntax, that includes a required `parent` path parameter specifying the node's location. The request body must contain the details of the new `Node`, and the successful response returns the created `Node` instance. This action requires the `https://www.googleapis.com/auth/sasportal` authorization scope.\n"],null,["# Method: customers.nodes.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/v1alpha1/customers.nodes#Node).\n\n### HTTP request\n\n`POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/nodes`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) 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/v1alpha1/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/v1alpha1/customers.nodes#Node).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/sasportal`"]]