| 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
,
]