リソース管理
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
SAS Portal API を使用すると、CBRS ネットワーク内で次のリソースを作成、表示、更新、削除できます。
各ユーザーがリソースを管理できるかどうかは、リソースまたは親リソースに割り当てられたユーザーロールによって異なります。権限は親リソースから継承されます。
ユーザー ID
ユーザー ID は、CBSD のオペレーターを一意に識別します。SAS はユーザー ID を使用して、デバイスを顧客に割り当てます。SAS のお客様は、お客様アカウントの設定時に少なくとも 1 つのユーザー ID を提供する必要があります。後でユーザー ID を追加できます。
デバイス
SAS Portal API を使用すると、CBSD の複数ステップ登録が可能になります。認定プロフェッショナル インストーラー(CPI)による設置が必要なデバイスの場合、複数の手順からなる登録プロセスを開始するには、次の 2 つの方法があります。
どのオプションを使用しても、このプロセスでは SAS でデバイスの非アクティブな構成が作成されます。その後、CBSD は登録リクエストを SAS に送信します。成功すると、デバイスのステータスが「登録済み」に変わります。
CPI 検証を必要としない CBSD の場合は、CreateDevice()
メソッドを使用します。
CPI エンコード データを使用した 1 ステップ登録の場合は、WInnForum で定義された SAS-CBSD API を使用します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[[["わかりやすい","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 UTC。"],[[["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"]]