REST Resource: deployments
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المَرجع: النشر
تمثيل JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
],
"frns": [
string
]
} |
الحقول |
name |
string
النتائج فقط. اسم المورّد
|
displayName |
string
الاسم المعروض لعملية النشر.
|
sasUserIds[] |
string
رقم تعريف المستخدم الذي تستخدمه الأجهزة التابعة لعملية النشر هذه يجب أن يكون كل عملية نشر مرتبطة برقم تعريف مستخدم فريد.
|
frns[] |
string
النتائج فقط. أرقام التسجيل في لجنة الاتصالات الفيدرالية (FRN) التي تم نسخها من المؤسسة الرئيسية المباشرة
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة 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). |"]]