REST Resource: nodes.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 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[[["התוכן קל להבנה","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 (שעון UTC)."],[[["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"]]