Method: customers.nodes.create
طلب HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes
يستخدم عنوان URL بنية gRPC Transcoding.
معلّمات المسار
المَعلمات |
parent |
string
مطلوبة. هو اسم المورد الرئيسي الذي يتم إنشاء العقدة فيه.
|
نص الطلب
يحتوي نص الطلب على مثال Node
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Node
تم إنشاؤه حديثًا.
نطاقات الأذونات
يجب توفير نطاق 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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Creates a new node within the Spectrum Access System."],["Uses an HTTP POST request to `https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes` with the parent resource specified as a path parameter."],["Requires a request body containing a `Node` object and returns a `Node` object in the response if successful."],["Authorization is required using the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["A new node is created via a `POST` request to the specified URL, which includes the parent resource name as a required path parameter. The request body must contain the node's details. A successful request returns the newly created node instance in the response body. This operation requires the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization. The URL follows gRPC Transcoding syntax.\n"]]