How do I find my QuickSight dashboard and analysis IDs?

0

I'm trying to figure out how to find the dashboard and analysis IDs for QuickSight dashboards and analyses that I am working on. My ultimate goal is to port them over to another account.

I found this article which references a dashboard ID, but I can't figure out how to actually find it. I see some stuff on StackOverflow that involves creating a Cognito instance and I'm wondering if that's really the only way?

This seems like something that should be pretty easily accessible without needing to write a script or creating new resources.

Julian

jros14
已提问 2 年前3528 查看次数
3 回答
0

Hi,

you can use the QuickSight CLI command list-dashboards or the APIs (example for python)

then you search for the Dashboard name and you find the associated dashboard ID, the same apply to analysis.

hope this helps,

AWS
专家
已回答 2 年前
0

To add, in addition to getting the ID from URL in browser, you can use SearchDashboards or SearchAnalyses APIs with a filter on QUICKSIGHT_USER. Resulting dashboards/analyses are all the dashboards/analyses the user has access to.

AWS
Vijay
已回答 2 年前
0

Alternatively to using the API you can also take the dashboard ID directly from the console.

Just navigate to the desired dashboard in QuickSight and then you will be able to find the id in the URL:

https://eu-west-1.quicksight.aws.amazon.com/sn/dashboards/<dashboard_id>

This also applies to other assets such as Datasets, Analyses and QuickSight Q topics

AWS
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则