Maps - Generate

Generates the specified map.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/generateMap?api-version=2015-11-01-preview

URI Parameters

Name In Required Type Description
resourceGroupName
path True

string

Resource group name within the specified subscriptionId.

Regex pattern: [a-zA-Z0-9_-]+

subscriptionId
path True

string

Azure subscription identifier.

workspaceName
path True

string

OMS workspace containing the resources of interest.

Regex pattern: [a-zA-Z0-9_][a-zA-Z0-9_-]+[a-zA-Z0-9_]

api-version
query True

string

API version.

Request Body

SingleMachineDependencyMapRequest

Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine.

Name Required Type Description
kind True string:

map:single-machine-dependency

The type of map to create.

machineId True

string

URI of machine resource for which to generate the map.

endTime

string

Map interval end time.

startTime

string

Map interval start time.

Responses

Name Type Description
200 OK

MapResponse

The operation completed successfully.

Other Status Codes

ErrorResponse

An error occurred while processing the request. See the error.code parameter to identify the specific error.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

SMMapsGenerateMachineGroupDependencyPost
SMMapsGenerateMachineListDependencyPost
SMMapsGenerateSingleMachineDependencyPost

SMMapsGenerateMachineGroupDependencyPost

Sample Request

POST https://management.azure.com/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/generateMap?api-version=2015-11-01-preview

{
  "kind": "map:machine-group-dependency",
  "machineGroupId": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machineGroups/b90f6d8f-a9b9-4ac6-abeb-abd8fe10a6dc",
  "filterProcesses": false,
  "startTime": "2018-01-08T20:00:51.325Z",
  "endTime": "2018-01-08T20:01:06.325Z"
}

Sample Response

{
  "startTime": "2018-01-08T20:00:51.325Z",
  "endTime": "2018-01-08T20:01:06.325Z",
  "map": {
    "nodes": {
      "machines": [
        {
          "kind": "machine",
          "properties": {
            "monitoringState": "monitored",
            "virtualizationState": "unknown",
            "displayName": "192.168.0.1",
            "networking": {
              "ipv4Interfaces": [
                {
                  "ipAddress": "192.168.0.1",
                  "subnetMask": "255.255.255.255"
                }
              ]
            },
            "operatingSystem": {
              "family": "linux",
              "fullName": "Ubuntu Server Linux 10.4.53",
              "bitness": "64bit"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d3641418-6ac8-4024-8074-48f6d9db9825",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines",
          "name": "m-d3641418-6ac8-4024-8074-48f6d9db9825"
        },
        {
          "kind": "machine",
          "properties": {
            "monitoringState": "monitored",
            "virtualizationState": "unknown",
            "displayName": "192.168.0.2",
            "networking": {
              "ipv4Interfaces": [
                {
                  "ipAddress": "192.168.0.2",
                  "subnetMask": "255.255.255.255"
                }
              ]
            },
            "operatingSystem": {
              "family": "windows",
              "fullName": "Windows 7",
              "bitness": "32bit"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines",
          "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
        },
        {
          "kind": "machine",
          "properties": {
            "monitoringState": "monitored",
            "virtualizationState": "unknown",
            "displayName": "192.168.0.3",
            "networking": {
              "ipv4Interfaces": [
                {
                  "ipAddress": "192.168.0.3",
                  "subnetMask": "255.255.255.255"
                }
              ]
            },
            "operatingSystem": {
              "family": "windows",
              "fullName": "Windows Server 2012 SP2",
              "bitness": "64bit"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines",
          "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b"
        },
        {
          "kind": "machine",
          "properties": {
            "monitoringState": "discovered",
            "virtualizationState": "unknown",
            "displayName": "unmonitored.server.com",
            "networking": {
              "ipv4Interfaces": [
                {
                  "ipAddress": "10.10.10.10",
                  "subnetMask": "255.255.255.255"
                }
              ],
              "dnsNames": [
                "unmonitored.server.com"
              ]
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines",
          "name": "t-0a0a0a0a"
        }
      ],
      "processes": [
        {
          "kind": "process",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d3641418-6ac8-4024-8074-48f6d9db9825",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-d3641418-6ac8-4024-8074-48f6d9db9825"
            },
            "displayName": "???"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d3641418-6ac8-4024-8074-48f6d9db9825/processes/p-e12c75e851c715e7e5ee7e889d858cfc3661e91f",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "p-e12c75e851c715e7e5ee7e889d858cfc3661e91f"
        },
        {
          "kind": "process",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
            },
            "executableName": "httpd",
            "displayName": "Apache HTTP Server",
            "role": "webServer",
            "group": "Apache HTTP Server"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
        },
        {
          "kind": "process",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
            },
            "displayName": "???"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26"
        },
        {
          "kind": "process",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b"
            },
            "displayName": "???"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6"
        },
        {
          "kind": "process",
          "properties": {
            "monitoringState": "discovered",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "t-0a0a0a0a"
            },
            "displayName": "Port 8880",
            "role": "appServer",
            "acceptorOf": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "t-0a0a0a0a"
                },
                "ipAddress": "10.10.10.10",
                "portNumber": 8880
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-0a0a0a0a_8880"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880"
        }
      ],
      "ports": [
        {
          "kind": "port",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
            },
            "displayName": ":90",
            "ipAddress": "192.168.0.2",
            "portNumber": 90
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/ports/b-c0a80002_90",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
          "name": "b-c0a80002_90"
        },
        {
          "kind": "port",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b"
            },
            "displayName": ":80",
            "ipAddress": "192.168.0.3",
            "portNumber": 80
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/ports/b-c0a80003_80",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
          "name": "b-c0a80003_80"
        },
        {
          "kind": "port",
          "properties": {
            "monitoringState": "discovered",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "t-0a0a0a0a"
            },
            "displayName": ":8880",
            "ipAddress": "10.10.10.10",
            "portNumber": 8880
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
          "name": "b-0a0a0a0a_8880"
        }
      ],
      "clientGroups": [
        {
          "kind": "clientGroup",
          "properties": {
            "clientsOf": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
          "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
          "name": "m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
        },
        {
          "kind": "clientGroup",
          "properties": {
            "clientsOf": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab!p!p-a53c0b2e1e6b779729257570076303b32b13add9",
          "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
          "name": "m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab!p!p-a53c0b2e1e6b779729257570076303b32b13add9"
        }
      ]
    },
    "edges": {
      "connections": [
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d3641418-6ac8-4024-8074-48f6d9db9825",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d3641418-6ac8-4024-8074-48f6d9db9825"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d3641418-6ac8-4024-8074-48f6d9db9825/processes/p-e12c75e851c715e7e5ee7e889d858cfc3661e91f",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-e12c75e851c715e7e5ee7e889d858cfc3661e91f"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                },
                "ipAddress": "192.168.0.2",
                "portNumber": 90
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/ports/b-c0a80002_90",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80002_90"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-d3641418-6ac8-4024-8074-48f6d9db9825@p@p-e12c75e851c715e7e5ee7e889d858cfc3661e91f!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "m@m-d3641418-6ac8-4024-8074-48f6d9db9825@p@p-e12c75e851c715e7e5ee7e889d858cfc3661e91f!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90"
        },
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:clientgroup",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
              "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
              "name": "m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                },
                "ipAddress": "192.168.0.2",
                "portNumber": 90
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/ports/b-c0a80002_90",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80002_90"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "c@m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90"
        },
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:clientgroup",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab!p!p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
              "name": "m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab!p!p-a53c0b2e1e6b779729257570076303b32b13add9"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                },
                "ipAddress": "192.168.0.2",
                "portNumber": 90
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/ports/b-c0a80002_90",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80002_90"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "c@m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90"
        },
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b"
                },
                "ipAddress": "192.168.0.3",
                "portNumber": 80
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/ports/b-c0a80003_80",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80003_80"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@b@b-c0a80003_80",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@b@b-c0a80003_80"
        },
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "t-0a0a0a0a"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "t-0a0a0a0a"
                },
                "ipAddress": "10.10.10.10",
                "portNumber": 8880
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-0a0a0a0a_8880"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880!m@t-0a0a0a0a@b@b-0a0a0a0a_8880",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880!m@t-0a0a0a0a@b@b-0a0a0a0a_8880"
        }
      ],
      "acceptors": [
        {
          "kind": "rel:acceptor",
          "properties": {
            "source": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b"
                },
                "ipAddress": "192.168.0.3",
                "portNumber": 80
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/ports/b-c0a80003_80",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80003_80"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@b@b-c0a80003_80!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6",
          "type": "Microsoft.OperationalInsights/workspaces/features/acceptors",
          "name": "m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@b@b-c0a80003_80!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6"
        },
        {
          "kind": "rel:acceptor",
          "properties": {
            "source": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "t-0a0a0a0a"
                },
                "ipAddress": "10.10.10.10",
                "portNumber": 8880
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-0a0a0a0a_8880"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "t-0a0a0a0a"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@t-0a0a0a0a@b@b-0a0a0a0a_8880!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880",
          "type": "Microsoft.OperationalInsights/workspaces/features/acceptors",
          "name": "m@t-0a0a0a0a@b@b-0a0a0a0a_8880!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880"
        },
        {
          "kind": "rel:acceptor",
          "properties": {
            "source": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                },
                "ipAddress": "192.168.0.2",
                "portNumber": 90
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/ports/b-c0a80002_90",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80002_90"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9",
          "type": "Microsoft.OperationalInsights/workspaces/features/acceptors",
          "name": "m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9"
        }
      ]
    }
  }
}

SMMapsGenerateMachineListDependencyPost

Sample Request

POST https://management.azure.com/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/generateMap?api-version=2015-11-01-preview

{
  "kind": "map:machine-list-dependency",
  "machineIds": [
    "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
    "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b"
  ],
  "filterProcesses": false,
  "startTime": "2018-01-08T20:07:49.78Z",
  "endTime": "2018-01-08T20:08:04.78Z"
}

Sample Response

