O Data - Usage By Enrollment
UsageByEnrollment
Connect low-latency OData APIs to your dashboards and applications for programmatic access to emissions data. Microsoft Cloud for Sustainability API Preview Terms and Conditions apply
GET https://api.mcfs.microsoft.com/api/v1.0/instances/{instanceId}/enrollments/{enrollmentId}/usage
GET https://api.mcfs.microsoft.com/api/v1.0/instances/{instanceId}/enrollments/{enrollmentId}/usage?$apply={$apply}&$filter={$filter}&$select={$select}&$orderby={$orderby}&$expand={$expand}&$top={$top}&$skip={$skip}&$count={$count}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
enrollment
|
path | True |
string |
|
instance
|
path | True |
string uuid |
Format - uuid. |
$apply
|
query |
string |
||
$count
|
query |
boolean |
||
$expand
|
query |
string |
||
$filter
|
query |
string |
||
$orderby
|
query |
string |
||
$select
|
query |
string |
||
$skip
|
query |
integer int32 |
Format - int32. |
|
$top
|
query |
integer int32 |
Format - int32. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
The request has succeeded. |
|
400 Bad Request |
An unexpected error response. |
|
500 Internal Server Error |
An unexpected error response. |
Security
Ocp-Apim-Subscription-Key
Type:
apiKey
In:
header
subscription-key
Type:
apiKey
In:
query
Definitions
Name | Description |
---|---|
Enrollment |
|
Error |
EnrollmentUsage
Name | Type | Description |
---|---|---|
azureRegionName |
string |
|
dateKey |
integer |
|
enrollmentId |
string |
|
orgName |
string |
|
serviceNameId |
integer |
|
subService |
string |
|
subscriptionId |
string |
|
subscriptionName |
string |
|
usage |
number |
Error
Name | Type | Description |
---|---|---|
code |
integer |
|
message |
string |