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 و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]