REST Resource: deployments
แหล่งข้อมูล: การทําให้ใช้งานได้
การแสดง JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
ช่อง |
name |
string
เอาต์พุตเท่านั้น ชื่อทรัพยากร
|
displayName |
string
ชื่อที่แสดงของการทําให้ใช้งานได้
|
sasUserIds[] |
string
รหัสผู้ใช้ที่ใช้โดยอุปกรณ์ของการทําให้ใช้งานได้นี้ การทําให้ใช้งานได้แต่ละรายการควรเชื่อมโยงกับ User-ID ที่ไม่ซ้ํากัน 1 รายการ
|
frns[] |
string
เอาต์พุตเท่านั้น หมายเลขการจดทะเบียน FCC (FRN) ที่คัดลอกมาจากระดับบนสุดโดยตรง
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2022-11-02 UTC
[null,null,["อัปเดตล่าสุด 2022-11-02 UTC"],[[["The Deployment resource represents a deployment within the Spectrum Access System, identified by a unique name."],["Deployments store essential information like display name, associated user IDs for devices, and FCC Registration Numbers."],["You can retrieve details of a specific Deployment using the `get` method."],["Each Deployment should have a unique user ID linked to its devices."],["The FCC Registration Numbers for a Deployment are inherited from its parent."]]],["The Deployment resource contains information like `name`, `displayName`, `sasUserIds`, and `frns`. `name` and `frns` are output-only strings. `displayName` is a string representing the deployment's name. `sasUserIds` is an array of strings, each representing a unique user ID for devices. A `get` method is available to retrieve a specific deployment, as indicated by the provided URL endpoint.\n"]]