REST Resource: deployments
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:Deployment
JSON 表示法 |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
字段 |
name |
string
仅限输出。资源名称。
|
displayName |
string
部署的显示名称。
|
sasUserIds[] |
string
相应部署中的设备所使用的用户 ID。每次部署都应与一个唯一的用户 ID 相关联。
|
frns[] |
string
仅限输出。从其直接父级复制的 FCC 注册号 (FRN)。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\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). |"]]