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 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده 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"]]