WebApps

Gets performance metrics of an app (or deployment slot, if specified).

Gets performance metrics of an app (or deployment slot, if specified).

get/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/metrics

Path parameters

resourceGroupNamestring required

Name of the resource group to which the resource belongs.

namestring required

Name of the app.

subscriptionIdstring required

Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

Query parameters

detailsboolean

Specify "true" to include metric details in the response. It is "false" by default.

$filterstring

Return only metrics specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'.

api-versionstring required

API Version

Response

OK

ResourceMetricCollection required— unresolved $ref

Changes

No recorded changes to this endpoint across all 3 revisions of this API.