- Newest
- Most votes
- Most comments
Hi Alexandros,
To get a list of unused elements in your Amazon QuickSight instance, you can use the ListDataSets API operation. This operation allows you to list all the datasets that belong to your AWS account in a specific AWS Region.
Here are the steps to get the list of unused elements:
Determine the AWS account ID you want to use. Use the AWS CLI to call the ListDataSets operation, specifying the AWS account ID and the desired page size and maximum number of results to return.
Example AWS CLI command:
aws quicksight list-data-sets --aws-account-id AWSACCOUNTID --page-size 10 --max-items 100
This command will return a list of all the datasets in your QuickSight instance, which you can then review to identify any unused elements.
You can refer https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ListDataSources.html and https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ListDataSets.html
Relevant content
- asked 10 months ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
