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
demandé il y a 2 ans3526 vues
3 réponses
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
EXPERT
répondu il y a 2 ans
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
répondu il y a 2 ans
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
répondu il y a 9 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions