List Resource Usage
Check the quota and actual usage of the CDN profiles under the given subscription.
POST https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Cdn/checkResourceUsage?api-version={api-version}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
resourceGroupName
|
path | True |
|
Name of the Resource group within the Azure subscription.
Regex pattern: |
|
subscriptionId
|
path | True |
|
Azure Subscription ID. |
|
api-version
|
query | True |
|
Version of the API to be used with the client request. Current version is 2016-10-02. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK. The request has succeeded. |
|
| Other Status Codes |
CDN error response describing why the operation failed. |
Definitions
| ErrorResponse | |
| ResourceUsage |
Output of check resource usage API. |
| ResourceUsageListResult |
| Name | Type | Description |
|---|---|---|
| code |
|
Error code. |
| message |
|
Error message indicating why the operation failed. |
Output of check resource usage API.
| Name | Type | Description |
|---|---|---|
| currentValue |
|
Actual value of the resource type. |
| limit |
|
Quota of the resource type. |
| resourceType |
|
Resource type of the usages. |
| unit |
|
Unit of the usage. e.g. Count. |
| Name | Type | Description |
|---|---|---|
| nextLink |
|
URL to get the next set of custom domain objects if there are any. |
| value |
List of resource usages. |