Method: nodes.deployments.get
HTTP অনুরোধ
GET https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/deployments/*}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে Deployment
একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/sasportal
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Retrieves a specific deployment resource using a GET request."],["Requires the `name` path parameter to identify the target deployment."],["The request body should be empty, and a successful response returns a `Deployment` object."],["Authorization is necessary using the `https://www.googleapis.com/auth/sasportal` scope."]]],["The core content describes retrieving a deployment using a `GET` request to a specific URL. The URL, using gRPC Transcoding syntax, requires a `name` parameter in the path, representing the deployment's name. The request body must be empty. A successful request returns a `Deployment` instance in the response body. This operation necessitates authorization via the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]