Method: customers.devices.get
Nhận thông tin chi tiết về device
.
Yêu cầu HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/devices/*}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Các tham số |
name |
string
Bắt buộc. Tên thiết bị.
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của Device
.
Phạm vi cấp phép
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/userinfo.email
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2022-09-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2022-09-26 UTC."],[[["Retrieves detailed information about a specific device within the Spectrum Access System."],["Uses a `GET` request 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/userinfo.email` scope."]]],["The core content describes retrieving device details via an HTTP GET request to a specific URL: `https://sasportal.googleapis.com/v1alpha1/{name=customers/*/devices/*}`. The `name` parameter in the URL path is required, specifying the device's identity. The request body must be empty. A successful request returns a `Device` instance in the response body. This operation requires the `https://www.googleapis.com/auth/userinfo.email` OAuth scope for authorization.\n"]]