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 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی."],[[["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"]]