Base URL
Authentication
Authenticate using theAccessKey header with your Bunny Net Access Key:
Find your API key in the account API
Keys.
Metric units
Some fields returned by the API report usage in different units:- CPU (for example,
averageCPU) is reported relative to your application’s CPU limit, not as an absolute number of cores. On the dynamic runtime the limit is 8 CPUs, so the value is roughly 12.5× the number of cores the container actually uses. To convert it to absolute cores, multiply by the CPU limit and divide by 100. - RAM (for example,
averageRAM) is reported as an absolute value.