資源管理
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
SAS Portal API 可讓您在 CBRS 網路中建立、查看、更新或刪除下列資源:
每位使用者可管理資源的能力,取決於指派給資源或父項資源的使用者角色。權限會沿用父項資源。
使用者 ID
使用者 ID 可用來識別 CBSD 的運算子,SAS 使用使用者 ID 將裝置指派給客戶。每個 SAS 客戶都必須在設定客戶帳戶時提供至少一個使用者 ID。
您稍後可以加入更多使用者 ID。
裝置
SAS Portal API 可讓你進行多步驟註冊 CBSD。對於需要通過專業專業安裝人員 (CPI) 安裝的裝置,您可以透過下列兩種方式啟動多步驟註冊程序:
無論您使用何種選項,這個程序都將為 SAS 中的裝置建立停用設定。接著 CBSD 會將註冊要求傳送給 SAS。如果成功,裝置狀態就會變更為「REGISTERED」。
對於不需要 CPI 驗證的 CBSD,請使用 CreateDevice()
方法。
如要透過 CPI 編碼資料進行單步驟註冊,請使用 WInnForum 定義的 SAS-CBSD API。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-09-26 (世界標準時間)。
[[["容易理解","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-09-26 (世界標準時間)。"],[[["The SAS Portal API enables management of User IDs and Devices within your CBRS network, including creation, viewing, updating, and deletion."],["User IDs uniquely identify CBSD operators and are used for device assignment to customers."],["Devices can be registered through a multi-step process involving CPI validation or a single-step process for devices without CPI requirements."],["Device registration can be initiated by a CPI or any user with appropriate permissions, ultimately leading to a \"REGISTERED\" status upon successful CBSD registration request."],["Users' ability to manage resources is determined by their assigned role and inherited permissions."]]],["The SAS Portal API allows managing User IDs and Devices within a CBRS network. User permissions are role-based and inherit from parent resources. Devices can be registered via a multi-step process involving CPI validation, either initiated with a CPI account using `ValidateInstaller()` and `SignDevice()` methods, or with any account using `CreateSigned()`. Non-CPI validated devices use `CreateDevice()`. After creating an inactive device configuration, a successful CBSD registration request changes its status to \"REGISTERED.\" Single-step registration uses the SAS-CBSD API.\n"]]