Maps - Generate

指定したマップを生成します。

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

URI パラメーター

名前 / 必須 説明
resourceGroupName
path True

string

指定した subscriptionId 内のリソース グループ名。

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

subscriptionId
path True

string

Azure サブスクリプションの識別子。

workspaceName
path True

string

目的のリソースを含む OMS ワークスペース。

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

api-version
query True

string

API バージョン。

要求本文

SingleMachineDependencyMapRequest

1 つのサーバー依存関係マップの計算を指定します。 1 つのサーバー依存関係マップには、特定のマシンのすべての直接依存関係が含まれます。

名前 必須 説明
kind True string:

map:single-machine-dependency

作成するマップの種類。

machineId True

string

マップを生成するマシン リソースの URI。

endTime

string

マップ間隔の終了時刻。

startTime

string

マップ間隔の開始時刻。

応答

名前 説明
200 OK

MapResponse

操作は正常に完了しました。

Other Status Codes

ErrorResponse

要求の処理中にエラーが発生しました。 特定のエラーを特定するには、error.code パラメーターを参照してください。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

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

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

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"
        }
      ]
    }
  }
}

定義

名前 説明
Acceptor

ポートで受け入れるプロセス。

Accuracy

計算の精度を指定します。

AgentConfiguration

マシンにインストールされている依存関係エージェントの構成について説明します。

AzureCloudServiceConfiguration

Azure Cloud Service について説明します

AzureCloudServiceRoleType

Azure Cloud Service ロールの種類を指定するために使用されます

AzureHostingConfiguration

Azure でのマシンのホスト方法に関する情報を提供します

AzureProcessHostingConfiguration

Azure でホストされている場合のプロセスのホスティング構成について説明します

AzureServiceFabricClusterConfiguration

Azure Service Fabric クラスターについて説明します

AzureVmScaleSetConfiguration

Azure 仮想マシン スケール セットについて説明します

Bitness

マシンまたはプロセスのビット数を指定します。

ClientGroup

リソースのクライアントのコレクションを表します。 クライアント グループは、ポート、プロセス、またはマシンのクライアントを表すことができます。

ClientGroupReference

クライアント グループへの参照。

Connection

ネットワーク接続。

ConnectionFailureState

接続エラーの状態:

  • ok はエラーがないことを示します
  • failed はエラーのみを示します
  • mixed は、失敗と成功の両方を示します
Error

エラーの詳細。

ErrorResponse

API からのエラー応答。

HypervisorConfiguration

マシンのハイパーバイザー構成について説明します。

HypervisorType

マシンのハイパーバイザーの種類を指定します。

ImageConfiguration

マシンの VM イメージについて説明します。

Ipv4NetworkInterface

IPv4 ネットワーク インターフェイスについて説明します。

Ipv6NetworkInterface

IPv6 ネットワーク インターフェイスについて説明します。

Machine

マシン リソースは、検出されたコンピューター システムを表します。 これは監視できます。つまり、依存関係エージェントが実行されているか、監視対象のマシンからのデータ ストリームを監視することによって、その存在が推論されたことが検出されます。 マシンが変更されると、以前のバージョンのマシン リソースが保持され、アクセスできるようになります。 マシンが一定期間中に稼働している場合、その依存関係エージェントがその間隔の間 (一部) にデータを報告したか、他のマシンで実行されている依存関係エージェントがマシンに関連付けられているアクティビティを報告した場合。

MachineRebootStatus

依存関係エージェントのインストール後にマシンが再起動されたかどうかを指定します。

MachineReference

マシンへの参照。

MachineReferenceWithHints

マシンの名前とオペレーティング システムのヒントを含むマシン参照。

MachineResourcesConfiguration

マシンのリソースについて説明します。

Map

リソースとそれらの間のリレーションシップのマップ。

MapEdges

マップのエッジ (リレーションシップ)。

MapNodes

マップのノード (エンティティ)。

MapResponse

マップ応答の内容を指定しました。

MonitoringState

リソースを監視または検出するかどうかを指定するために使用されます。

NetworkConfiguration

マシンのネットワーク構成について説明します。

OperatingSystemConfiguration

マシンのオペレーティング システムの構成について説明します。

OperatingSystemFamily

