Recommendations

List all recommendations for a subscription.

List all recommendations for a subscription.

get/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations

Path parameters

subscriptionIdstring required

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

Query parameters

featuredboolean

Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.

$filterstring

Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]

api-versionstring required

API Version

Response

OK

valueRecommendation[] required— unresolved $ref

Collection of resources.

nextLinkstring

Link to next page of resources.

Changes