{
  "startTime": "2018-01-08T20:07:49.78Z",
  "endTime": "2018-01-08T20:08:04.78Z",
  "map": {
    "nodes": {
      "machines": [
        {
          "kind": "machine",
          "properties": {
            "monitoringState": "monitored",
            "virtualizationState": "unknown",
            "displayName": "192.168.0.1",
            "networking": {
              "ipv4Interfaces": [
                {
                  "ipAddress": "192.168.0.1",
                  "subnetMask": "255.255.255.255"
                }
              ]
            },
            "operatingSystem": {
              "family": "linux",
              "fullName": "Ubuntu Server Linux 10.4.53",
              "bitness": "64bit"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines",
          "name": "m-52d4f2f9-e684-4003-a774-9cf99898861b"
        },
        {
          "kind": "machine",
          "properties": {
            "monitoringState": "monitored",
            "virtualizationState": "unknown",
            "displayName": "192.168.0.2",
            "networking": {
              "ipv4Interfaces": [
                {
                  "ipAddress": "192.168.0.2",
                  "subnetMask": "255.255.255.255"
                }
              ]
            },
            "operatingSystem": {
              "family": "windows",
              "fullName": "Windows 7",
              "bitness": "32bit"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines",
          "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
        },
        {
          "kind": "machine",
          "properties": {
            "monitoringState": "monitored",
            "virtualizationState": "unknown",
            "displayName": "192.168.0.3",
            "networking": {
              "ipv4Interfaces": [
                {
                  "ipAddress": "192.168.0.3",
                  "subnetMask": "255.255.255.255"
                }
              ]
            },
            "operatingSystem": {
              "family": "windows",
              "fullName": "Windows Server 2012 SP2",
              "bitness": "64bit"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines",
          "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44"
        },
        {
          "kind": "machine",
          "properties": {
            "monitoringState": "discovered",
            "virtualizationState": "unknown",
            "displayName": "unmonitored.server.com",
            "networking": {
              "ipv4Interfaces": [
                {
                  "ipAddress": "10.10.10.10",
                  "subnetMask": "255.255.255.255"
                }
              ],
              "dnsNames": [
                "unmonitored.server.com"
              ]
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines",
          "name": "t-0a0a0a0a"
        }
      ],
      "processes": [
        {
          "kind": "process",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-52d4f2f9-e684-4003-a774-9cf99898861b"
            },
            "displayName": "???"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b/processes/p-e12c75e851c715e7e5ee7e889d858cfc3661e91f",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "p-e12c75e851c715e7e5ee7e889d858cfc3661e91f"
        },
        {
          "kind": "process",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
            },
            "executableName": "httpd",
            "displayName": "Apache HTTP Server",
            "role": "webServer",
            "group": "Apache HTTP Server"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
        },
        {
          "kind": "process",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
            },
            "displayName": "???"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26"
        },
        {
          "kind": "process",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44"
            },
            "displayName": "???"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6"
        },
        {
          "kind": "process",
          "properties": {
            "monitoringState": "discovered",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "t-0a0a0a0a"
            },
            "displayName": "Port 8880",
            "role": "appServer",
            "acceptorOf": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "t-0a0a0a0a"
                },
                "ipAddress": "10.10.10.10",
                "portNumber": 8880
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-0a0a0a0a_8880"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880"
        }
      ],
      "ports": [
        {
          "kind": "port",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
            },
            "displayName": ":90",
            "ipAddress": "192.168.0.2",
            "portNumber": 90
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/ports/b-c0a80002_90",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
          "name": "b-c0a80002_90"
        },
        {
          "kind": "port",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44"
            },
            "displayName": ":80",
            "ipAddress": "192.168.0.3",
            "portNumber": 80
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/ports/b-c0a80003_80",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
          "name": "b-c0a80003_80"
        },
        {
          "kind": "port",
          "properties": {
            "monitoringState": "discovered",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "t-0a0a0a0a"
            },
            "displayName": ":8880",
            "ipAddress": "10.10.10.10",
            "portNumber": 8880
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
          "name": "b-0a0a0a0a_8880"
        }
      ],
      "clientGroups": [
        {
          "kind": "clientGroup",
          "properties": {
            "clientsOf": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
          "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
          "name": "m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
        },
        {
          "kind": "clientGroup",
          "properties": {
            "clientsOf": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!p!p-a53c0b2e1e6b779729257570076303b32b13add9",
          "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
          "name": "m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!p!p-a53c0b2e1e6b779729257570076303b32b13add9"
        }
      ]
    },
    "edges": {
      "connections": [
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-52d4f2f9-e684-4003-a774-9cf99898861b"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b/processes/p-e12c75e851c715e7e5ee7e889d858cfc3661e91f",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-e12c75e851c715e7e5ee7e889d858cfc3661e91f"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                },
                "ipAddress": "192.168.0.2",
                "portNumber": 90
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/ports/b-c0a80002_90",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80002_90"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-52d4f2f9-e684-4003-a774-9cf99898861b@p@p-e12c75e851c715e7e5ee7e889d858cfc3661e91f!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "m@m-52d4f2f9-e684-4003-a774-9cf99898861b@p@p-e12c75e851c715e7e5ee7e889d858cfc3661e91f!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90"
        },
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:clientgroup",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
              "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
              "name": "m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                },
                "ipAddress": "192.168.0.2",
                "portNumber": 90
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/ports/b-c0a80002_90",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80002_90"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "c@m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90"
        },
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:clientgroup",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!p!p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
              "name": "m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!p!p-a53c0b2e1e6b779729257570076303b32b13add9"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                },
                "ipAddress": "192.168.0.2",
                "portNumber": 90
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/ports/b-c0a80002_90",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80002_90"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "c@m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90"
        },
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44"
                },
                "ipAddress": "192.168.0.3",
                "portNumber": 80
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/ports/b-c0a80003_80",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80003_80"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@b@b-c0a80003_80",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@b@b-c0a80003_80"
        },
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "t-0a0a0a0a"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "t-0a0a0a0a"
                },
                "ipAddress": "10.10.10.10",
                "portNumber": 8880
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-0a0a0a0a_8880"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880!m@t-0a0a0a0a@b@b-0a0a0a0a_8880",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880!m@t-0a0a0a0a@b@b-0a0a0a0a_8880"
        }
      ],
      "acceptors": [
        {
          "kind": "rel:acceptor",
          "properties": {
            "source": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44"
                },
                "ipAddress": "192.168.0.3",
                "portNumber": 80
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/ports/b-c0a80003_80",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80003_80"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@b@b-c0a80003_80!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6",
          "type": "Microsoft.OperationalInsights/workspaces/features/acceptors",
          "name": "m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@b@b-c0a80003_80!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6"
        },
        {
          "kind": "rel:acceptor",
          "properties": {
            "source": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "t-0a0a0a0a"
                },
                "ipAddress": "10.10.10.10",
                "portNumber": 8880
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-0a0a0a0a_8880"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "t-0a0a0a0a"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@t-0a0a0a0a@b@b-0a0a0a0a_8880!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880",
          "type": "Microsoft.OperationalInsights/workspaces/features/acceptors",
          "name": "m@t-0a0a0a0a@b@b-0a0a0a0a_8880!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880"
        },
        {
          "kind": "rel:acceptor",
          "properties": {
            "source": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                },
                "ipAddress": "192.168.0.2",
                "portNumber": 90
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/ports/b-c0a80002_90",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80002_90"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-a53c0b2e1e6b779729257570076303b32b13add9"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9",
          "type": "Microsoft.OperationalInsights/workspaces/features/acceptors",
          "name": "m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9"
        }
      ]
    }
  }
}

SMMapsGenerateSingleMachineDependencyPost

Sample Request

POST https://management.azure.com/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/generateMap?api-version=2015-11-01-preview

{
  "kind": "map:single-machine-dependency",
  "machineId": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
  "startTime": "2018-01-08T19:50:39.0192315Z",
  "endTime": "2018-01-08T19:52:39.0192315Z"
}

Sample Response

{
  "startTime": "2018-01-08T19:50:39.0192315Z",
  "endTime": "2018-01-08T19:52:39.0192315Z",
  "map": {
    "nodes": {
      "machines": [
        {
          "kind": "machine",
          "properties": {
            "monitoringState": "monitored",
            "virtualizationState": "unknown",
            "displayName": "???"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines",
          "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
        },
        {
          "kind": "machine",
          "properties": {
            "monitoringState": "monitored",
            "virtualizationState": "unknown",
            "displayName": "???"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines",
          "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
        }
      ],
      "processes": [
        {
          "kind": "process",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
            },
            "displayName": "???"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2"
        },
        {
          "kind": "process",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
            },
            "displayName": "???"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
          "name": "p-68cf5e3251379179122fa88e761e2acd5577c249"
        }
      ],
      "ports": [
        {
          "kind": "port",
          "properties": {
            "monitoringState": "monitored",
            "machine": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
            },
            "displayName": ":80",
            "ipAddress": "192.168.1.1",
            "portNumber": 80
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-c0a80101_80",
          "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
          "name": "b-c0a80101_80"
        }
      ],
      "clientGroups": [
        {
          "kind": "clientGroup",
          "properties": {
            "clientsOf": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-68cf5e3251379179122fa88e761e2acd5577c249"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!p!p-68cf5e3251379179122fa88e761e2acd5577c249",
          "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
          "name": "m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!p!p-68cf5e3251379179122fa88e761e2acd5577c249"
        },
        {
          "kind": "clientGroup",
          "properties": {
            "clientsOf": {
              "kind": "ref:machine",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines",
              "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
          "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
          "name": "m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
        }
      ]
    },
    "edges": {
      "connections": [
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-68cf5e3251379179122fa88e761e2acd5577c249"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
                },
                "ipAddress": "192.168.1.1",
                "portNumber": 80
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-c0a80101_80",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80101_80"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80"
        },
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:clientgroup",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!p!p-68cf5e3251379179122fa88e761e2acd5577c249",
              "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
              "name": "m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!p!p-68cf5e3251379179122fa88e761e2acd5577c249"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-68cf5e3251379179122fa88e761e2acd5577c249"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
                },
                "ipAddress": "192.168.1.1",
                "portNumber": 80
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-c0a80101_80",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80101_80"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "c@m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80"
        },
        {
          "kind": "rel:connection",
          "properties": {
            "source": {
              "kind": "ref:clientgroup",
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
              "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
              "name": "m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-68cf5e3251379179122fa88e761e2acd5577c249"
            },
            "serverPort": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
                },
                "ipAddress": "192.168.1.1",
                "portNumber": 80
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-c0a80101_80",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80101_80"
            },
            "failureState": "ok"
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80",
          "type": "Microsoft.OperationalInsights/workspaces/features/connections",
          "name": "c@m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80"
        }
      ],
      "acceptors": [
        {
          "kind": "rel:acceptor",
          "properties": {
            "source": {
              "kind": "ref:port",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
                },
                "ipAddress": "192.168.1.1",
                "portNumber": 80
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-c0a80101_80",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
              "name": "b-c0a80101_80"
            },
            "destination": {
              "kind": "ref:process",
              "properties": {
                "machine": {
                  "kind": "ref:machine",
                  "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
                  "type": "Microsoft.OperationalInsights/workspaces/features/machines",
                  "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
                }
              },
              "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249",
              "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
              "name": "p-68cf5e3251379179122fa88e761e2acd5577c249"
            }
          },
          "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249",
          "type": "Microsoft.OperationalInsights/workspaces/features/acceptors",
          "name": "m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249"
        }
      ]
    }
  }
}

Definitions

Name Description
Acceptor

A process accepting on a port.

Accuracy

Specifies the accuracy of a computation.

AgentConfiguration

Describes the configuration of the Dependency Agent installed on a machine.

AzureCloudServiceConfiguration

Describes an Azure Cloud Service

AzureCloudServiceRoleType

Used to specify type of an Azure Cloud Service role

AzureHostingConfiguration

Provides information about how a machine is hosted in Azure

AzureProcessHostingConfiguration

Describes the hosting configuration of a process when hosted on azure

AzureServiceFabricClusterConfiguration

Describes an Azure Service Fabric Cluster

AzureVmScaleSetConfiguration

Describes an Azure Virtual Machine Scale Set

Bitness

Specifies the bitness of a machine or process.

ClientGroup

Represents a collection of clients of a resource. A client group can represent the clients of a port, process, or a machine.

ClientGroupReference

Reference to a client group.

Connection

A network connection.

ConnectionFailureState

Connection failure state:

  • ok indicates no failures
  • failed indicates only failures
  • mixed indicates both failures and successes
Error

Error details.

ErrorResponse

An error response from the API.

HypervisorConfiguration

Describes the hypervisor configuration of a machine.

HypervisorType

Specifies the hypervisor type of a machine.

ImageConfiguration

Describes the VM image of a machine.

Ipv4NetworkInterface

Describes an IPv4 network interface.

Ipv6NetworkInterface

Describes an IPv6 network interface.

Machine

A machine resource represents a discovered computer system. It can be monitored, i.e., a Dependency Agent is running on it, or discovered, i.e., its existence was inferred by observing the data stream from monitored machines. As machines change, prior versions of the machine resource are preserved and available for access. A machine is live during an interval of time, if either its Dependency Agent has reported data during (parts) of that interval, or a Dependency agent running on other machines has reported activity associated with the machine.

MachineRebootStatus

Specifies if the machine has been rebooted since the installation of the dependency agent.

MachineReference

Reference to a machine.

MachineReferenceWithHints

A machine reference with a hint of the machine's name and operating system.

MachineResourcesConfiguration

Describes the resources of a machine.

Map

A map of resources and relationships between them.

MapEdges

The edges (relationships) of a map.

MapNodes

The nodes (entities) of a map.

MapResponse

Specified the contents of a map response.

MonitoringState

Used to specify if a resources is monitored or discovered.

NetworkConfiguration

Describes the network configuration of a machine.

OperatingSystemConfiguration

Describes the configuration of the operating system of a machine.

OperatingSystemFamily

Specifies the operating system family, e.g., Linux, Windows, etc.

Port

A port resource represents a server port on a machine. The port may be actively monitored, i.e., a Dependency Agent is running on its machine, or discovered, i.e., its existence was inferred by observing the data stream from monitored machines. A port is live during an interval of time, if that port had associated activity during (parts) of that interval.

PortReference

Reference to a port.

Process

A process resource represents a process running on a machine. The process may be actively monitored, i.e., a Dependency Agent is running on its machine, or discovered, i.e., its existence was inferred by observing the data stream from monitored machines. A process resource represents a pool of actual operating system resources that share command lines and metadata. As the process pool evolves over time, prior versions of the process resource are preserved and available for access. A process is live during an interval of time, if that process is executing during (parts) of that interval

ProcessDetails

Describes process metadata.

ProcessHostedService

A service hosted by a process.

ProcessReference

Reference to a process.

ProcessRole

The inferred role of this process based on its name, command line, etc.

ProcessUser

Describes the user under which a process is running.

SingleMachineDependencyMapRequest

Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine.

Timezone

Describes a timezone.

VirtualizationState

Specifies if the machine is physical, virtual, hypervisor, or unknown.

VirtualMachineConfiguration

Describes the virtualization-related configuration of a machine.

VirtualMachineType

Specifies the virtualization type of a machine.

Acceptor

A process accepting on a port.

Name Type Description
id

string

Resource identifier.

kind string:

rel:acceptor

Additional resource type qualifier.

name

string

Resource name.

properties.destination

ProcessReference

Accepting process.

properties.endTime

string

Relationship end time.

properties.source

PortReference

Port being accepted.

properties.startTime

string

Relationship start time.

type

string

Resource type.

Accuracy

Specifies the accuracy of a computation.

Name Type Description
actual

string

estimated

string

AgentConfiguration

Describes the configuration of the Dependency Agent installed on a machine.

Name Type Description
agentId

string

Health Service Agent unique identifier.

clockGranularity

integer

Machine clock granularity in milliseconds.

dependencyAgentId

string

Dependency Agent unique identifier.

dependencyAgentRevision

string

Dependency Agent revision number.

dependencyAgentVersion

string

Dependency Agent version number.

rebootStatus

MachineRebootStatus

Specifies whether the machine has been rebooted since the Dependency Agent installation.

AzureCloudServiceConfiguration

Describes an Azure Cloud Service

Name Type Description
deployment

string

Cloud Service deployment identifier

instanceId

string

Cloud Service instance identifier

name

string

Cloud Service name

roleName

string

Cloud Service role name

roleType

AzureCloudServiceRoleType

Used to specify type of an Azure Cloud Service role

AzureCloudServiceRoleType

Used to specify type of an Azure Cloud Service role

Name Type Description
unknown

string

web

string

worker

string

AzureHostingConfiguration

Provides information about how a machine is hosted in Azure

Name Type Description
cloudService

AzureCloudServiceConfiguration

Contains information about machines hosted as an Azure Cloud Service

faultDomain

string

Fault domain of the VM.

image

ImageConfiguration

Image of the machine.

kind string:

provider:azure

Additional hosting configuration type qualifier.

location

string

Geographical location of the VM.

name

string

Machine name according to the hosting provider.

provider enum:

azure

The hosting provider of the VM.

resourceGroup

string

Resource group name within the specified subscription.

resourceId

string

Unique identifier of the resource.

serviceFabricCluster

AzureServiceFabricClusterConfiguration

Contains information about machines that belong an Azure Service Fabric Cluster

size

string

Size of the VM.

subscriptionId

string

Subscription ID.

updateDomain

string

Update domain of the VM.

vmId

string

Virtual Machine ID (unique identifier).

vmScaleSet

AzureVmScaleSetConfiguration

Contains information about machines hosted as an Azure Virtual Machine Scale Set

AzureProcessHostingConfiguration

Describes the hosting configuration of a process when hosted on azure

Name Type Description
cloudService

AzureCloudServiceConfiguration

Contains information about the cloud service the process belongs to

kind string:

provider:azure

Additional hosting configuration type qualifier.

provider enum:

azure

The hosting provider of the VM.

AzureServiceFabricClusterConfiguration

Describes an Azure Service Fabric Cluster

Name Type Description
clusterId

string

Service Fabric cluster identifier.

name

string

Service Fabric cluster name.

AzureVmScaleSetConfiguration

Describes an Azure Virtual Machine Scale Set

Name Type Description
deployment

string

Virtual Machine Scale Set deployment identifier

instanceId

string

Virtual Machine Scale Set instance identifier

name

string

Virtual Machine Scale Set name

resourceId

string

Unique identifier of the resource.

Bitness

Specifies the bitness of a machine or process.

Name Type Description
32bit

string

64bit

string

ClientGroup

Represents a collection of clients of a resource. A client group can represent the clients of a port, process, or a machine.

Name Type Description
etag

string

Resource ETAG.

id

string

Resource identifier.

kind string:

clientGroup

Additional resource type qualifier.

name

string

Resource name.

properties.clientsOf ResourceReference:

Reference to the resource whose clients are represented by this group.

type

string

Resource type.

ClientGroupReference

Reference to a client group.

Name Type Description
id

string

Resource URI.

kind string:

ref:clientgroup

Specifies the sub-class of the reference.

name

string

Resource name.

type

string

Resource type qualifier.

Connection

A network connection.

Name Type Description
id

string

Resource identifier.

kind string:

rel:connection

Additional resource type qualifier.

name

string

Resource name.

properties.destination ResourceReference:

Destination resource of the relationship.

properties.endTime

string

Relationship end time.

properties.failureState

ConnectionFailureState

Specifies whether there are only successful, failed or a mixture of both connections represented by this resource.

properties.serverPort

PortReference

Reference to the server port via which this connection has been established.

properties.source ResourceReference:

Source resource of the relationship.

properties.startTime

string

Relationship start time.

type

string

Resource type.

ConnectionFailureState

Connection failure state:

  • ok indicates no failures
  • failed indicates only failures
  • mixed indicates both failures and successes
Name Type Description
failed

string

mixed

string

ok

string

Error

Error details.

Name Type Description
code

string

Error code identifying the specific error.

message

string

Error message in the caller's locale.

ErrorResponse

An error response from the API.

Name Type Description
error

Error

Error information.

HypervisorConfiguration

Describes the hypervisor configuration of a machine.

Name Type Description
hypervisorType

HypervisorType

Specifies the virtualization technology used by the hypervisor (hyperv, vmware, etc.)

nativeHostMachineId

string

The unique identifier of the hypervisor machine as reported by the underlying virtualization system.

HypervisorType

Specifies the hypervisor type of a machine.

Name Type Description
hyperv

string

unknown

string

ImageConfiguration

Describes the VM image of a machine.

Name Type Description
offering

string

Offering of the VM image.

publisher

string

Publisher of the VM image.

sku

string

SKU of the VM image.

version

string

