목차
Cloud Insight의 권한을 관리할 수 있는 Sub Account 정책
사용하기 전에
System Managed 정책이란
- 사용자 편의를 위해 네이버 클라우드 플랫폼에서 자체적으로 정의한 역할 기반의 관리형 정책입니다. 자세한 사항은 Sub Account 사용 가이드를 참고해 주세요.
User Created 정책이란
- 사용자가 직접 생성할 수 있는 정책으로 아래 표에 명시된 액션을 조합하여 원하는 권한을 서브 계정에게 부여할 수 있습니다. 자세한 사항은 Sub Account 사용 가이드를 참고해 주세요.
User Created 정책을 통해 액션 단위로 권한을 정의하려면 액션 간 연관 관계를 숙지하고 있어야 하나요?
- 세부 액션에 대해 권한을 부여 받았더라도 필수적으로 필요한 다른 액션 권한이 없을 경우 권한을 부여 받은 액션에 대해 성공적으로 작업을 수행할 수 없습니다.
- 이러한 문제를 해결하기 위해 메인 계정이 서브계정에게 부여할 세부 액션을 선택할 때 연관된 액션들도 자동적으로 선택될 수 있도록 기능을 제공하고 있습니다.
- 단, 자동으로 선택된 연관 세부 액션들을 선택 해제할 경우에는 고객의 의도로 판단하므로 자체적으로 다시 포함시켜드리지 않습니다.
System Managed 정책
서브 계정에게 아래 System Managed 정책을 부여하면 권한을 부여 받은 서브 계정은 Cloud Insight 상품을 이용할 수 있습니다
정책명 | 설명 |
---|---|
NCP_INFRA_MANAGER | 네이버 클라우드 플랫폼 내 모든 상품을 이용 가능하며, 포털 마이페이지 내 알림 관리를 접근할 수 있는 권한 |
NCP_CLOUD_INSIGHT_MANAGER | Cloud Insight 서비스 내 모든 기능을 이용할 수 있는 권한 |
NCP_CLOUD_INSIGHT_VIEWER | Cloud Insight 서비스 내 조회 기능만 이용할 수 있는 권한 |
User Created 정책
사용자가 직접 생성할 수 있는 정책으로 아래 표에 명시된 액션을 조합하여 원하는 권한을 서브 계정에게 부여할 수 있습니다. 자세한 사항은 Sub Account 사용 가이드를 참고해주세요.
구분 | 액션 이름 | 연관 액션 | 액션 설명 |
---|---|---|---|
View | getDashboardList | Dashboard 목록을 조회합니다. | |
getDashboardDetail | getDashboardList | Dashboard의 상세 내용을 조회합니다. | |
getWidgetDetail | getDashboardList getDashboardDetail | Widget의 상세 내용을 조회합니다. | |
downloadWidgetData | getDashboardList getDashboardDetail | Widget의 Data를 다운로드 합니다. | |
getEventList | 발생한 Event 목록을 조회합니다. | ||
getEventDetail | getEventList | 발생한 Event의 상세 내용을 조회합니다. | |
getEventRuleList | Event Rule 목록을 조회합니다. | ||
getEventRuleDetail | getEventRuleList getMetricGroupList getMonitorGroupList | Event Rule의 상세 내용을 조회합니다. | |
getMetricGroupList | 감시 항목 그룹을 조회합니다. | ||
getMetricGroupDetail | getMetricGroupList | 감시 항목 그룹의 상세 내용을 조회합니다. | |
getMonitorGroupList | 감시 대상 그룹을 조회합니다. | ||
getMonitorGroupDetail | getMonitorGroupList | 감시 대상 그룹에 속한 모든 리소스를 조회합니다. | |
getEventRuleNotification | getEventRuleList getEventRuleDetail getMonitorGroupList getMetricGroupList | 통보 대상 그룹을 조회합니다. | |
getEventRuleGroupByMetricGroup | getMetricGroupList | 감시 항목 그룹과 관련된 모든 Event Rule을 조회합니다. | |
getEventRuleGroupByMonitorGroup | getMonitorGroupList | 감시 대상 그룹과 관련된 모든 Event Rule을 조회합니다. | |
getIntegrationChannelList | Integration Channel 목록을 조회합니다. | ||
getIntegrationChannelDetail | getIntegrationChannelList | Integration Channel의 상세 내역을 조회합니다. | |
getPlannedMaintenanceList | 유지보수계획 목록을 조회합니다. | ||
getPlannedMaintenance | getPlannedMaintenanceList | 유지보수계획의 상세 내용을 조회합니다. | |
getMetric | Metric을 조회합니다. | ||
getProductSchema | 사용자 정의 스키마를 조회합니다. | ||
getExtendedMetricStatus | getProductSchema | 상세 모니터링 설정 상태를 조회합니다. | |
Change | createDashboard | getDashboardList getDashboardDetail | Dashboard를 생성합니다. |
copyDashboard | getDashboardList getDashboardDetail | Dashboard를 복사합니다. | |
deleteDashboard | getDashboardList getDashboardDetail | Dashboard를 삭제합니다. | |
updateDashboard | getDashboardList getDashboardDetail | Dashboard의 이름 및 설명을 수정합니다. | |
updateDashboardSource | getDashboardList getDashboardDetail | Dashboard의 Source 를 편집합니다. | |
setHomeDashboard | getDashboardList getDashboardDetail | Dashboard를 Home Dashboard로 설정합니다. | |
setLayoutLock | getDashboardList getDashboardDetail | Dashboard의 Layout 잠금 설정을 On/Off 합니다. | |
createWidget | getDashboardList getDashboardDetail | 새로운 Widget을 생성해 Dashboard에 추가합니다. | |
copyWidget | getDashboardList getDashboardDetail | 기존 Widget을 복사하여 Dashboard에 추가합니다. | |
deleteWidget | getDashboardList getDashboardDetail | Widget을 Dashboard에서 삭제합니다. | |
updateWidget | getDashboardList getDashboardDetail | 기존 Widget을 편집합니다. | |
createEventRule | getEventRuleList getEventRuleDetail getMetricGroupList createMetricGroup getMonitorGroupList createMonitorGroup | 새로운 Event Rule을 생성합니다. | |
copyEventRule | getEventRuleList getEventRuleDetail getMetricGroupList createMetricGroup getMonitorGroupList createMonitorGroup | Event Rule을 복사하여 새로운 Event Rule을 생성합니다. | |
deleteEventRule | getEventRuleList getEventRuleDetail getMetricGroupList getMonitorGroupList | Event Rule을 삭제합니다. | |
deleteEventRuleForce | getEventRuleList getEventRuleDetail getMetricGroupList getMonitorGroupList | 감시 대상 그룹과 관련된 모든 Event Rule을 삭제합니다. | |
updateEventRule | getEventRuleList getEventRuleDetail getMetricGroupList createMetricGroup getMonitorGroupList createMonitorGroup | Event Rule을 편집합니다. | |
createMetricGroup | getMetricGroupList | 감시 항목 그룹을 생성합니다. | |
deleteMetricGroup | getMetricGroupList getMetricGroupDetail | 감시 항목 그룹을 삭제합니다. | |
deleteMetricGroupForce | getMetricGroupList getMetricGroupDetail | 감시 항목 그룹과 관련된 모든 Event Rule을 삭제합니다. | |
updateMetricGroup | getMetricGroupList getMetricGroupDetail | 감시 항목 그룹을 편집합니다. | |
createMonitorGroup | getMonitorGroupList | 새로운 감시 대상 그룹을 생성합니다. | |
deleteMonitorGroup | getMonitorGroupList | 감시 대상 그룹을 삭제합니다. | |
updateMonitorGroup | getMonitorGroupList | 감시 대상 그룹을 편집합니다. | |
removeResourceFromRules | getEventRuleList getEventRuleDetail getMetricGroupList getMonitorGroupList createMetricGroup createMonitorGroup | Event Rule의 감시 대상 그룹에서 특정 감시 대상을 삭제합니다. | |
createIntegrationChannel | getIntegrationChannelList getIntegrationChannelDetail | 새로운 Integration 채널을 생성합니다. | |
deleteIntegrationChannel | getIntegrationChannelList getIntegrationChannelDetail | Integration Channel을 삭제합니다. | |
updateIntegrationChannel | getIntegrationChannelList getIntegrationChannelDetail | Integration Channel을 수정합니다. | |
createPlannedMaintenance | getPlannedMaintenanceList getPlannedMaintenance | 유지보수계획을 생성합니다. | |
deletePlannedMaintenance | getPlannedMaintenanceList getPlannedMaintenance | 유지보수계획을 삭제합니다. | |
updatePlannedMaintenance | getPlannedMaintenanceList getPlannedMaintenance | 유지보수계획을 수정합니다. | |
createProductSchema | getProductSchema | 사용자 정의 스키마를 생성합니다. | |
deleteProductSchema | getProductSchema | 사용자 정의 스키마를 삭제합니다. | |
enableExtendedMetric | getProductSchema | 상세 모니터링 설정을 활성화 합니다. | |
disableExtendedMetric | getProductSchema | 상세 모니터링 설정을 비활성화 합니다. | |
updateProductSchema | getProductSchema | 사용자 정의 스키마를 편집합니다. | |
subscribeProduct | getProductSchema | Cloud Insight 서비스를 이용 신청/해지합니다. |