REST Resource: nodes.nodes
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב: צומת
ייצוג JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
שדות |
name |
string
פלט בלבד. שם המשאב.
|
displayName |
string
שם התצוגה של הצומת.
|
sasUserIds[] |
string
מזהי User-ID שבהם נעשה שימוש במכשירים ששייכים לצומת הזה.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-11-02 (שעון 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"]],["עדכון אחרון: 2022-11-02 (שעון UTC)."],[[["A Node resource represents a device or a group of devices and is identified by its name, display name, and user IDs."],["You can manage Nodes using various methods such as creating, deleting, retrieving, listing, moving, and updating them."],["The JSON representation of a Node includes its name, display name, and an array of SAS user IDs."],["Node resources have properties like 'name' for unique identification, 'displayName' for user-friendly representation, and 'sasUserIds' for associated users."]]],["Nodes are resources represented in JSON with fields including `name`, `displayName`, and `sasUserIds`. Available methods allow for node management: `create`, `delete`, `get`, `list`, `move`, and `patch`. The `create` method creates a new node. `delete` removes a node. `get` retrieves a node, and `list` enumerates nodes. `move` repositions a node under another node or customer, while `patch` updates an existing node.\n"]]