REST Resource: deployments
Kaynak: Dağıtım
JSON gösterimi |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
Alanlar |
name |
string
Yalnızca çıkış. Kaynak adı.
|
displayName |
string
Dağıtımın görünen adı.
|
sasUserIds[] |
string
Bu dağıtıma ait cihazlar tarafından kullanılan kullanıcı kimliği. Her dağıtım, tek bir benzersiz kullanıcı kimliğiyle ilişkilendirilmelidir.
|
frns[] |
string
Yalnızca çıkış. Doğrudan ebeveyninden kopyalanan FCC Kayıt Numaraları (FRN'ler).
|
Yöntemler |
|
İstenen bir deployment değerini döndürür. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-11-02 UTC.
[null,null,["Son güncelleme tarihi: 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"]]