How to check the User license consumption or usage in Mendix PRIVATE CLOUD
0
Issue: How to Identify the user license usage in Mendix Application Description: We have deployed the Mendix application on our private cloud on kubernetes. There are two names spaces and we have three applications deployed on them. The Central control still remains at https://sprintr.home.mendix.com/ but the deployments is to the On-Prem Cloud setup inside my organization. We would like to deploy more applications but we are not aware on the licenses consumed by the current three applications. we would like to understand the User licenses that have been consumed by the Application. TroubleShooting Steps: Tried the DB SQL Query --> but there are no clear tables where this data is stored nor an exact command that can pull this data Tried the API post creating a user credentials but that also fails with 404 error Steps performed: 1> Create PAT --> https://docs.mendix.com/community-tools/mendix-profile/user-settings/#pat 2> Run API --> https://docs.mendix.com/apidocs-mxsdk/apidocs/private-cloud-build-api/ It simply fails with 403 error with path not found Log into the Mendix Database Authenticate and run the SQL query Fails to even list the users from the DB Expectaion: Any way mostly API route to get the license usage in Mendix for User