REST Resource: nodes.nodes.nodes
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
منبع: Node
نمایندگی JSON |
---|
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
فیلدها |
---|
name | string فقط خروجی نام منبع |
displayName | string نام نمایش گره |
sasUserIds[] | string شناسه های کاربری که توسط دستگاه های متعلق به این گره استفاده می شود. |
روش ها |
---|
| یک node جدید ایجاد می کند. |
| nodes فهرست می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eDefines a Node resource with properties like name, display name, and associated user IDs.\u003c/p\u003e\n"],["\u003cp\u003eProvides methods to create and list nodes within the system.\u003c/p\u003e\n"],["\u003cp\u003eDetails the JSON representation of a node for data exchange purposes.\u003c/p\u003e\n"]]],["The `Node` resource is defined with properties: `name` (resource name), `displayName` (node's display name), and `sasUserIds` (user IDs used by devices in the node). Nodes are represented in JSON format using these properties. Key actions include creating new nodes and listing existing nodes. The `create` method allows for the generation of a new node and the `list` method to see all the available nodes.\n"],null,["# REST Resource: nodes.nodes.nodes\n\n- [Resource: Node](#Node)\n - [JSON representation](#Node.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Node\n--------------\n\nThe Node.\n\n| JSON representation |\n|-----------------------------------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string, \"sasUserIds\": [ string ] } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------|\n| `name` | `string` Output only. Resource name. |\n| `displayName` | `string` The node's display name. |\n| `sasUserIds[]` | `string` User ids used by the devices belonging to this node. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|\n| ### [create](/spectrum-access-system/reference/rest/v1alpha1/nodes.nodes.nodes/create) | Creates a new [node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node). |\n| ### [list](/spectrum-access-system/reference/rest/v1alpha1/nodes.nodes.nodes/list) | Lists [nodes](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node). |"]]