리소스 관리
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
SAS Portal API를 사용하면 CBRS 네트워크 내에서 다음 리소스를 만들거나, 보거나, 업데이트하거나, 삭제할 수 있습니다.
각 사용자가 리소스를 관리할 수 있는 기능은 리소스 또는 상위 리소스에 할당된 사용자 역할에 따라 다릅니다. 권한은 상위 리소스에서 상속됩니다.
사용자 ID
사용자 ID는 CBSD의 운영자를 고유하게 식별합니다. SAS는 사용자 ID를 사용하여 기기를 고객에게 할당합니다. 모든 SAS 고객은 고객 계정 설정 중에 하나 이상의 사용자 ID를 제공해야 합니다.
나중에 사용자 ID를 추가할 수 있습니다.
기기
SAS 포털 API를 사용하면 CBSD를 여러 단계로 등록할 수 있습니다. 공인 전문 설치 기사 (CPI)가 설치해야 하는 기기의 경우 다단계 등록 절차를 시작하는 두 가지 옵션이 있습니다.
어떤 옵션을 사용하든 이 프로세스는 SAS에서 기기의 비활성 구성을 만듭니다. 그런 다음 CBSD는 SAS에 등록 요청을 전송합니다. 성공하면 기기 상태가 'REGISTERED'로 변경됩니다.
CPI 검증이 필요하지 않은 CBSD의 경우 CreateDevice()
메서드를 사용합니다.
CPI 인코딩 데이터로 단일 단계 등록의 경우 WInnForum에서 정의한 SAS-CBSD API를 사용합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThe SAS Portal API enables management of User IDs and Devices within your CBRS network, including creation, viewing, updating, and deletion.\u003c/p\u003e\n"],["\u003cp\u003eUser IDs uniquely identify CBSD operators and are used for device assignment to customers.\u003c/p\u003e\n"],["\u003cp\u003eDevices can be registered through a multi-step process involving CPI validation or a single-step process for devices without CPI requirements.\u003c/p\u003e\n"],["\u003cp\u003eDevice registration can be initiated by a CPI or any user with appropriate permissions, ultimately leading to a "REGISTERED" status upon successful CBSD registration request.\u003c/p\u003e\n"],["\u003cp\u003eUsers' ability to manage resources is determined by their assigned role and inherited permissions.\u003c/p\u003e\n"]]],["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"],null,["# Resource management\n\nThe SAS Portal API allows you to create, view, update, or delete the following resources within\nyour CBRS network:\n\n- [User IDs](/spectrum-access-system/guides/resource-management#user-ids)\n- [Devices](/spectrum-access-system/guides/resource-management#devices)\n\nThe ability for each user to manage a resource depends on the user role assigned to the resource\nor parent resource. Permissions are inherited from the parent resource.\n\nUser IDs\n--------\n\nA user ID uniquely identifies the operator of a CBSD. The SAS uses user IDs to assign a device to\na Customer. Every SAS customer has to provide at least one user ID during Customer account setup.\nYou can add additional user IDs later.\n\nDevices\n-------\n\nThe SAS Portal API enables multi-step registration of CBSDs. For devices that need to be\ninstalled by a Certified Professional Installer (CPI), you have two options to initiate the\nmulti-step registration process:\n\n- **Option 1:** Initiate the process with a CPI account. For this option, the user must be\n authenticated with the `role_cpi` role. First, the user is verified with the\n [`ValidateInstaller()`](/spectrum-access-system/reference/rest/customers.devices/validate)\n method, and then they use the\n [`SignDevice()`](/spectrum-access-system/reference/rest/customers.devices/signDevice)\n method to send the CPI-validated configuration to the SAS.\n\n | **Note:** The user only needs to validate their CPI identity once.\n- **Option 2:** Initiate the process with any account. For this option, any user can use the [`CreateSigned()`](/spectrum-access-system/reference/rest/customers.devices/createSigned) method to create an inactive device configuration that's ready for the CBSD to use. This method uses device parameters that are encoded with a CPI's private key.\n\nRegardless of which option you use, this process creates an inactive configuration for the device\nin the SAS. Then, the CBSD sends a registration request to the SAS. If it's successful, the device status\nchanges to \"REGISTERED.\"\n\nFor CBSDs that don't need CPI validation, use the\n[`CreateDevice()`](/spectrum-access-system/reference/rest/customers.devices/create)\nmethod.\n\nFor single-step registration with CPI-encoded data, use the\n[SAS-CBSD API](https://winnf.memberclicks.net/assets/CBRS/WINNF-TS-0016.pdf)\ndefined by WInnForum."]]