REST Resource: deployments
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
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, benzersiz bir kullanıcı kimliğiyle ilişkilendirilmelidir.
|
frns[] |
string
Yalnızca çıkış. Doğrudan üst öğesinden kopyalanan FCC tescil numaraları (FRN'ler).
|
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: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[[["\u003cp\u003eThe Deployment resource represents a deployment within the Spectrum Access System, identified by a unique name.\u003c/p\u003e\n"],["\u003cp\u003eDeployments store essential information like display name, associated user IDs for devices, and FCC Registration Numbers.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve details of a specific Deployment using the \u003ccode\u003eget\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eEach Deployment should have a unique user ID linked to its devices.\u003c/p\u003e\n"],["\u003cp\u003eThe FCC Registration Numbers for a Deployment are inherited from its parent.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: deployments\n\n- [Resource: Deployment](#Deployment)\n - [JSON representation](#Deployment.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Deployment\n--------------------\n\nThe Deployment.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string, \"sasUserIds\": [ string ], \"frns\": [ string ] } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name. |\n| `displayName` | `string` The deployment's display name. |\n| `sasUserIds[]` | `string` User ID used by the devices belonging to this deployment. Each deployment should be associated with one unique user ID. |\n| `frns[]` | `string` Output only. The FCC Registration Numbers (FRNs) copied from its direct parent. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|\n| ### [get](/spectrum-access-system/reference/rest/v1alpha1/deployments/get) | Returns a requested [deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment). |"]]