Microsoft.Network (preview:2017-09-01)

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

HeatMap_Get (new)
Description Gets latest heatmap for Traffic Manager profile.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/heatMaps/{heatMapType}
{
subscriptionId: string ,
resourceGroupName: string ,
profileName: string ,
heatMapType: string ,
topLeft: array ,
botRight: array ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
startTime: string ,
endTime: string ,
endpoints:
[
{
resourceId: string ,
endpointId: integer ,
}
,
]
,
trafficFlows:
[
{
sourceIp: string ,
latitude: number ,
longitude: number ,
queryExperiences:
[
{
endpointId: integer ,
queryCount: integer ,
latency: number ,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
TrafficManagerUserMetricsKeys_Get (new)
Description Get the subscription-level key used for Real User Metrics collection.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
key: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
TrafficManagerUserMetricsKeys_CreateOrUpdate (new)
Description Create or update a subscription-level key used for Real User Metrics collection.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
id: string ,
name: string ,
type: string ,
key: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
TrafficManagerUserMetricsKeys_Delete (new)
Description Delete a subscription-level key used for Real User Metrics collection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
boolean: boolean ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
HeatMap_Get (removed)
Description Gets latest heatmap for Traffic Manager profile.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/heatMaps/{heatMapType}
{
subscriptionId: string ,
resourceGroupName: string ,
profileName: string ,
heatMapType: string ,
topLeft: array ,
botRight: array ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
startTime: string ,
endTime: string ,
endpoints:
[
{
resourceId: string ,
endpointId: integer ,
}
,
]
,
trafficFlows:
[
{
sourceIp: string ,
latitude: number ,
longitude: number ,
queryExperiences:
[
{
endpointId: integer ,
queryCount: integer ,
latency: number ,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
TrafficManagerUserMetricsKeys_Get (removed)
Description Get the subscription-level key used for Real User Metrics collection.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
key: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
TrafficManagerUserMetricsKeys_CreateOrUpdate (removed)
Description Create or update a subscription-level key used for Real User Metrics collection.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (201)

{
id: string ,
name: string ,
type: string ,
key: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
TrafficManagerUserMetricsKeys_Delete (removed)
Description Delete a subscription-level key used for Real User Metrics collection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/providers/Microsoft.Network/trafficManagerUserMetricsKeys
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
boolean: boolean ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}