REST Resource: nodes.nodes
Kaynak: Düğüm
JSON gösterimi |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Alanlar |
name |
string
Yalnızca çıkış. Kaynak adı.
|
displayName |
string
Düğümün görünen adı.
|
sasUserIds[] |
string
Bu düğüme ait cihazlar tarafından kullanılan kullanıcı kimlikleri.
|
Yöntemler |
|
Yeni bir node oluşturur. |
|
node öğesini siler. |
|
İstenen bir node değerini döndürür. |
|
Listeler nodes . |
|
Bir node değerini başka bir node veya customer altına taşır. |
|
Mevcut bir node güncellenir. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-11-02 UTC.
[null,null,["Son güncelleme tarihi: 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"]]