オペレーティング システム ファミリ (Linux、Windows など) を指定します。

Port

ポート リソースは、マシン上のサーバー ポートを表します。 ポートはアクティブに 監視される場合があります。つまり、依存関係エージェントがそのマシン上で実行されているか、検出 されたか、監視対象のマシンからのデータ ストリームを監視することによって、その存在が推論されました。 そのポートがその間隔の (部分) の間にアクティビティを関連付けた場合、ポートは一定期間中にライブになります。

PortReference

ポートへの参照。

Process

プロセス リソースは、マシンで実行されているプロセスを表します。 プロセスはアクティブに 監視される場合があります。つまり、依存関係エージェントがそのマシン上で実行されているか、検出 されたか、監視対象のマシンからのデータ ストリームを監視することによって、その存在が推論されました。 プロセス リソースは、コマンド ラインとメタデータを共有する実際のオペレーティング システム リソースのプールを表します。 プロセス プールが時間の経過と共に進化すると、以前のバージョンのプロセス リソースが保持され、アクセスできるようになります。 プロセスがその間隔の (部分) の間に実行されている場合、プロセスは一定期間中に稼働しています

ProcessDetails

プロセス メタデータについて説明します。

ProcessHostedService

プロセスによってホストされるサービス。

ProcessReference

プロセスへの参照。

ProcessRole

名前、コマンド ラインなどに基づいて、このプロセスの推論されたロール。

ProcessUser

プロセスが実行されているユーザーについて説明します。

SingleMachineDependencyMapRequest

1 つのサーバー依存関係マップの計算を指定します。 1 つのサーバー依存関係マップには、特定のマシンのすべての直接依存関係が含まれます。

Timezone

タイムゾーンについて説明します。

VirtualizationState

マシンが物理、仮想、ハイパーバイザー、または不明であるかどうかを指定します。

VirtualMachineConfiguration

マシンの仮想化関連の構成について説明します。

VirtualMachineType

マシンの仮想化の種類を指定します。

Acceptor

ポートで受け入れるプロセス。

名前 説明
id

string

リソース識別子。

kind string:

rel:acceptor

追加のリソースの種類修飾子。

name

string

リソース名。

properties.destination

ProcessReference

プロセスを受け入れます。

properties.endTime

string

リレーションシップの終了時刻。

properties.source

PortReference

受け入れ中のポート。

properties.startTime

string

リレーションシップの開始時刻。

type

string

リソースの種類。

Accuracy

計算の精度を指定します。

名前 説明
actual

string

estimated

string

AgentConfiguration

マシンにインストールされている依存関係エージェントの構成について説明します。

名前 説明
agentId

string

Health Service エージェントの一意識別子。

clockGranularity

integer

マシン クロックの細分性 (ミリ秒単位)。

dependencyAgentId

string

依存関係エージェントの一意識別子。

dependencyAgentRevision

string

Dependency Agent リビジョン番号。

dependencyAgentVersion

string

依存関係エージェントのバージョン番号。

rebootStatus

MachineRebootStatus

Dependency Agent のインストール後にマシンが再起動されたかどうかを指定します。

AzureCloudServiceConfiguration

Azure Cloud Service について説明します

名前 説明
deployment

string

クラウド サービスのデプロイ識別子

instanceId

string

Cloud Service インスタンス識別子

name

string

[クラウド サービス名]

roleName

string

クラウド サービス ロールの名前

roleType

AzureCloudServiceRoleType

Azure Cloud Service ロールの種類を指定するために使用されます

AzureCloudServiceRoleType

Azure Cloud Service ロールの種類を指定するために使用されます

名前 説明
unknown

string

web

string

worker

string

AzureHostingConfiguration

Azure でのマシンのホスト方法に関する情報を提供します

名前 説明
cloudService

AzureCloudServiceConfiguration

Azure Cloud Service としてホストされているマシンに関する情報が含まれています

faultDomain

string

VM の障害ドメイン。

image

ImageConfiguration

マシンの画像。

kind string:

provider:azure

追加のホスティング構成の種類修飾子。

location

string

VM の地理的な場所。

name

string

ホスティング プロバイダーに従うマシン名。

provider enum:

azure

VM のホスティング プロバイダー。

