Graph API for monitoring storage capacity of Power platform environments from a third party monitoring tool - power-platform

Is there any API to retrieve the storage capacity usage of different environments in Tenant so that we could alert to users if storage capacity exceeds certain threshold.
We are using a third party monitoring tool and would like to send alerts for the same.
I could not find any API details to get the storage capacity information from Power Platform?
Can someone please help on this?
Storage has exceeded 80% of capacity and would like to retrieve the capacity usage information

Related

Here Maps - What HTTP status code does it return when API Quota was exceeded?

I am developing an app which uses the distance calculation of HERE maps API...
I am preparing for the case when the API doesn't return what my app expects (correct response including distance infos). So I want to be prepared for the case the API Request Quota was exceeded...
What HTTP status code does it return when API Quota was exceeded?
Does it return a 200 with some JSON which explains that and error occurred because of quota?
You should also get a 429 error from the API, with a message "Limit Exceeded".
If you exceed the Location Services 250,000 Transactions or Data Hub 2.5GB Data transfer or 5GB Database storage included for free in the Freemium plan, you'll receive an email telling you to add payment details to your account.
You'll have some "wiggle room" above your limits to help ensure your access is not unintentionally shut down. However, it's possible to exceed the threshold, including "wiggle room", which would result in account deactivation, even before we can notify you.
for detail please check the FAQ section with question
"12. What happens if I exceed limits on my Freemium plan?"
https://developer.here.com/faqs#payment-and-subscription

What does the Bigquery error "Your project exceeded quota for free storage for projects" mean?

We've started to get an error while querying
error = {
"location":"free.storage",
"message":"Quota exceeded: Your project exceeded quota for free storage for projects. For more information, see https://cloud.google.com/bigquery/troubleshooting-errors",
"reason":"quotaExceeded"
})
But I can't find any info about "quota for free storage"
What exactly is this quota about?
The message is clear -- you're approaching the limits of the free quota, likely because you are working in the bigquery sandbox without a billing account configured.
Thus, you are subject to the free tier limits, in particular, 10 GB of active storage and 1TB of processing for queries.
Google has a guide for upgrading from the sandbox but the key will be to enable billing for your account so that you can access more storage.

limitation of Google Cloud PubSub subscriptions per project

In Google PubSub Quotas section, it states that project can have no more than 10,000 subscriptions. Am I understanding this correct that even if i have 100 topics, then I can just have total of 10,000 subscriptions in overall? If this understanding is correct and if Google PubSub is so much scalable, why there is such low limitation?
The service is scalable in terms of throughput. The throughput quotas do have an initial default, however they can be raised by request.
It's true the service will not scale to support your presumed use case of delivering messages directly to users, which could easily exceed 10,000 subscribers across all topics. Nevertheless, the service is not designed for this use:
Cloud Pub/Sub is intended for application and system integrations
rather than direct communication with end-user interfaces
If you need to support user subscriptions:
For this type of
client-server communication, you can use Firebase Cloud Messaging,
Cloud Platform's solution for sending push notifications to multiple
mobile devices.

Google Service Account Limit

We built a system where we can access all our clients google analytics. I use Google service accounts to do server calls to google Analytics API and grant access to that service account as a user. Some how there is a limitation where each service account reaches a limit to be added in user accounts. (we have more than 2000 clients).
As of now, I am creating multiple service accounts when ever the previous reaches its limit. What is the solution for this?
Thank You,
The Core Reporting API has a quota limit of of 10,000 requests per view (profile) per day.
I suspect what you are doing is trying to display your Google Analytics data to all of your customers. Which isnt really going to work because of the quoat limit. I recomend that you use your service account to download your data into your own system and then display the stored data to your users.
There is no way to increase this quota limit.

Can a Yodlee API actually transfer the money from one account to another?

I am developing an application that needs to complete money transfers to users. I understand that Yodlee has APIs that can collect data on transfers and various transactions for financial accounts.
However, can the Yodlee API actually perform the money transfers, or is the API only designed for information aggregation?
Looking at their documentation, there's no mention about money transfers, only obtaining data from accounts, so you can't make money transfers using their API.
As of now, Yodlee doesn't provide APIs for money transfer. While you can use Yodlee APIs to gather the account information or to perform IAV i.e. Instant Account Verification. Check this link.
Money movement is part of the Yodlee platform but is not offered in the standard API services as it requires special licensing to leverage. Please use the contact form to discuss this with Yodlee:
Yodlee has an API for funds transfer, they call it "Money Movement API".
However, the money movement api is not available in the sandbox and is only available to large corporations as there are legalities involved.
This is the email I got from their Sales Development Team:
The Money Movement API is for larger global financial institutions as
they hold all of the licensing and liability. No, it's not available
in the sandbox.
This doesn't mean you can't get it. You will have to talk to them about this.