Know the dashboard shared/created by a user in the quicksight

0

How to know list of dashboards/analysis are published/created by user in the quicksight?

질문됨 5달 전295회 조회
1개 답변
0

Hi,

Once logged in to QuickSight homepage, you will see the options to view your dashboards and analyses on the left navigation pane. Click on the relevant section to access either “Dashboards” or “Analyses”. In the Dashboards/Analyses section , you should be able to see a list of the dashboards or analyses that you’ve created or published. There is view option on the right corner of the page you can choose from. When you choose the Kebab/ three horizontal-line icon, you will be able to see the owner and last modified. Make sure you have the necessary permissions to view all the dashboards or analyses created by particular user.

profile pictureAWS
BezuW
답변함 5달 전
  • Here, we can see once owner of analysis/dashboard is shared and we have to go individual analysis/dashboard. Is there anyway, suppose as an admin, it should be able to monitor how many dashboards/analysis are created by every developer in the quicksight. Like any API to list all analysis and respective owners.

  • SearchDashboards and SearchAnalysis APIs show the list of dashboards owned by the users.

    In addition, ListDashboards and ListAnalyses also show the list of Analysis and dashboards in AWS account.

    <GET /accounts/AwsAccountId/dashboards?max-results=MaxResults&next-token=NextToken HTTP/1.1/>
    
    <GET /accounts/AwsAccountId/analyses?max-results=MaxResults&next-token=NextToken HTTP/1.1/>
    
  • Yes.. we can use ListDashboars/ListAnalyses. But i do not get the who created this analysis. Am i right?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