How to find UUIDs of Security Analytics Favorites
search cancel

How to find UUIDs of Security Analytics Favorites

book

Article ID: 168583

calendar_today

Updated On:

Products

Security Analytics

Issue/Introduction

Some third party integrations use the UUID when accessing favorites from an API call.

Resolution

As the root user run:

echo "select name, uuid from deepsee_favorites" | su - postgres -c "psql -d dsweb"