Version of the VM image.

Ipv4NetworkInterface

Describes an IPv4 network interface.

Name Type Default Value Description
ipAddress

string

IPv4 address.

subnetMask

string

255.255.255.255

IPv4 subnet mask.

Ipv6NetworkInterface

Describes an IPv6 network interface.

Name Type Description
ipAddress

string

IPv6 address.

Machine

A machine resource represents a discovered computer system. It can be monitored, i.e., a Dependency Agent is running on it, or discovered, i.e., its existence was inferred by observing the data stream from monitored machines. As machines change, prior versions of the machine resource are preserved and available for access. A machine is live during an interval of time, if either its Dependency Agent has reported data during (parts) of that interval, or a Dependency agent running on other machines has reported activity associated with the machine.

Name Type Description
etag

string

Resource ETAG.

id

string

Resource identifier.

kind string:

machine

Additional resource type qualifier.

name

string

Resource name.

properties.agent

AgentConfiguration

Dependency Agent configuration.

properties.bootTime

string

UTC date and time when the machine last booted

properties.computerName

string

Name of the machine, e.g., server

properties.displayName

string

Name to use for display purposes

properties.fullyQualifiedDomainName

string

Fully-qualified name of the machine, e.g., server.company.com

properties.hosting HostingConfiguration:

AzureHostingConfiguration

Hosting-related configuration. Present if hosting information is discovered for the VM.

properties.hypervisor

HypervisorConfiguration

Hypervisor-related configuration. Present only when 'virtualizationState' is hypervisor.

properties.monitoringState

MonitoringState

Specifies whether the machine is actively monitored or discovered.

properties.networking

NetworkConfiguration

Network configuration (ips, gateways, dns, etc.)

properties.operatingSystem

OperatingSystemConfiguration

Operating system information.

properties.resources

MachineResourcesConfiguration

Machine resources (memory, cpu, etc.).

properties.timestamp

string

UTC date and time when this resource was updated in the system.

properties.timezone

Timezone

Timezone of the machine.

properties.virtualMachine

VirtualMachineConfiguration

Virtualization-related configuration. Present only when virtualizationState is virtual.

properties.virtualizationState

VirtualizationState

Specifies whether the machine is virtualized.

type

string

Resource type.

MachineRebootStatus

Specifies if the machine has been rebooted since the installation of the dependency agent.

Name Type Description
notRebooted

string

rebooted

string

unknown

string

MachineReference

Reference to a machine.

Name Type Description
id

string

Resource URI.

kind string:

ref:machine

Specifies the sub-class of the reference.

name

string

Resource name.

type

string

Resource type qualifier.

MachineReferenceWithHints

A machine reference with a hint of the machine's name and operating system.

Name Type Description
id

string

Resource URI.

kind string:

ref:machinewithhints

Specifies the sub-class of the reference.

name

string

Resource name.

properties.displayNameHint

string

Last known display name.

properties.osFamilyHint

OperatingSystemFamily

Last known operating system family.

type

string

Resource type qualifier.

MachineResourcesConfiguration

Describes the resources of a machine.

Name Type Description
cpuSpeed

integer

CPU speed in megahertz (Mhz).

cpuSpeedAccuracy

Accuracy

Describes the accuracy of the cpuSpeed field.

cpus

integer

Number of CPUs.

physicalMemory

integer

Physical memory in megabytes (MB).

Map

A map of resources and relationships between them.

Name Type Description
edges

MapEdges

The edges (relationships) of a map.

nodes

MapNodes

The nodes (entities) of a map.

MapEdges

The edges (relationships) of a map.

Name Type Description
acceptors

Acceptor[]

Processes accepting on a port.

connections

Connection[]

Network connections.

MapNodes

The nodes (entities) of a map.

Name Type Description
clientGroups

ClientGroup[]

Client Group resources.

machines

Machine[]

Machine resources.

ports

Port[]

Port resources.

processes

Process[]

Process resources.

MapResponse

Specified the contents of a map response.

Name Type Description
endTime

string

Map interval end time.

map

Map

The generated map.

startTime

string

Map interval start time.

MonitoringState

Used to specify if a resources is monitored or discovered.

Name Type Description
discovered

string

monitored

string

NetworkConfiguration

Describes the network configuration of a machine.

Name Type Description
defaultIpv4Gateways

string[]

Default IPv4 gateways.

dnsNames

string[]

DNS names associated with the machine.

ipv4Interfaces

Ipv4NetworkInterface[]

IPv4 interfaces.

ipv6Interfaces

Ipv6NetworkInterface[]

IPv6 interfaces.

macAddresses

string[]

MAC addresses of all active network interfaces.

OperatingSystemConfiguration

Describes the configuration of the operating system of a machine.

Name Type Description
bitness

Bitness

Operating system bitness (32-bit or 64-bit).

family

OperatingSystemFamily

Windows, Linux, etc.

fullName

string

Operating system full name.

OperatingSystemFamily

Specifies the operating system family, e.g., Linux, Windows, etc.

Name Type Description
aix

string

linux

string

solaris

string

unknown

string

windows

string

Port

A port resource represents a server port on a machine. The port may be actively monitored, i.e., a Dependency Agent is running on its machine, or discovered, i.e., its existence was inferred by observing the data stream from monitored machines. A port is live during an interval of time, if that port had associated activity during (parts) of that interval.

