Emission CalculationsCloud Computing
Cloud Computing
The Cloud Computing Endpoints help you calculate the carbon emissions from the usage of cloud resources.
Cloud Computing - Metadata
The compute endpoint displays regions and VM instances for all three cloud providers: Azure, AWS, and GCP.
Endpoint : GET -/compute
Request
https://beta.api.earthemission.com/computeResponse

Response Parameters:
| Attribute | Type | Description |
|---|---|---|
| cloud_providers | Object | An object where each key is the id for a cloud provider, and the corresponding value contains additional data about that cloud provider. |
cloud_providers:
| Attribute | Type | Description |
|---|---|---|
| provider_full_name | string | The full, human-readable name for the provider. |
| provider_id | string | The id of the cloud provider. This is the value you must use when specifying provider in the computing endpoints. |
| regions | array of strings | The different available regions for this provider. |
| virtual_machine_instances | array of strings | The different instances you can use in the Virtual Machine Instance endpoint for this provider. |
Was this helpful?

