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
preguntada hace 2 años3526 visualizaciones
3 Respuestas
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
EXPERTO
respondido hace 2 años
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
respondido hace 2 años
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
respondido hace 9 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas