Microsoft.CostManagement (preview:2020-08-01)

2025/10/30 • 1 new, 1 deleted methods

Insights_Get (new)
Description Get cost-related insights for the given scope
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.CostManagement/insights
{
scope: string ,
api-version: string ,
}

⚐ Response (200)

{
values:
[
{
properties:
{
status: string ,
eventDate: string ,
scope: string ,
impactTerm: string ,
impactResolution: string ,
timeDetected: string ,
severity: string ,
details: object ,
justification: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Insights_Get (removed)
Description Get cost-related insights for the given scope
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.CostManagement/insights
{
scope: string ,
api-version: string ,
}

⚐ Response (200)

{
values:
[
{
properties:
{
status: string ,
eventDate: string ,
scope: string ,
impactTerm: string ,
impactResolution: string ,
timeDetected: string ,
severity: string ,
details: object ,
justification: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}