Microsoft.Advisor (stable:2017-03-31)

2025/09/12 • 9 new, 9 deleted methods

Recommendations_Generate (new)
Description Initiates the recommendation generation or computation process for a subscription. This operation is asynchronous. The generated recommendations are stored in a cache in the Advisor service.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: string ,
}
Recommendations_GetGenerateStatus (new)
Description Retrieves the status of the recommendation computation or generation process. Invoke this API after calling the generation recommendation. The URI of this API is returned in the Location field of the response header.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations/{operationId}
{
subscriptionId: string ,
operationId: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}
Recommendations_List (new)
Description Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/recommendations
{
subscriptionId: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
category: enum ,
impact: enum ,
impactedField: string ,
impactedValue: string ,
lastUpdated: string ,
metadata: object ,
recommendationTypeId: string ,
risk: enum ,
shortDescription:
{
problem: string ,
solution: string ,
}
,
suppressionIds:
[
string ,
]
,
}
,
}
,
]
,
}
Operations_List (new)
Description Lists all the available Advisor REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Advisor/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
name: string ,
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
}
,
]
,
}
Suppressions_Get (new)
Description Obtains the details of a suppression.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}
{
resourceUri: string ,
recommendationId: string ,
name: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
suppressionId: string ,
ttl: string ,
}
,
}
Suppressions_Create (new)
Description Enables the snoozed or dismissed attribute of a recommendation. The snoozed or dismissed attribute is referred to as a suppression. Use this API to create or update the snoozed or dismissed status of a recommendation.
Reference Link ¶

⚼ Request

PUT:  /{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}
{
resourceUri: string ,
recommendationId: string ,
name: string ,
suppressionContract:
{
properties:
{
suppressionId: string ,
ttl: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
suppressionId: string ,
ttl: string ,
}
,
}
Suppressions_Delete (new)
Description Enables the activation of a snoozed or dismissed recommendation. The snoozed or dismissed attribute of a recommendation is referred to as a suppression.
Reference Link ¶

⚼ Request

DELETE:  /{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}
{
resourceUri: string ,
recommendationId: string ,
name: string ,
api-version: string ,
}

⚐ Response (204)

{}
Recommendations_Get (new)
Description Obtains details of a cached recommendation.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}
{
resourceUri: string ,
recommendationId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
category: enum ,
impact: enum ,
impactedField: string ,
impactedValue: string ,
lastUpdated: string ,
metadata: object ,
recommendationTypeId: string ,
risk: enum ,
shortDescription:
{
problem: string ,
solution: string ,
}
,
suppressionIds:
[
string ,
]
,
}
,
}
Suppressions_List (new)
Description Retrieves the list of snoozed or dismissed suppressions for a subscription. The snoozed or dismissed attribute of a recommendation is referred to as a suppression.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressions
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
suppressionId: string ,
ttl: string ,
}
,
}
Recommendations_Generate (removed)
Description Initiates the recommendation generation or computation process for a subscription. This operation is asynchronous. The generated recommendations are stored in a cache in the Advisor service.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: string ,
}
Recommendations_GetGenerateStatus (removed)
Description Retrieves the status of the recommendation computation or generation process. Invoke this API after calling the generation recommendation. The URI of this API is returned in the Location field of the response header.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/generateRecommendations/{operationId}
{
subscriptionId: string ,
operationId: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}
Recommendations_List (removed)
Description Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/recommendations
{
subscriptionId: string ,
api-version: string ,
$filter: string ,
$top: integer ,
$skipToken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
properties:
{
category: enum ,
impact: enum ,
impactedField: string ,
impactedValue: string ,
lastUpdated: string ,
metadata: object ,
recommendationTypeId: string ,
risk: enum ,
shortDescription:
{
problem: string ,
solution: string ,
}
,
suppressionIds:
[
string ,
]
,
}
,
}
,
]
,
}
Operations_List (removed)
Description Lists all the available Advisor REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Advisor/operations
{
api-version: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
name: string ,
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
}
,
]
,
}
Suppressions_Get (removed)
Description Obtains the details of a suppression.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}
{
resourceUri: string ,
recommendationId: string ,
name: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
suppressionId: string ,
ttl: string ,
}
,
}
Suppressions_Create (removed)
Description Enables the snoozed or dismissed attribute of a recommendation. The snoozed or dismissed attribute is referred to as a suppression. Use this API to create or update the snoozed or dismissed status of a recommendation.
Reference Link ¶

⚼ Request

PUT:  /{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}
{
resourceUri: string ,
recommendationId: string ,
name: string ,
suppressionContract:
{
properties:
{
suppressionId: string ,
ttl: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
suppressionId: string ,
ttl: string ,
}
,
}
Suppressions_Delete (removed)
Description Enables the activation of a snoozed or dismissed recommendation. The snoozed or dismissed attribute of a recommendation is referred to as a suppression.
Reference Link ¶

⚼ Request

DELETE:  /{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}/suppressions/{name}
{
resourceUri: string ,
recommendationId: string ,
name: string ,
api-version: string ,
}

⚐ Response (204)

{}
Recommendations_Get (removed)
Description Obtains details of a cached recommendation.
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}
{
resourceUri: string ,
recommendationId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
category: enum ,
impact: enum ,
impactedField: string ,
impactedValue: string ,
lastUpdated: string ,
metadata: object ,
recommendationTypeId: string ,
risk: enum ,
shortDescription:
{
problem: string ,
solution: string ,
}
,
suppressionIds:
[
string ,
]
,
}
,
}
Suppressions_List (removed)
Description Retrieves the list of snoozed or dismissed suppressions for a subscription. The snoozed or dismissed attribute of a recommendation is referred to as a suppression.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Advisor/suppressions
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
suppressionId: string ,
ttl: string ,
}
,
}