REST Resource: deployments
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
منبع: استقرار
نمایندگی JSON |
---|
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
فیلدها |
---|
name | string فقط خروجی نام منبع |
displayName | string نام نمایشی استقرار |
sasUserIds[] | string شناسه کاربری استفاده شده توسط دستگاه های متعلق به این استقرار. هر استقرار باید با یک شناسه کاربری منحصر به فرد مرتبط باشد. |
frns[] | string فقط خروجی شمارههای ثبت FCC (FRN) از والدین مستقیم آن کپی شده است. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 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). |"]]