Method: customers.nodes.nodes.create
طلب HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/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 a specified parent resource."],["Uses an HTTP POST request with the provided URL structure and gRPC Transcoding syntax."],["Requires the `parent` path parameter, indicating the location for node creation."],["The request body should contain a `Node` object, with a successful response returning the newly created `Node` instance."],["Needs authorization with the `https://www.googleapis.com/auth/sasportal` scope."]]],["This describes the process of creating a new node within a system. A `POST` request is sent to a specific URL, defined by gRPC Transcoding syntax, that includes a required `parent` path parameter specifying the node's location. The request body must contain the details of the new `Node`, and the successful response returns the created `Node` instance. This action requires the `https://www.googleapis.com/auth/sasportal` authorization scope.\n"]]