资源管理
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
借助 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。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):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"]],["最后更新时间 (UTC):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"]]