Description | : Returns a collection of machines matching the specified conditions. The returned collection represents either machines that are active/live during the specified interval of time (`live=true` and `startTime`/`endTime` are specified) or that are known to have existed at or some time prior to the specified point in time (`live=false` and `timestamp` is specified). |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines
{
subscriptionId:
string
,
resourceGroupName:
string
,
workspaceName:
string
,
api-version:
string
,
live:
boolean
,
startTime:
string
,
endTime:
string
,
timestamp:
string
,
$top:
integer
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
timestamp:
string
,
monitoringState:
enum
,
virtualizationState:
enum
,
displayName:
string
,
computerName:
string
,
fullyQualifiedDomainName:
string
,
bootTime:
string
,
timezone:
{
,
fullName:
string
,
}
agent:
{
,
agentId:
string
,
dependencyAgentId:
string
,
dependencyAgentVersion:
string
,
dependencyAgentRevision:
string
,
rebootStatus:
enum
,
clockGranularity:
integer
,
}
resources:
{
,
physicalMemory:
integer
,
cpus:
integer
,
cpuSpeed:
integer
,
cpuSpeedAccuracy:
enum
,
}
networking:
{
,
ipv4Interfaces:
[
]
,
{
,
ipAddress:
string
,
subnetMask:
string
,
}
ipv6Interfaces:
[
]
,
{
,
ipAddress:
string
,
}
defaultIpv4Gateways:
[
,
string
,
]
macAddresses:
[
,
string
,
]
dnsNames:
}
[
,
string
,
]
operatingSystem:
{
,
family:
enum
,
fullName:
string
,
bitness:
enum
,
}
virtualMachine:
{
,
virtualMachineType:
enum
,
nativeMachineId:
string
,
virtualMachineName:
string
,
nativeHostMachineId:
string
,
}
hypervisor:
{
,
hypervisorType:
enum
,
nativeHostMachineId:
string
,
}
hosting:
}
{
,
provider:
enum
,
kind:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}