資源管理
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
您可以使用 SAS Portal API,在 CBRS 網路中建立、查看、更新或刪除下列資源:
每位使用者管理資源的權限,取決於指派給資源或父項資源的使用者角色。權限是從父項資源繼承而來。
使用者 ID
使用者 ID 可明確識別 CBSD 的營運商。SAS 會使用使用者 ID 將裝置指派給客戶。每位 SAS 客戶都必須在設定客戶帳戶時提供至少一個使用者 ID。
您之後可以新增其他使用者 ID。
裝置
SAS 入口網站 API 可讓您分多個步驟註冊 CBSD。如要安裝裝置,必須由認證專業安裝人員 (CPI) 進行,你可以選擇下列兩種方式啟動多步驟註冊程序:
無論使用哪個選項,這個程序都會在 SAS 中為裝置建立非使用中的設定。接著,CBSD 會向 SAS 傳送註冊要求。如果成功,裝置狀態會變更為「已註冊」。
如要使用不需要 CPI 驗證的 CBSD,請使用 CreateDevice()
方法。
如要使用 CPI 編碼資料進行單一步驟註冊,請使用 WInnForum 定義的 SAS-CBSD API。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[[["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"]]