리소스 관리
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
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)
[[["이해하기 쉬움","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"]]