다음 역할은 OIDC Client Credentials flow로 인증할 때만 적용됩니다.
Basic authentication을 사용하는 경우 사용자/앱에는 Admin 역할과 동일한 권한이 부여됩니다.
동기식 API
| 리소스 | 작업 | 사용자 | 관리자 |
|---|
| /api/v3/cdr-file | POST | x | x |
| /api/v3/cdr | POST | x | x |
| /api/v3/export-file | POST | x | x |
| /api/v3/export | POST | x | x |
| /api/v3/import-file | POST | x | x |
| /api/v3/import | POST | x | x |
| 리소스 | 작업 | 사용자 | 관리자 |
|---|
| /api/FileTypeDetection/file | POST | x | x |
| /api/FileTypeDetection/base64 | POST | x | x |
| /api/Analyse/file | POST | x | x |
| /api/Analyse/base64 | POST | x | x |
| /api/Rebuild/file | POST | x | x |
| /api/Rebuild/base64 | POST | x | x |
| /api/Rebuild/archivefile | POST | x | x |
| /api/Rebuild/protectedZipfile | POST | x | x |
| /api/Composite/file | POST | x | x |
| /api/Composite/base64 | POST | x | x |
비동기 API
| 리소스 | 작업 | 사용자 | 관리자 |
|---|
| /api/v1/cdr-async | POST | x | x |
| /api/v1/cdr-async/{transactionId} | GET | x | x |
| /api/v1/cdr-file-async | POST | x | x |
| /api/v1/cdr-file-async/{transaction} | GET | x | x |
policy 관리 API
| 리소스 | 작업 | 사용자 | 관리자 |
|---|
| /api/v1/policies/{policyName} | POST | x | x |
| /api/v1/policies/{policyName} | PUT | x | x |
| /api/v1/policies/{policyName} | GET | x | x |
| /api/v1/policies/{policyName} | DELETE | x | x |
| /api/v1/policies/ | GET | x | x |
| /api/v1/policies/{policyName}/reset | PUT | x | x |
라이선스 관리 API
| 리소스 | 작업 | 사용자 | 관리자 |
|---|
| /api/v1/license-usage/{licenseId} | GET | | x |
| /api/v1/license-usage/active | GET | | x |
| /api/v1/license | POST | | x |
| /api/v1/license | GET | x | x |
| /api/v1/license | DELETE | | x |
| /api/v1/license-usage | GET | x | x |
| 리소스 | 작업 | 사용자 | 관리자 |
|---|
| /api/v2/license | GET | x | x |
ICAP profile 관리 API
| 리소스 | 작업 | 사용자 | 관리자 |
|---|
| /api/v1/profiles/{profileName} | POST | x | x |
| /api/v1/profiles/{profileName} | PUT | x | x |
| /api/v1/profiles/{profileName} | GET | x | x |
| /api/v1/profiles/{profileName} | DELETE | x | x |
| /api/v1/profiles/ | GET | x | x |
| /api/v1/profiles/{profileName}/reset | PUT | x | x |
XML 검증 API
| 리소스 | 작업 | 사용자 | 관리자 |
|---|
| /api/v1/validate-xml | POST | x | x |
XML Policy Management API
| 리소스 | 작업 | 사용자 | 관리자 |
|---|
| /api/v1/xml-policies/{XMLPolicyName} | POST | x | x |
| /api/v1/xml-policies/{XMLPolicyName} | PUT | x | x |
| /api/v1/xml-policies/{XMLPolicyName} | GET | x | x |
| /api/v1/xml-policies/{XMLPolicyName} | DELETE | x | x |
| /api/v1/xml-policies/ | GET | x | x |
| /api/v1/xml-policies/{XMLPolicyName}/reset | PUT | x | x |
Storage Monitor API
| 리소스 | 작업 | 사용자 | 관리자 |
|---|
| /api/storage-monitor/sharepoint/v1/sites | GET | x | x |
| /api/storage-monitor/sharepoint/v1/sites/{siteId}/drives | GET | x | x |
| /api/storage-monitor/sharepoint/v1/sites/{siteId}/drives/{driveId}/monitors | POST | x | x |
| /api/storage-monitor/sharepoint/v1/sites/{siteId}/drives/{driveId}/monitors | PATCH | x | x |
| /api/storage-monitor/sharepoint/v1/sites/{siteId}/drives/{driveId}/monitors | DELETE | x | x |
| /api/storage-monitor/sharepoint/v1/monitors | GET | x | x |
| /api/storage-monitor/sharepoint/v1/monitors | POST | x | x |
| /api/storage-monitor/sharepoint/v1/monitors | PATCH | x | x |
| /api/storage-monitor/sharepoint/v1/monitors | DELETE | x | x |
| /api/storage-monitor/sharepoint/v1/status | GET | x | x |
| /api/storage-monitor/onedrive/v1/users | GET | x | x |
| /api/storage-monitor/onedrive/v1/users/{userId}/monitors | POST | x | x |
| /api/storage-monitor/onedrive/v1/users/{userId}/monitors | PATCH | x | x |
| /api/storage-monitor/onedrive/v1/users/{userId}/monitors | DELETE | x | x |
| /api/storage-monitor/onedrive/v1/monitors | GET | x | x |
| /api/storage-monitor/onedrive/v1/monitors | POST | x | x |
| /api/storage-monitor/onedrive/v1/monitors | PATCH | x | x |
| /api/storage-monitor/onedrive/v1/monitors | DELETE | x | x |
| /api/storage-monitor/onedrive/v1/status | GET | x | x |
| /api/Outlook/v1/users | GET | x | x |
| /api/Outlook/v1/monitors | GET | x | x |
| /api/Outlook/v1/monitors | POST | x | x |
| /api/Outlook/v1/monitors | PATCH | x | x |
| /api/Outlook/v1/monitors | DELETE | x | x |
| /api/Outlook/v1/status | GET | x | x |
이 페이지의 Markdown 버전은 https://docs.glasswall.com/halo/api-roles-to-action-mapping.md 에서 확인할 수 있습니다.