resourceGroup

string

指定したサブスクリプション内のリソース グループ名。

resourceId

string

リソースの一意識別子。

serviceFabricCluster

AzureServiceFabricClusterConfiguration

Azure Service Fabric クラスターに属するマシンに関する情報が含まれています

size

string

VM のサイズ。

subscriptionId

string

[サブスクリプション ID] が表示されます。

updateDomain

string

VM のドメインを更新します。

vmId

string

仮想マシン ID (一意識別子)。

vmScaleSet

AzureVmScaleSetConfiguration

Azure 仮想マシン スケール セットとしてホストされているマシンに関する情報が含まれています

AzureProcessHostingConfiguration

Azure でホストされている場合のプロセスのホスティング構成について説明します

名前 説明
cloudService

AzureCloudServiceConfiguration

プロセスが属するクラウド サービスに関する情報が含まれます

kind string:

provider:azure

追加のホスティング構成の種類修飾子。

provider enum:

azure

VM のホスティング プロバイダー。

AzureServiceFabricClusterConfiguration

Azure Service Fabric クラスターについて説明します

名前 説明
clusterId

string

Service Fabric クラスター識別子。

name

string

Service Fabric クラスター名。

AzureVmScaleSetConfiguration

Azure 仮想マシン スケール セットについて説明します

名前 説明
deployment

string

仮想マシン スケール セットのデプロイ識別子

instanceId

string

仮想マシン スケール セットインスタンス識別子

name

string

仮想マシン スケール セットの名前

resourceId

string

リソースの一意識別子。

Bitness

マシンまたはプロセスのビット数を指定します。

名前 説明
32bit

string

64bit

string

ClientGroup

リソースのクライアントのコレクションを表します。 クライアント グループは、ポート、プロセス、またはマシンのクライアントを表すことができます。

名前 説明
etag

string

リソース ETAG。

id

string

リソース識別子。

kind string:

clientGroup

追加のリソースの種類修飾子。

name

string

リソース名。

properties.clientsOf ResourceReference:

このグループによって表されるクライアントを持つリソースへの参照。

type

string

リソースの種類。

ClientGroupReference

クライアント グループへの参照。

名前 説明
id

string

リソース URI。

kind string:

ref:clientgroup

参照のサブクラスを指定します。

name

string

リソース名。

type

string

リソースの種類修飾子。

Connection

ネットワーク接続。

名前 説明
id

string

リソース識別子。

kind string:

rel:connection

追加のリソースの種類修飾子。

name

string

リソース名。

properties.destination ResourceReference:

リレーションシップの宛先リソース。

properties.endTime

string

リレーションシップの終了時刻。

properties.failureState

ConnectionFailureState

このリソースによって表される両方の接続の成功、失敗、または混合のみが存在するかどうかを指定します。

properties.serverPort

PortReference

この接続が確立されているサーバー ポートへの参照。

properties.source ResourceReference:

リレーションシップのソース リソース。

properties.startTime

string

リレーションシップの開始時刻。

type

string

リソースの種類。

ConnectionFailureState

接続エラーの状態:

  • ok はエラーがないことを示します
  • failed はエラーのみを示します
  • mixed は、失敗と成功の両方を示します
名前 説明
failed

string

mixed

string

ok

string

Error

エラーの詳細。

名前 説明
code

string

特定のエラーを識別するエラー コード。

message

string

呼び出し元のロケールのエラー メッセージ。

ErrorResponse

API からのエラー応答。

名前 説明
error

Error

エラー情報。

HypervisorConfiguration

マシンのハイパーバイザー構成について説明します。

名前 説明
hypervisorType

HypervisorType

ハイパーバイザーによって使用される仮想化テクノロジ (hyperv、vmware など) を指定します。

nativeHostMachineId

string

基になる仮想化システムによって報告されるハイパーバイザー マシンの一意識別子。

HypervisorType

マシンのハイパーバイザーの種類を指定します。

名前 説明
hyperv

string

unknown

string

ImageConfiguration

マシンの VM イメージについて説明します。

名前 説明
offering

string

VM イメージのオファリング。

publisher

string

VM イメージの発行元。

sku

string

VM イメージの SKU。

version

string

