Method: customers.nodes.move
HTTP-запрос
POST https://sasportal.googleapis.com/v1alpha1/{name=customers/*/nodes/*}:move
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
name | string Необходимый. Имя node для перемещения. |
Тело запроса
Тело запроса содержит данные со следующей структурой:
Представление JSON |
---|
{
"destination": string
} |
Поля |
---|
destination | string Необходимый. Имя нового родительского node ресурса или Customer ) для повторного родительского узла. |
Тело ответа
В случае успеха тело ответа содержит экземпляр Operation
.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/userinfo.email
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2022-09-26 UTC.
[null,null,["Последнее обновление: 2022-09-26 UTC."],[[["Moves a node under another node or customer within the Spectrum Access System."],["Requires a POST request to a specific URL with the node's name as a path parameter."],["The request body must contain the destination node or customer's name."],["A successful response returns an Operation object and requires specific authorization scopes."]]],["This document outlines how to move a node using a POST HTTP request to a specific URL. The request requires a node's name as a path parameter. The request body, in JSON format, must include the `destination` field, specifying the new parent node or customer. A successful operation returns an `Operation` instance. Authorization requires the `userinfo.email` OAuth scope. The process leverages gRPC Transcoding syntax for the URL.\n"]]