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 Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। 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"]]