DX Platform 2x
This information is not available from Cluster Management or APIs
SOLUTION:
There are some database queries that can be run to query on active dxitokens but not publicly exposed via a dashboard, supportability metric, or api.
1) Connect to Postgres pod, refer to KB https://knowledge.broadcom.com/external/article?articleId=237028
2) Run any of the below queries:
select userid, orgname, creationtime from arudsauthsession;
select userid, orgname, creationtime from arudsauthsession where userid='userid';
example:
NOTES:
- From that table, you can extract the count via 'count(*)' or further break down via userid.
- The above queries will give give you the "Live user count " only. At the moment, it is not possible to query on historical information, enhancement request # US890532 has been created for this current limitation.