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 個月前檢視次數 296 次
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?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南