VM イメージのバージョン。

Ipv4NetworkInterface

IPv4 ネットワーク インターフェイスについて説明します。

名前 既定値 説明
ipAddress

string

IPv4 アドレス。

subnetMask

string

255.255.255.255

IPv4 サブネット マスク。

Ipv6NetworkInterface

IPv6 ネットワーク インターフェイスについて説明します。

名前 説明
ipAddress

string

IPv6 アドレス。

Machine

マシン リソースは、検出されたコンピューター システムを表します。 これは監視できます。つまり、依存関係エージェントが実行されているか、監視対象のマシンからのデータ ストリームを監視することによって、その存在が推論されたことが検出されます。 マシンが変更されると、以前のバージョンのマシン リソースが保持され、アクセスできるようになります。 マシンが一定期間中に稼働している場合、その依存関係エージェントがその間隔の間 (一部) にデータを報告したか、他のマシンで実行されている依存関係エージェントがマシンに関連付けられているアクティビティを報告した場合。

名前 説明
etag

string

リソース ETAG。

id

string

リソース識別子。

kind string:

machine

追加のリソースの種類修飾子。

name

string

リソース名。

properties.agent

AgentConfiguration

Dependency Agent の構成。

properties.bootTime

string

コンピューターが最後に起動された UTC 日時

properties.computerName

string

マシンの名前 (サーバーなど)

properties.displayName

string

表示目的で使用する名前

properties.fullyQualifiedDomainName

string

マシンの完全修飾名 (例: server.company.com)

properties.hosting HostingConfiguration:

AzureHostingConfiguration

ホスティング関連の構成。 VM のホスティング情報が検出された場合に表示します。

properties.hypervisor

HypervisorConfiguration

ハイパーバイザー関連の構成。 'virtualizationState' が の hypervisor場合にのみ存在します。

properties.monitoringState

MonitoringState

マシンをアクティブに監視するか、検出するかを指定します。

properties.networking

NetworkConfiguration

ネットワーク構成 (ips、ゲートウェイ、dns など)

properties.operatingSystem

OperatingSystemConfiguration

オペレーティング システム情報。

properties.resources

MachineResourcesConfiguration

マシン リソース (メモリ、CPU など)。

properties.timestamp

string

システムでこのリソースが更新された UTC 日時。

properties.timezone

Timezone

マシンのタイムゾーン。

properties.virtualMachine

VirtualMachineConfiguration

仮想化関連の構成。 が の場合 virtualizationState にのみ表示されます virtual

properties.virtualizationState

VirtualizationState

マシンを仮想化するかどうかを指定します。

type

string

リソースの種類。

MachineRebootStatus

依存関係エージェントのインストール後にマシンが再起動されたかどうかを指定します。

名前 説明
notRebooted

string

rebooted

string

unknown

string

MachineReference

マシンへの参照。

名前 説明
id

string

リソース URI。

kind string:

ref:machine

参照のサブクラスを指定します。

name

string

リソース名。

type

string

リソースの種類修飾子。

MachineReferenceWithHints

マシンの名前とオペレーティング システムのヒントを含むマシン参照。

名前 説明
id

string

リソース URI。

kind string:

ref:machinewithhints

参照のサブクラスを指定します。

name

string

リソース名。

properties.displayNameHint

string

最後の既知の表示名。

properties.osFamilyHint

OperatingSystemFamily

最後の既知のオペレーティング システム ファミリ。

type

string

リソースの種類修飾子。

MachineResourcesConfiguration

マシンのリソースについて説明します。

名前 説明
cpuSpeed

integer

メガヘルツ (Mhz) の CPU 速度。

cpuSpeedAccuracy

Accuracy

cpuSpeed フィールドの精度について説明します。

cpus

integer

[CPU 数]:

physicalMemory

integer

物理メモリ (MB 単位)。

Map

リソースとそれらの間のリレーションシップのマップ。

名前 説明
edges

MapEdges

マップのエッジ (リレーションシップ)。

nodes

MapNodes

マップのノード (エンティティ)。

MapEdges

マップのエッジ (リレーションシップ)。

名前 説明
acceptors

Acceptor[]

ポートでの受け入れを処理します。

connections

Connection[]

ネットワーク接続。

