Method: customers.nodes.deployments.create
طلب HTTP
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/deployments
يستخدم عنوان URL بنية gRPC Transcoding.
معلّمات المسار
المَعلمات |
parent |
string
مطلوبة. اسم المورد الرئيسي الذي سيتم إنشاء النشر فيه.
|
نص الطلب
يحتوي نص الطلب على مثال Deployment
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Deployment
تم إنشاؤه حديثًا.
نطاقات الأذونات
يجب توفير نطاق 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 deployment using an HTTP POST request to the specified URL."],["Requires specifying the parent resource name as a path parameter."],["The request body must contain a Deployment object, and a successful response will return the newly created Deployment object."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` scope."]]],["A new deployment is created using a `POST` request to a specific URL structure: `https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/deployments`. The `parent` path parameter, a string, is required to specify the location. The request body includes a `Deployment` instance, and upon success, the response body returns the newly created `Deployment`. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope. The URL follows gRPC Transcoding syntax.\n"]]