Method: deployments.devices.move
طلب HTTP
POST https://sasportal.googleapis.com/v1alpha1/{name=deployments/*/devices/*}:move
يستخدم عنوان URL بنية gRPC Transcoding.
معلّمات المسار
المَعلمات |
name |
string
مطلوبة. اسم الجهاز المراد نقله.
|
نص الطلب
يحتوي نص الطلب على بيانات بالبنية التالية:
تمثيل JSON |
{
"destination": string
} |
الحقول |
destination |
string
مطلوبة. اسم المورد الرئيسي الجديد node أو customer لإعادة إنشاء الجهاز ضمنه.
|
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Operation
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/sasportal
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Moves a device under a different node or customer within the Spectrum Access System."],["The request is made via a POST method to a specific endpoint with the device's name as a path parameter."],["Requires a request body indicating the destination node or customer for the device."],["Successful responses return an Operation object, indicating the status of the move."],["The operation requires authorization with the `https://www.googleapis.com/auth/sasportal` scope."]]],["This document details the process of moving a device to a different node or customer. The core action is a `POST` HTTP request to a specific URL (`https://sasportal.googleapis.com/v1alpha1/{name=deployments/*/devices/*}:move`). The request requires a device's name as a path parameter and the new parent resource's name (`destination`) in the request body, represented in JSON. Successful operations return an `Operation` instance, while the request requires the `https://www.googleapis.com/auth/sasportal` authorization scope.\n"]]