MapNodes

マップのノード (エンティティ)。

名前 説明
clientGroups

ClientGroup[]

クライアント グループ リソース。

machines

Machine[]

マシン リソース。

ports

Port[]

ポート リソース。

processes

Process[]

リソースを処理します。

MapResponse

マップ応答の内容を指定しました。

名前 説明
endTime

string

マップ間隔の終了時刻。

map

Map

生成されたマップ。

startTime

string

マップ間隔の開始時刻。

MonitoringState

リソースを監視または検出するかどうかを指定するために使用されます。

名前 説明
discovered

string

monitored

string

NetworkConfiguration

マシンのネットワーク構成について説明します。

名前 説明
defaultIpv4Gateways

string[]

既定の IPv4 ゲートウェイ。

dnsNames

string[]

マシンに関連付けられている DNS 名。

ipv4Interfaces

Ipv4NetworkInterface[]

IPv4 インターフェイス。

ipv6Interfaces

Ipv6NetworkInterface[]

IPv6 インターフェイス。

macAddresses

string[]

すべてのアクティブなネットワーク インターフェイスの MAC アドレス。

OperatingSystemConfiguration

マシンのオペレーティング システムの構成について説明します。

名前 説明
bitness

Bitness

オペレーティング システムのビット数 (32 ビットまたは 64 ビット)。

family

OperatingSystemFamily

Windows、Linux など

fullName

string

オペレーティング システムのフル ネーム。

OperatingSystemFamily

オペレーティング システム ファミリ (Linux、Windows など) を指定します。

名前 説明
aix

string

linux

string

solaris

string

unknown

string

windows

string

Port

ポート リソースは、マシン上のサーバー ポートを表します。 ポートはアクティブに 監視される場合があります。つまり、依存関係エージェントがそのマシン上で実行されているか、検出 されたか、監視対象のマシンからのデータ ストリームを監視することによって、その存在が推論されました。 そのポートがその間隔の (部分) の間にアクティビティを関連付けた場合、ポートは一定期間中にライブになります。

名前 説明
etag

string

リソース ETAG。

id

string

リソース識別子。

kind string:

port

追加のリソースの種類修飾子。

name

string

リソース名。

properties.displayName

string

表示目的で使用する名前。

properties.ipAddress

string

ポートに関連付けられている IP アドレス。 現時点では、IPv4 アドレスのみがサポートされています。

properties.machine ResourceReference:

このポートをホストしているマシン。

properties.monitoringState

MonitoringState

ポートをアクティブに監視するか、検出するかを指定します。

properties.portNumber

integer

ポート番号。

type

string

リソースの種類。

PortReference

ポートへの参照。

名前 説明
id

string

リソース URI。

kind string:

ref:port

参照のサブクラスを指定します。

name

string

リソース名。

properties.ipAddress

string

ポートの IP アドレス。

properties.machine

MachineReference

ポートをホストしているマシン。

properties.portNumber

integer

ポート番号。

type

string

リソースの種類修飾子。

Process

プロセス リソースは、マシンで実行されているプロセスを表します。 プロセスはアクティブに 監視される場合があります。つまり、依存関係エージェントがそのマシン上で実行されているか、検出 されたか、監視対象のマシンからのデータ ストリームを監視することによって、その存在が推論されました。 プロセス リソースは、コマンド ラインとメタデータを共有する実際のオペレーティング システム リソースのプールを表します。 プロセス プールが時間の経過と共に進化すると、以前のバージョンのプロセス リソースが保持され、アクセスできるようになります。 プロセスがその間隔の (部分) の間に実行されている場合、プロセスは一定期間中に稼働しています

名前 説明
etag

string

リソース ETAG。

id

string

リソース識別子。

kind string:

process

追加のリソースの種類修飾子。

name

string

リソース名。

properties.acceptorOf ResourceReference:

サーバーとして機能する検出されたプロセスにのみ存在します。 検出されたプロセスが受け入れるポートを参照します。

properties.clientOf ResourceReference:

監視対象のプロセス/マシン/ポートのクライアントとして機能する検出されたプロセスにのみ存在します。 このプロセスがクライアントである監視対象のプロセス/マシン/ポートを参照します。

properties.details

ProcessDetails

