REST Resource: nodes.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 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["A Deployment is a resource that represents a group of devices and is associated with a unique user ID."],["It includes properties like name, display name, SAS user IDs, and FCC Registration Numbers (FRNs)."],["You can manage Deployments using methods like delete, get, list, move, and patch to create, retrieve, update, or delete them."],["Deployments can be associated with nodes or customers for organizational purposes."]]],["Deployments, represented in JSON, include fields like `name`, `displayName`, `sasUserIds`, and `frns`. Key actions involve managing deployments through methods: `delete`, `get`, `list`, `move`, and `patch`. Each deployment is associated with a unique user ID (`sasUserIds`). The `frns` are copied from the parent. The `move` action allows relocation under a different node or customer. The `patch` method facilitates updates. The `name` and `frns` are read-only fields.\n"]]