Method: deployments.devices.get
একটি device
সম্পর্কে বিস্তারিত পায়.
HTTP অনুরোধ
GET https://sasportal.googleapis.com/v1alpha1/{name=deployments/*/devices/*}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
name | string প্রয়োজন। ডিভাইসটির নাম। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে Device
একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত 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 detailed information about a specific device within a deployment using its unique name."],["Uses a `GET` request to the specified URL with the device's name as a path parameter."],["Requires an empty request body and returns a `Device` object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/sasportal` scope for access."]]],["This document details retrieving device information via an HTTP GET request. The request URL utilizes gRPC Transcoding syntax and requires a device `name` as a path parameter. The request body must be empty. A successful response returns a `Device` instance. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope. The provided URL is `https://sasportal.googleapis.com/v1alpha1/{name=deployments/*/devices/*}`, where the full name of the device should be used.\n"]]