メタデータ (コマンド ライン、製品名など) を処理します。

properties.displayName

string

表示目的で使用する名前

properties.executableName

string

プロセスの実行可能ファイルの名前

properties.group

string

プロセスの製品またはスイートの名前。 グループは、実行可能ファイル名、コマンド ラインなどで決定されます。

properties.hosting ProcessHostingConfiguration:

AzureProcessHostingConfiguration

ホスティング環境に関する情報

properties.machine ResourceReference:

このプロセスをホストしているマシン。

properties.monitoringState

MonitoringState

プロセスをアクティブに監視するか、検出するかを指定します。

properties.role

ProcessRole

名前、コマンド ラインなどに基づいて、このプロセスの推定ロール。

properties.startTime

string

プロセスが開始された UTC 日時

properties.timestamp

string

システムでこのプロセス リソースが更新された UTC 日時

properties.user

ProcessUser

プロセスが実行されているアカウントに関する情報。

type

string

リソースの種類。

ProcessDetails

プロセス メタデータについて説明します。

名前 説明
commandLine

string

コマンド ラインを処理します。

companyName

string

プロセス実行可能ファイルを作成した会社の名前。

description

string

プロセスの説明。

executablePath

string

実行可能パスを処理します。

fileVersion

string

ファイル バージョン

firstPid

integer

このプロセス プール内の最初のプロセスのオペレーティング システム プロセス識別子 (PID)。

internalName

string

内部プロセス名。

persistentKey

string

Service Map によって計算されるプロセスの一意識別子。一般に、プロセスの再起動に対する回復性があります。

poolId

integer

依存関係エージェントによってプロセスに割り当てられたプロセス プールの ID を表します。

productName

string

製品名。

productVersion

string

製品のバージョン。

services

ProcessHostedService[]

このプロセスによってホストされるサービスのコレクション (Windows のみ)。

workingDirectory

string

workingDirectory を処理します。

zoneName

string

プロセス ゾーン名 (Linux のみ)。

ProcessHostedService

プロセスによってホストされるサービス。

名前 説明
displayName

string

サービスの表示名。

name

string

サービスの名前。

ProcessReference

プロセスへの参照。

名前 説明
id

string

リソース URI。

kind string:

ref:process

参照のサブクラスを指定します。

name

string

リソース名。

properties.machine

MachineReference

プロセスをホストしているマシン。

type

string

リソースの種類修飾子。

ProcessRole

名前、コマンド ラインなどに基づいて、このプロセスの推論されたロール。

名前 説明
appServer

string

databaseServer

string

ldapServer

string

smbServer

string

webServer

string

ProcessUser

プロセスが実行されているユーザーについて説明します。

名前 説明
userDomain

string

ユーザーのドメイン名。

userName

string

プロセスが実行されているユーザー名。

SingleMachineDependencyMapRequest

1 つのサーバー依存関係マップの計算を指定します。 1 つのサーバー依存関係マップには、特定のマシンのすべての直接依存関係が含まれます。

名前 説明
endTime

string

マップ間隔の終了時刻。

kind string:

map:single-machine-dependency

作成するマップの種類。

machineId

string

マップを生成するマシン リソースの URI。

startTime

string

マップ間隔の開始時刻。

Timezone

タイムゾーンについて説明します。

名前 説明
fullName

string

タイムゾーンの完全な名前。

VirtualizationState

マシンが物理、仮想、ハイパーバイザー、または不明であるかどうかを指定します。

名前 説明
hypervisor

string

physical

string

unknown

string

virtual

string

VirtualMachineConfiguration

マシンの仮想化関連の構成について説明します。

名前 説明
nativeHostMachineId

string

基になる仮想化システムによって報告される、この仮想マシンのホストの一意識別子。

nativeMachineId

string

基になる仮想化システムによって報告される仮想マシンの一意識別子。

virtualMachineName

string

仮想マシンの名前。

virtualMachineType

VirtualMachineType

マシンで使用される仮想化テクノロジ (hyperv、vmware など) を指定します。

VirtualMachineType

マシンの仮想化の種類を指定します。

名前 説明
hyperv

string

ldom

string

lpar

string

unknown

string

virtualPc

string

vmware

string

xen

string