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
  • string
Name of the Resource group within the Azure subscription.

Regex pattern: ^[-\w\._\(\)]+$

subscriptionId
path True
  • string

Azure Subscription ID.

api-version
query True
  • string

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
  • string

Error code.

message
  • string

Error message indicating why the operation failed.

Output of check resource usage API.

Name Type Description
currentValue
  • integer

Actual value of the resource type.

limit
  • integer

Quota of the resource type.

resourceType
  • string

Resource type of the usages.

unit
  • string

Unit of the usage. e.g. Count.

Name Type Description
nextLink
  • string

URL to get the next set of custom domain objects if there are any.

value

List of resource usages.