Name Type Description
etag

string

Resource ETAG.

id

string

Resource identifier.

kind string:

port

Additional resource type qualifier.

name

string

Resource name.

properties.displayName

string

Name to use for display purposes.

properties.ipAddress

string

IP address associated with the port. At present only IPv4 addresses are supported.

properties.machine ResourceReference:

Machine hosting this port.

properties.monitoringState

MonitoringState

Specifies whether the port is actively monitored or discovered.

properties.portNumber

integer

Port number.

type

string

Resource type.

PortReference

Reference to a port.

Name Type Description
id

string

Resource URI.

kind string:

ref:port

Specifies the sub-class of the reference.

name

string

Resource name.

properties.ipAddress

string

IP address of the port.

properties.machine

MachineReference

Machine hosting the port.

properties.portNumber

integer

Port number.

type

string

Resource type qualifier.

Process

A process resource represents a process running on a machine. The process may be actively monitored, i.e., a Dependency Agent is running on its machine, or discovered, i.e., its existence was inferred by observing the data stream from monitored machines. A process resource represents a pool of actual operating system resources that share command lines and metadata. As the process pool evolves over time, prior versions of the process resource are preserved and available for access. A process is live during an interval of time, if that process is executing during (parts) of that interval

Name Type Description
etag

string

Resource ETAG.

id

string

Resource identifier.

kind string:

process

Additional resource type qualifier.

name

string

Resource name.

properties.acceptorOf ResourceReference:

Present only for a discovered process acting as a server. References the port on which the discovered process is accepting.

properties.clientOf ResourceReference:

Present only for a discovered process acting as a client of a monitored process/machine/port. References the monitored process/machine/port that this process is a client of.

properties.details

ProcessDetails

Process metadata (command line, product name, etc.).

properties.displayName

string

Name to use for display purposes

properties.executableName

string

The name of the process executable

properties.group

string

The name of the product or suite of the process. The group is determined by its executable name, command line, etc.

properties.hosting ProcessHostingConfiguration:

AzureProcessHostingConfiguration

Information about the hosting environment

properties.machine ResourceReference:

Machine hosting this process.

properties.monitoringState

MonitoringState

Specifies whether the process is actively monitored or discovered.

properties.role

ProcessRole

The inferred role of this process based on its name, command line, etc.

properties.startTime

string

UTC date and time when the process started

properties.timestamp

string

UTC date and time when this process resource was updated in the system

properties.user

ProcessUser

Information about the account under which the process is executing.

type

string

Resource type.

ProcessDetails

Describes process metadata.

Name Type Description
commandLine

string

Process command line.

companyName

string

Name of company that created the process executable.

description

string

Process description.

executablePath

string

Process executable path.

fileVersion

string

File version.

firstPid

integer

The Operating System Process Identifier (PID) of the first process in this process pool.

internalName

string

Internal process name.

persistentKey

string

A unique identifier for a process, generally resilient to process restart, computed by Service Map.

poolId

integer

Represents the identity of the process pool assigned to the process by Dependency Agent.

productName

string

Product name.

productVersion

string

Product version.

services

ProcessHostedService[]

Collection of services hosted by this Process (Windows only).

workingDirectory

string

Process workingDirectory.

zoneName

string

Process zone name (Linux only).

ProcessHostedService

A service hosted by a process.

Name Type Description
displayName

string

The service's display name.

name

string

The name of the service.

ProcessReference

Reference to a process.

Name Type Description
id

string

Resource URI.

kind string:

ref:process

Specifies the sub-class of the reference.

name

string

Resource name.

properties.machine

MachineReference

Machine hosting the process.

type

string

Resource type qualifier.

ProcessRole

The inferred role of this process based on its name, command line, etc.

Name Type Description
appServer

string

databaseServer

string

ldapServer

string

smbServer

string

webServer

string

ProcessUser

Describes the user under which a process is running.

Name Type Description
userDomain

string

Domain name for the user.

userName

string

User name under which the process is running.

SingleMachineDependencyMapRequest

Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine.

Name Type Description
endTime

string

Map interval end time.

kind string:

map:single-machine-dependency

The type of map to create.

machineId

string

URI of machine resource for which to generate the map.

startTime

string

Map interval start time.

Timezone

Describes a timezone.

Name Type Description
fullName

string

Timezone full name.

VirtualizationState

Specifies if the machine is physical, virtual, hypervisor, or unknown.

Name Type Description
hypervisor

string

physical

string

unknown

string

virtual

string

VirtualMachineConfiguration

Describes the virtualization-related configuration of a machine.

Name Type Description
nativeHostMachineId

string

The unique identifier of the host of this virtual machine as reported by the underlying virtualization system.

nativeMachineId

string

The unique identifier of the virtual machine as reported by the underlying virtualization system.

virtualMachineName

string

The Name of the virtual machine.

virtualMachineType

VirtualMachineType

Specifies the virtualization technology used by the machine (hyperv, vmware, etc.)

VirtualMachineType

Specifies the virtualization type of a machine.

Name Type Description
hyperv

string

ldom

string

lpar

string

unknown

string

virtualPc

string

vmware

string

xen

string