Method: customers.nodes.move
Permintaan HTTP
POST https://sasportal.googleapis.com/v1alpha1/{name=customers/*/nodes/*}:move
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib diisi. Nama node yang akan dipindahkan.
|
Isi permintaan
Isi permintaan memuat data dengan struktur berikut:
Representasi JSON |
{
"destination": string
} |
Kolom |
destination |
string
Wajib diisi. Nama resource induk baru node atau Customer ) untuk mengubah induk node di bawahnya.
|
Isi respons
Jika berhasil, isi respons memuat instance Operation
.
Cakupan Otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/userinfo.email
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2022-09-26 UTC.
[null,null,["Terakhir diperbarui pada 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"]]