Description | : Checks the quota and actual usage of endpoints under the given CDN profile. |
Reference | : Link ¶ |
⚼ Request
POST:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/usages
{
resourceGroupName:
string
,
profileName:
string
,
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
unit:
enum
,
currentValue:
integer
,
limit:
integer
,
name:
}
{
,
value:
string
,
localizedValue:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}