Method: nodes.devices.move
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
HTTP অনুরোধ
POST https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/devices/*}:move
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
name | string প্রয়োজন। সরানোর জন্য ডিভাইসের নাম। |
শরীরের অনুরোধ
অনুরোধের অংশে নিম্নলিখিত কাঠামো সহ ডেটা রয়েছে:
JSON প্রতিনিধিত্ব |
---|
{
"destination": string
} |
ক্ষেত্র |
---|
destination | string প্রয়োজন। নতুন প্যারেন্ট রিসোর্সের নাম (নোড বা গ্রাহক) এর অধীনে ডিভাইসটিকে পুনরায় সাজানোর জন্য। |
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে 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-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2022-09-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This operation moves a device under a different node or customer within the Spectrum Access System."],["It requires a `POST` request to a specific endpoint with the device name in the path."],["The request body must contain the destination node or customer name."],["A successful response returns an Operation object, indicating the status of the move."],["Authorization requires the `https://www.googleapis.com/auth/userinfo.email` scope."]]],["This document details the process of moving a device to a new parent resource (node or customer). It uses a `POST` HTTP request to the provided URL, including a required device `name` path parameter. The request body requires a `destination` field specifying the new parent's name. Successful operations return an `Operation` instance in the response body. Authorization requires the `userinfo.email` OAuth scope. The core action is moving the device with specified destination using a post request.\n"]]