{"openapi":"3.0.0","info":{"description":"Service Map API Reference","title":"Service Map","version":"2015-11-01-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"service-map-arm-service-map","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/clientGroups/{clientGroupName}":{"get":{"description":"Retrieves the specified client group","operationId":"ClientGroups_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/ClientGroupNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMClientGroupsGetGet":{"value":"2018-01-08T21:26:53.7181136Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMClientGroupsGetGet":{"value":"2018-01-08T21:28:53.7181136Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientGroup"},"examples":{"SMClientGroupsGetGet":{"$ref":"#/components/examples/SMClientGroupsGetGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Client Groups"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/clientGroups/{clientGroupName}/members":{"get":{"description":"Returns the members of the client group during the specified time interval.","operationId":"ClientGroups_ListMembers","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/ClientGroupNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMClientGroupsListMembersGet":{"value":"2018-01-08T21:51:48.301Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMClientGroupsListMembersGet":{"value":"2018-01-08T21:52:03.301Z"}}},{"description":"Page size to use. When not specified, the default page size is 100 records.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32","minimum":1,"maximum":200}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientGroupMembersCollection"},"examples":{"SMClientGroupsListMembersGet":{"$ref":"#/components/examples/SMClientGroupsListMembersGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Client Groups"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/clientGroups/{clientGroupName}/membersCount":{"get":{"description":"Returns the approximate number of members in the client group.","operationId":"ClientGroups_GetMembersCount","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/ClientGroupNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMClientGroupsGetMembersCountGet":{"value":"2018-01-08T21:51:48.301Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMClientGroupsGetMembersCountGet":{"value":"2018-01-08T21:52:03.301Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientGroupMembersCount"},"examples":{"SMClientGroupsGetMembersCountGet":{"$ref":"#/components/examples/SMClientGroupsGetMembersCountGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Client Groups"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/generateMap":{"post":{"description":"Generates the specified map.","operationId":"Maps_Generate","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MapRequest"}}},"description":"Request options.","required":true},"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MapResponse"},"examples":{"SMMapsGenerateMachineGroupDependencyPost":{"$ref":"#/components/examples/SMMapsGenerateMachineGroupDependencyPost"},"SMMapsGenerateMachineListDependencyPost":{"$ref":"#/components/examples/SMMapsGenerateMachineListDependencyPost"},"SMMapsGenerateSingleMachineDependencyPost":{"$ref":"#/components/examples/SMMapsGenerateSingleMachineDependencyPost"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Maps"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups":{"get":{"description":"Returns all machine groups during the specified time interval.","operationId":"MachineGroups_ListByWorkspace","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachineGroupsListByWorkspaceGet":{"value":"2018-01-08T19:17:49.333139Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachineGroupsListByWorkspaceGet":{"value":"2018-01-08T19:19:49.333139Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineGroupCollection"},"examples":{"SMMachineGroupsListByWorkspaceGet":{"$ref":"#/components/examples/SMMachineGroupsListByWorkspaceGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["MachineGroups"],"x-ms-pageable":{"nextLinkName":"nextLink"}},"post":{"description":"Creates a new machine group.","operationId":"MachineGroups_Create","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineGroup"}}},"description":"Machine Group resource to create.","required":true},"responses":{"201":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineGroup"},"examples":{"SMMachineGroupsCreatePost":{"$ref":"#/components/examples/SMMachineGroupsCreatePost"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["MachineGroups"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups/{machineGroupName}":{"delete":{"description":"Deletes the specified Machine Group.","operationId":"MachineGroups_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineGroupNameParameter"}],"responses":{"204":{"description":"The operation completed successfully."},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["MachineGroups"]},"get":{"description":"Returns the specified machine group as it existed during the specified time interval.","operationId":"MachineGroups_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineGroupNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineGroup"},"examples":{"SMMachineGroupsGetGet":{"$ref":"#/components/examples/SMMachineGroupsGetGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["MachineGroups"]},"put":{"description":"Updates a machine group.","operationId":"MachineGroups_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineGroupNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineGroup"}}},"description":"Machine Group resource to update.","required":true},"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineGroup"},"examples":{"SMMachineGroupsUpdatePut":{"$ref":"#/components/examples/SMMachineGroupsUpdatePut"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["MachineGroups"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines":{"get":{"description":"Returns a collection of machines matching the specified conditions.  The returned collection represents either machines that are active/live during the specified interval  of time (`live=true` and `startTime`/`endTime` are specified) or that are known to have existed at or  some time prior to the specified point in time (`live=false` and `timestamp` is specified).","operationId":"Machines_ListByWorkspace","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"description":"Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp.","in":"query","name":"live","required":false,"schema":{"type":"boolean","default":true},"examples":{"SMMachinesListByWorkspaceGet":{"value":false}}},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"UTC date and time specifying a time instance relative to which to evaluate each machine resource. Only applies when `live=false`. When not specified, the service uses DateTime.UtcNow.","in":"query","name":"timestamp","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesListByWorkspaceGet":{"value":"2018-01-05T21:36:07.009Z"}}},{"description":"Page size to use. When not specified, the default page size is 100 records.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32","minimum":1,"maximum":200}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineCollection"},"examples":{"SMMachinesListByWorkspaceGet":{"$ref":"#/components/examples/SMMachinesListByWorkspaceGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Machines"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}":{"get":{"description":"Returns the specified machine.","operationId":"Machines_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"description":"UTC date and time specifying a time instance relative to which to evaluate the machine resource. When not specified, the service uses DateTime.UtcNow.","in":"query","name":"timestamp","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesGetGet":{"value":"2018-01-07T07:01:16.1556059Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Machine"},"examples":{"SMMachinesGetGet":{"$ref":"#/components/examples/SMMachinesGetGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Machines"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/connections":{"get":{"description":"Returns a collection of connections terminating or originating at the specified machine","operationId":"Machines_ListConnections","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesListConnectionsGet":{"value":"2018-01-07T07:31:38.4041029Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesListConnectionsGet":{"value":"2018-01-07T07:31:38.4041029Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionCollection"},"examples":{"SMMachinesListConnectionsGet":{"$ref":"#/components/examples/SMMachinesListConnectionsGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Machines"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/liveness":{"get":{"description":"Obtains the liveness status of the machine during the specified time interval.","operationId":"Machines_GetLiveness","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesGetLivenessGet":{"value":"2018-01-07T07:07:27.6026938Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesGetLivenessGet":{"value":"2018-01-07T07:09:27.6026938Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Liveness"},"examples":{"SMMachinesGetLivenessGet":{"$ref":"#/components/examples/SMMachinesGetLivenessGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Machines"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/machineGroups":{"get":{"description":"Returns a collection of machine groups this machine belongs to during the specified time interval.","operationId":"Machines_ListMachineGroupMembership","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesListMachineGroupMembershipGet":{"value":"2018-01-08T19:17:49.333139Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesListMachineGroupMembershipGet":{"value":"2018-01-08T19:19:49.333139Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachineGroupCollection"},"examples":{"SMMachinesListMachineGroupMembershipGet":{"$ref":"#/components/examples/SMMachinesListMachineGroupMembershipGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Machines","MachineGroups"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/ports":{"get":{"description":"Returns a collection of live ports on the specified machine during the specified time interval.","operationId":"Machines_ListPorts","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesListPortsGet":{"value":"2018-01-07T08:01:48.525Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesListPortsGet":{"value":"2018-01-07T08:01:48.525Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PortCollection"},"examples":{"SMMachinesListPortsGet":{"$ref":"#/components/examples/SMMachinesListPortsGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Machines","Ports"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/ports/{portName}":{"get":{"description":"Returns the specified port. The port must be live during the specified time interval. If the port is not live during the interval, status 404 (Not Found) is returned.","operationId":"Ports_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"$ref":"#/components/parameters/PortNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesPortsGetGet":{"value":"2018-01-07T08:01:48.525Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesPortsGetGet":{"value":"2018-01-07T08:01:48.525Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Port"},"examples":{"SMMachinesPortsGetGet":{"$ref":"#/components/examples/SMMachinesPortsGetGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Ports"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/ports/{portName}/acceptingProcesses":{"get":{"description":"Returns a collection of processes accepting on the specified port","operationId":"Ports_ListAcceptingProcesses","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"$ref":"#/components/parameters/PortNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesPortsListAcceptingProcessesGet":{"value":"2018-01-08T18:37:39.936Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesPortsListAcceptingProcessesGet":{"value":"2018-01-08T18:37:54.936Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessCollection"},"examples":{"SMMachinesPortsListAcceptingProcessesGet":{"$ref":"#/components/examples/SMMachinesPortsListAcceptingProcessesGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Ports","Processes"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/ports/{portName}/connections":{"get":{"description":"Returns a collection of connections established via the specified port.","operationId":"Ports_ListConnections","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"$ref":"#/components/parameters/PortNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesPortsListConnectionsGet":{"value":"2018-01-08T23:05:16.7985488Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesPortsListConnectionsGet":{"value":"2018-01-08T23:07:16.7985488Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionCollection"},"examples":{"SMMachinesPortsListConnectionsGet":{"$ref":"#/components/examples/SMMachinesPortsListConnectionsGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Ports"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/ports/{portName}/liveness":{"get":{"description":"Obtains the liveness status of the port during the specified time interval.","operationId":"Ports_GetLiveness","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"$ref":"#/components/parameters/PortNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesPortsGetLivenessGet":{"value":"2018-01-07T08:01:48.525Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesPortsGetLivenessGet":{"value":"2018-01-07T08:01:48.525Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Liveness"},"examples":{"SMMachinesPortsGetLivenessGet":{"$ref":"#/components/examples/SMMachinesPortsGetLivenessGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Ports"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/processes":{"get":{"description":"Returns a collection of processes on the specified machine matching the specified conditions. The returned collection represents either processes that are active/live during the specified interval  of time (`live=true` and `startTime`/`endTime` are specified) or that are known to have existed at or  some time prior to the specified point in time (`live=false` and `timestamp` is specified).        ","operationId":"Machines_ListProcesses","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"description":"Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp.","in":"query","name":"live","required":false,"schema":{"type":"boolean","default":true},"examples":{"SMMachinesListProcessesGet":{"value":false}}},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"}},{"description":"UTC date and time specifying a time instance relative to which to evaluate all process resource. Only applies when `live=false`. When not specified, the service uses DateTime.UtcNow.","in":"query","name":"timestamp","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesListProcessesGet":{"value":"2018-01-07T07:45:45.1930000Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProcessCollection"},"examples":{"SMMachinesListProcessesGet":{"$ref":"#/components/examples/SMMachinesListProcessesGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Processes","Machines"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/processes/{processName}":{"get":{"description":"Returns the specified process.","operationId":"Processes_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"$ref":"#/components/parameters/ProcessNameParameter"},{"description":"UTC date and time specifying a time instance relative to which to evaluate a resource. When not specified, the service uses DateTime.UtcNow.","in":"query","name":"timestamp","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesProcessesGetGet":{"value":"2018-01-10T22:45:45.1930000Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Process"},"examples":{"SMMachinesProcessesGetGet":{"$ref":"#/components/examples/SMMachinesProcessesGetGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Processes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/processes/{processName}/acceptingPorts":{"get":{"description":"Returns a collection of ports on which this process is accepting","operationId":"Processes_ListAcceptingPorts","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"$ref":"#/components/parameters/ProcessNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesProcessesListAcceptingPortsGet":{"value":"2018-01-07T08:01:48.525Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesProcessesListAcceptingPortsGet":{"value":"2018-01-07T08:01:48.525Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PortCollection"},"examples":{"SMMachinesProcessesListAcceptingPortsGet":{"$ref":"#/components/examples/SMMachinesProcessesListAcceptingPortsGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Processes"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/processes/{processName}/connections":{"get":{"description":"Returns a collection of connections terminating or originating at the specified process","operationId":"Processes_ListConnections","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"$ref":"#/components/parameters/ProcessNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesProcessesListConnectionsGet":{"value":"2018-01-07T08:09:15.1682041Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesProcessesListConnectionsGet":{"value":"2018-01-07T08:11:15.1682041Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConnectionCollection"},"examples":{"SMMachinesProcessesListConnectionsGet":{"$ref":"#/components/examples/SMMachinesProcessesListConnectionsGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Processes"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/processes/{processName}/liveness":{"get":{"description":"Obtains the liveness status of the process during the specified time interval.","operationId":"Processes_GetLiveness","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/MachineNameParameter"},{"$ref":"#/components/parameters/ProcessNameParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesProcessesGetLivenessGet":{"value":"2018-01-07T07:07:27.6026938Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMMachinesProcessesGetLivenessGet":{"value":"2018-01-07T07:09:27.6026938Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Liveness"},"examples":{"SMMachinesProcessesGetLivenessGet":{"$ref":"#/components/examples/SMMachinesProcessesGetLivenessGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Processes"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/summaries/machines":{"get":{"description":"Returns summary information about the machines in the workspace.","operationId":"Summaries_GetMachines","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/WorkspaceNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"description":"UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m","in":"query","name":"startTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMSummariesGetMachinesGet":{"value":"2018-01-08T19:41:59.3360000Z"}}},{"description":"UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow","in":"query","name":"endTime","required":false,"schema":{"type":"string","format":"date-time"},"examples":{"SMSummariesGetMachinesGet":{"value":"2018-01-08T19:42:14.3360000Z"}}}],"responses":{"200":{"description":"The operation completed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MachinesSummary"},"examples":{"SMSummariesGetMachinesGet":{"$ref":"#/components/examples/SMSummariesGetMachinesGet"}}}}},"default":{"description":"An error occurred while processing the request. See the error.code parameter to identify the specific error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Summaries"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"SMClientGroupsGetGet":{"value":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-c0a8010a_10000","kind":"clientGroup","name":"m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-c0a8010a_10000","properties":{"clientsOf":{"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/ports/b-c0a8010a_10000","kind":"ref:port","name":"b-c0a8010a_10000","properties":{"ipAddress":"192.168.1.10","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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":10000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}},"SMClientGroupsListMembersGet":{"value":{"value":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010000","name":"01010000","properties":{"ipAddress":"1.1.0.0","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010001","name":"01010001","properties":{"ipAddress":"1.1.0.1","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010002","name":"01010002","properties":{"ipAddress":"1.1.0.2","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010003","name":"01010003","properties":{"ipAddress":"1.1.0.3","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010004","name":"01010004","properties":{"ipAddress":"1.1.0.4","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010005","name":"01010005","properties":{"ipAddress":"1.1.0.5","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010006","name":"01010006","properties":{"ipAddress":"1.1.0.6","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010007","name":"01010007","properties":{"ipAddress":"1.1.0.7","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010008","name":"01010008","properties":{"ipAddress":"1.1.0.8","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010009","name":"01010009","properties":{"ipAddress":"1.1.0.9","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/0101000a","name":"0101000a","properties":{"ipAddress":"1.1.0.10","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/0101000b","name":"0101000b","properties":{"ipAddress":"1.1.0.11","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/0101000c","name":"0101000c","properties":{"ipAddress":"1.1.0.12","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/0101000d","name":"0101000d","properties":{"ipAddress":"1.1.0.13","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/0101000e","name":"0101000e","properties":{"ipAddress":"1.1.0.14","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/0101000f","name":"0101000f","properties":{"ipAddress":"1.1.0.15","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010010","name":"01010010","properties":{"ipAddress":"1.1.0.16","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010011","name":"01010011","properties":{"ipAddress":"1.1.0.17","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010012","name":"01010012","properties":{"ipAddress":"1.1.0.18","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010013","name":"01010013","properties":{"ipAddress":"1.1.0.19","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010014","name":"01010014","properties":{"ipAddress":"1.1.0.20","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010015","name":"01010015","properties":{"ipAddress":"1.1.0.21","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010016","name":"01010016","properties":{"ipAddress":"1.1.0.22","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010017","name":"01010017","properties":{"ipAddress":"1.1.0.23","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000/members/01010018","name":"01010018","properties":{"ipAddress":"1.1.0.24","port":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b/ports/b-c0a8010a_8000","kind":"ref:port","name":"b-c0a8010a_8000","properties":{"ipAddress":"192.168.1.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","kind":"ref:machine","name":"m-12bc33c3-31ad-42e0-a08b-bd1c2531776b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups/members"}]}},"SMClientGroupsGetMembersCountGet":{"value":{"accuracy":"actual","count":25,"endTime":"2018-01-08T21:52:03.301Z","groupId":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000","startTime":"2018-01-08T21:51:48.301Z"}},"SMMapsGenerateMachineGroupDependencyPost":{"value":{"endTime":"2018-01-08T20:01:06.325Z","map":{"edges":{"acceptors":[{"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","kind":"rel:acceptor","name":"m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@b@b-c0a80003_80!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6","properties":{"destination":{"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","kind":"ref:process","name":"p-d6e3705d92e552df838f6fe13c72153923fbf3c6","properties":{"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","kind":"ref:machine","name":"m-80cf74cb-2828-42be-8eb1-d78fe35c662b","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"source":{"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","kind":"ref:port","name":"b-c0a80003_80","properties":{"ipAddress":"192.168.0.3","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","kind":"ref:machine","name":"m-80cf74cb-2828-42be-8eb1-d78fe35c662b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/acceptors"},{"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","kind":"rel:acceptor","name":"m@t-0a0a0a0a@b@b-0a0a0a0a_8880!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880","properties":{"destination":{"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","kind":"ref:process","name":"ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880","properties":{"machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"source":{"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","kind":"ref:port","name":"b-0a0a0a0a_8880","properties":{"ipAddress":"10.10.10.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8880},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/acceptors"},{"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","kind":"rel:acceptor","name":"m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"destination":{"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","kind":"ref:process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"source":{"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","kind":"ref:port","name":"b-c0a80002_90","properties":{"ipAddress":"192.168.0.2","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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":90},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/acceptors"}],"connections":[{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80002_90","properties":{"ipAddress":"192.168.0.2","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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":90},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:process","name":"p-e12c75e851c715e7e5ee7e889d858cfc3661e91f","properties":{"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","kind":"ref:machine","name":"m-d3641418-6ac8-4024-8074-48f6d9db9825","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80002_90","properties":{"ipAddress":"192.168.0.2","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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":90},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:clientgroup","name":"m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80002_90","properties":{"ipAddress":"192.168.0.2","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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":90},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:clientgroup","name":"m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab!p!p-a53c0b2e1e6b779729257570076303b32b13add9","type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-d6e3705d92e552df838f6fe13c72153923fbf3c6","properties":{"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","kind":"ref:machine","name":"m-80cf74cb-2828-42be-8eb1-d78fe35c662b","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80003_80","properties":{"ipAddress":"192.168.0.3","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","kind":"ref:machine","name":"m-80cf74cb-2828-42be-8eb1-d78fe35c662b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:process","name":"p-508565aaf451d5e1e8dbf579493139cd50facb26","properties":{"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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880","properties":{"machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-0a0a0a0a_8880","properties":{"ipAddress":"10.10.10.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8880},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:process","name":"p-508565aaf451d5e1e8dbf579493139cd50facb26","properties":{"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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"}]},"nodes":{"clientGroups":[{"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","kind":"clientGroup","name":"m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab","properties":{"clientsOf":{"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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"},{"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","kind":"clientGroup","name":"m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab!p!p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"clientsOf":{"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","kind":"ref:process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}],"machines":[{"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","kind":"machine","name":"m-d3641418-6ac8-4024-8074-48f6d9db9825","properties":{"displayName":"192.168.0.1","monitoringState":"monitored","networking":{"ipv4Interfaces":[{"ipAddress":"192.168.0.1","subnetMask":"255.255.255.255"}]},"operatingSystem":{"bitness":"64bit","family":"linux","fullName":"Ubuntu Server Linux 10.4.53"},"virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"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","kind":"machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","properties":{"displayName":"192.168.0.2","monitoringState":"monitored","networking":{"ipv4Interfaces":[{"ipAddress":"192.168.0.2","subnetMask":"255.255.255.255"}]},"operatingSystem":{"bitness":"32bit","family":"windows","fullName":"Windows 7"},"virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"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","kind":"machine","name":"m-80cf74cb-2828-42be-8eb1-d78fe35c662b","properties":{"displayName":"192.168.0.3","monitoringState":"monitored","networking":{"ipv4Interfaces":[{"ipAddress":"192.168.0.3","subnetMask":"255.255.255.255"}]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Windows Server 2012 SP2"},"virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"machine","name":"t-0a0a0a0a","properties":{"displayName":"unmonitored.server.com","monitoringState":"discovered","networking":{"dnsNames":["unmonitored.server.com"],"ipv4Interfaces":[{"ipAddress":"10.10.10.10","subnetMask":"255.255.255.255"}]},"virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"}],"ports":[{"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","kind":"port","name":"b-c0a80002_90","properties":{"displayName":":90","ipAddress":"192.168.0.2","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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":90},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},{"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","kind":"port","name":"b-c0a80003_80","properties":{"displayName":":80","ipAddress":"192.168.0.3","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","kind":"ref:machine","name":"m-80cf74cb-2828-42be-8eb1-d78fe35c662b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},{"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","kind":"port","name":"b-0a0a0a0a_8880","properties":{"displayName":":8880","ipAddress":"10.10.10.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"discovered","portNumber":8880},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}],"processes":[{"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","kind":"process","name":"p-e12c75e851c715e7e5ee7e889d858cfc3661e91f","properties":{"displayName":"???","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","kind":"ref:machine","name":"m-d3641418-6ac8-4024-8074-48f6d9db9825","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"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","kind":"process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"displayName":"Apache HTTP Server","executableName":"httpd","group":"Apache HTTP Server","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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","role":"webServer"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"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","kind":"process","name":"p-508565aaf451d5e1e8dbf579493139cd50facb26","properties":{"displayName":"???","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","kind":"ref:machine","name":"m-f16c3a13-c1b4-453b-bff1-4607d18436ab","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"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","kind":"process","name":"p-d6e3705d92e552df838f6fe13c72153923fbf3c6","properties":{"displayName":"???","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","kind":"ref:machine","name":"m-80cf74cb-2828-42be-8eb1-d78fe35c662b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"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","kind":"process","name":"ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880","properties":{"acceptorOf":{"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","kind":"ref:port","name":"b-0a0a0a0a_8880","properties":{"ipAddress":"10.10.10.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8880},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"displayName":"Port 8880","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"discovered","role":"appServer"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}]}},"startTime":"2018-01-08T20:00:51.325Z"}},"SMMapsGenerateMachineListDependencyPost":{"value":{"endTime":"2018-01-08T20:08:04.78Z","map":{"edges":{"acceptors":[{"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","kind":"rel:acceptor","name":"m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@b@b-c0a80003_80!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6","properties":{"destination":{"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","kind":"ref:process","name":"p-d6e3705d92e552df838f6fe13c72153923fbf3c6","properties":{"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","kind":"ref:machine","name":"m-ca3ca15a-6fa3-4776-993b-28f95821cc44","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"source":{"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","kind":"ref:port","name":"b-c0a80003_80","properties":{"ipAddress":"192.168.0.3","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","kind":"ref:machine","name":"m-ca3ca15a-6fa3-4776-993b-28f95821cc44","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/acceptors"},{"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","kind":"rel:acceptor","name":"m@t-0a0a0a0a@b@b-0a0a0a0a_8880!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880","properties":{"destination":{"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","kind":"ref:process","name":"ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880","properties":{"machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"source":{"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","kind":"ref:port","name":"b-0a0a0a0a_8880","properties":{"ipAddress":"10.10.10.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8880},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/acceptors"},{"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","kind":"rel:acceptor","name":"m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"destination":{"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","kind":"ref:process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"source":{"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","kind":"ref:port","name":"b-c0a80002_90","properties":{"ipAddress":"192.168.0.2","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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":90},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/acceptors"}],"connections":[{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80002_90","properties":{"ipAddress":"192.168.0.2","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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":90},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:process","name":"p-e12c75e851c715e7e5ee7e889d858cfc3661e91f","properties":{"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","kind":"ref:machine","name":"m-52d4f2f9-e684-4003-a774-9cf99898861b","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80002_90","properties":{"ipAddress":"192.168.0.2","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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":90},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:clientgroup","name":"m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80002_90","properties":{"ipAddress":"192.168.0.2","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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":90},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:clientgroup","name":"m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!p!p-a53c0b2e1e6b779729257570076303b32b13add9","type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-d6e3705d92e552df838f6fe13c72153923fbf3c6","properties":{"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","kind":"ref:machine","name":"m-ca3ca15a-6fa3-4776-993b-28f95821cc44","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80003_80","properties":{"ipAddress":"192.168.0.3","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","kind":"ref:machine","name":"m-ca3ca15a-6fa3-4776-993b-28f95821cc44","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:process","name":"p-508565aaf451d5e1e8dbf579493139cd50facb26","properties":{"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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880","properties":{"machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-0a0a0a0a_8880","properties":{"ipAddress":"10.10.10.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8880},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:process","name":"p-508565aaf451d5e1e8dbf579493139cd50facb26","properties":{"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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"}]},"nodes":{"clientGroups":[{"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","kind":"clientGroup","name":"m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","properties":{"clientsOf":{"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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"},{"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","kind":"clientGroup","name":"m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!p!p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"clientsOf":{"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","kind":"ref:process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}],"machines":[{"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","kind":"machine","name":"m-52d4f2f9-e684-4003-a774-9cf99898861b","properties":{"displayName":"192.168.0.1","monitoringState":"monitored","networking":{"ipv4Interfaces":[{"ipAddress":"192.168.0.1","subnetMask":"255.255.255.255"}]},"operatingSystem":{"bitness":"64bit","family":"linux","fullName":"Ubuntu Server Linux 10.4.53"},"virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"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","kind":"machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","properties":{"displayName":"192.168.0.2","monitoringState":"monitored","networking":{"ipv4Interfaces":[{"ipAddress":"192.168.0.2","subnetMask":"255.255.255.255"}]},"operatingSystem":{"bitness":"32bit","family":"windows","fullName":"Windows 7"},"virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"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","kind":"machine","name":"m-ca3ca15a-6fa3-4776-993b-28f95821cc44","properties":{"displayName":"192.168.0.3","monitoringState":"monitored","networking":{"ipv4Interfaces":[{"ipAddress":"192.168.0.3","subnetMask":"255.255.255.255"}]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Windows Server 2012 SP2"},"virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"machine","name":"t-0a0a0a0a","properties":{"displayName":"unmonitored.server.com","monitoringState":"discovered","networking":{"dnsNames":["unmonitored.server.com"],"ipv4Interfaces":[{"ipAddress":"10.10.10.10","subnetMask":"255.255.255.255"}]},"virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"}],"ports":[{"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","kind":"port","name":"b-c0a80002_90","properties":{"displayName":":90","ipAddress":"192.168.0.2","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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":90},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},{"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","kind":"port","name":"b-c0a80003_80","properties":{"displayName":":80","ipAddress":"192.168.0.3","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","kind":"ref:machine","name":"m-ca3ca15a-6fa3-4776-993b-28f95821cc44","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},{"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","kind":"port","name":"b-0a0a0a0a_8880","properties":{"displayName":":8880","ipAddress":"10.10.10.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"discovered","portNumber":8880},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}],"processes":[{"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","kind":"process","name":"p-e12c75e851c715e7e5ee7e889d858cfc3661e91f","properties":{"displayName":"???","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","kind":"ref:machine","name":"m-52d4f2f9-e684-4003-a774-9cf99898861b","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"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","kind":"process","name":"p-a53c0b2e1e6b779729257570076303b32b13add9","properties":{"displayName":"Apache HTTP Server","executableName":"httpd","group":"Apache HTTP Server","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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","role":"webServer"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"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","kind":"process","name":"p-508565aaf451d5e1e8dbf579493139cd50facb26","properties":{"displayName":"???","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","kind":"ref:machine","name":"m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"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","kind":"process","name":"p-d6e3705d92e552df838f6fe13c72153923fbf3c6","properties":{"displayName":"???","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","kind":"ref:machine","name":"m-ca3ca15a-6fa3-4776-993b-28f95821cc44","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"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","kind":"process","name":"ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880","properties":{"acceptorOf":{"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","kind":"ref:port","name":"b-0a0a0a0a_8880","properties":{"ipAddress":"10.10.10.10","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8880},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"displayName":"Port 8880","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a","kind":"ref:machine","name":"t-0a0a0a0a","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"discovered","role":"appServer"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}]}},"startTime":"2018-01-08T20:07:49.78Z"}},"SMMapsGenerateSingleMachineDependencyPost":{"value":{"endTime":"2018-01-08T19:52:39.0192315Z","map":{"edges":{"acceptors":[{"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","kind":"rel:acceptor","name":"m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"destination":{"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","kind":"ref:process","name":"p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"source":{"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","kind":"ref:port","name":"b-c0a80101_80","properties":{"ipAddress":"192.168.1.1","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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"type":"Microsoft.OperationalInsights/workspaces/features/acceptors"}],"connections":[{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80101_80","properties":{"ipAddress":"192.168.1.1","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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:process","name":"p-d642fef420c5baa4c72f53de9426f1ed699899e2","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80101_80","properties":{"ipAddress":"192.168.1.1","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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:clientgroup","name":"m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!p!p-68cf5e3251379179122fa88e761e2acd5577c249","type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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","kind":"rel:connection","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","properties":{"destination":{"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","kind":"ref:process","name":"p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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","kind":"ref:port","name":"b-c0a80101_80","properties":{"ipAddress":"192.168.1.1","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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:clientgroup","name":"m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"}]},"nodes":{"clientGroups":[{"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","kind":"clientGroup","name":"m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!p!p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"clientsOf":{"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","kind":"ref:process","name":"p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"},{"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","kind":"clientGroup","name":"m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","properties":{"clientsOf":{"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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}],"machines":[{"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","kind":"machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","properties":{"displayName":"???","monitoringState":"monitored","virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"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","kind":"machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","properties":{"displayName":"???","monitoringState":"monitored","virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"}],"ports":[{"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","kind":"port","name":"b-c0a80101_80","properties":{"displayName":":80","ipAddress":"192.168.1.1","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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":80},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}],"processes":[{"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","kind":"process","name":"p-d642fef420c5baa4c72f53de9426f1ed699899e2","properties":{"displayName":"???","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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"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","kind":"process","name":"p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"displayName":"???","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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored"},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}]}},"startTime":"2018-01-08T19:50:39.0192315Z"}},"SMMachineGroupsListByWorkspaceGet":{"value":{"value":[{"etag":"6e87df32-c683-492d-bd2a-6dcd69c3034f","id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machineGroups/07597c56-5395-4815-839c-c4e7bddbac18","kind":"machineGroup","name":"07597c56-5395-4815-839c-c4e7bddbac18","properties":{"count":2,"displayName":"Foo","groupType":"unknown","machines":[{"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","kind":"ref:machinewithhints","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"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","kind":"ref:machinewithhints","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}]},"type":"Microsoft.OperationalInsights/workspaces/features/machineGroups"},{"etag":"9580746a-73bc-4c37-b3a0-5ac1f0ceefc2","id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machineGroups/4cac6673-1395-4fcd-975d-3bfe35ad57d2","kind":"machineGroup","name":"4cac6673-1395-4fcd-975d-3bfe35ad57d2","properties":{"count":2,"displayName":"Bar","groupType":"unknown","machines":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80","kind":"ref:machinewithhints","name":"m-573847EE-4D31-4936-A8B2-771372806C80","type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123","kind":"ref:machinewithhints","name":"m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123","type":"Microsoft.OperationalInsights/workspaces/features/machines"}]},"type":"Microsoft.OperationalInsights/workspaces/features/machineGroups"}]}},"SMMachineGroupsCreatePost":{"value":{"etag":"e20e75b5-5765-48a5-9503-9d1b7fd20925","id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machineGroups/ccaf142f-57f7-4510-bd80-b073cd5dcdec","kind":"machineGroup","name":"ccaf142f-57f7-4510-bd80-b073cd5dcdec","properties":{"count":1,"displayName":"Foo","groupType":"unknown","machines":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-2f2506f5-cf18-4dc6-98ba-d84ce2610ae0","kind":"ref:machinewithhints","name":"m-2f2506f5-cf18-4dc6-98ba-d84ce2610ae0","properties":{"displayNameHint":"MachineName","osFamilyHint":"windows"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"}]},"type":"Microsoft.OperationalInsights/workspaces/features/machineGroups"}},"SMMachineGroupsGetGet":{"value":{"etag":"6e87df32-c683-492d-bd2a-6dcd69c3034f","id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machineGroups/07597c56-5395-4815-839c-c4e7bddbac18","kind":"machineGroup","name":"07597c56-5395-4815-839c-c4e7bddbac18","properties":{"count":2,"displayName":"Foo","groupType":"unknown","machines":[{"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","kind":"ref:machinewithhints","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"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","kind":"ref:machinewithhints","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}]},"type":"Microsoft.OperationalInsights/workspaces/features/machineGroups"}},"SMMachineGroupsUpdatePut":{"value":{"etag":"8cd3a8a1-4b1f-43fc-ae3c-b2c092561444","id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machineGroups/ccfbf4bf-dc08-4371-9e9b-00a8d875d45a","kind":"machineGroup","name":"ccfbf4bf-dc08-4371-9e9b-00a8d875d45a","properties":{"count":1,"displayName":"Foo","groupType":"unknown","machines":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-0fe4b501-7ac9-41d7-a4e1-1591a0789519","kind":"ref:machinewithhints","name":"m-0fe4b501-7ac9-41d7-a4e1-1591a0789519","properties":{"displayNameHint":"MachineName","osFamilyHint":"windows"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"}]},"type":"Microsoft.OperationalInsights/workspaces/features/machineGroups"}},"SMMachinesListByWorkspaceGet":{"value":{"value":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-0ec98f01-4f24-4a46-abfa-278571e916dc","kind":"machine","name":"m-0ec98f01-4f24-4a46-abfa-278571e916dc","properties":{"agent":{"agentId":"0ec98f01-4f24-4a46-abfa-278571e916dc","clockGranularity":1,"dependencyAgentId":"d742e84a-e114-4b3d-b3ba-160d5cf4129b","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:36:07.009Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"cca1e83c-e0b8-454a-b39c-581ef1211c01","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"60bf38dd-4204-40ac-b4f6-b94065e957ea","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"3eaa0b8c-65e4-4c9f-8cb8-d77b9bce910f","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-1e295878-4b4c-46ac-91d1-08e5fbd65361","kind":"machine","name":"m-1e295878-4b4c-46ac-91d1-08e5fbd65361","properties":{"agent":{"agentId":"1e295878-4b4c-46ac-91d1-08e5fbd65361","clockGranularity":1,"dependencyAgentId":"3e285a31-7988-423b-a55b-8f5610ff0b12","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:30:47.913Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"8f19c2b2-2a98-42cf-b1bc-751fee767fc9","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"4bf527ba-20cc-4537-951d-c78664e61938","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"7b375bd0-69d7-4088-8211-e71c30b41f10","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-6277eb91-c8de-4696-9f5e-d0658261422c","kind":"machine","name":"m-6277eb91-c8de-4696-9f5e-d0658261422c","properties":{"agent":{"agentId":"6277eb91-c8de-4696-9f5e-d0658261422c","clockGranularity":1,"dependencyAgentId":"9d31bd18-720a-4ff9-8952-bdfec7872421","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:30:47.913Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"cd5943b5-d731-4389-a315-cb723fc2e125","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"db085678-b544-497c-bde2-165f9ee269fa","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"45eb057c-dcd9-4a98-ba4a-1f20e89cd661","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-8811e3c4-15db-45d3-8b76-23da80efeff3","kind":"machine","name":"m-8811e3c4-15db-45d3-8b76-23da80efeff3","properties":{"agent":{"agentId":"8811e3c4-15db-45d3-8b76-23da80efeff3","clockGranularity":1,"dependencyAgentId":"a04d8f0b-df9a-46cb-a212-29c7576fd75d","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:30:22.372Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"79e84f1b-2172-490e-9fd4-6119d6678d95","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"832578ab-2d97-4412-babd-4976d3f144c2","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"f24d41a8-2f09-4f29-b2b1-65a4a7277297","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-55d6b873-b60c-4091-b735-0077f04c3b88","kind":"machine","name":"m-55d6b873-b60c-4091-b735-0077f04c3b88","properties":{"agent":{"agentId":"55d6b873-b60c-4091-b735-0077f04c3b88","clockGranularity":1,"dependencyAgentId":"125f3f0b-1e2d-4045-a6d9-1cd12fb96b61","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:30:47.913Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"e1bf385f-b092-4a6d-abc4-d2a106fda204","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"e1e97460-3f12-4511-b885-c561a1476217","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"4687fc36-e40b-4c40-bdee-5727367c0777","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-29f030f7-d41c-4474-ad09-2271cbf18cfb","kind":"machine","name":"m-29f030f7-d41c-4474-ad09-2271cbf18cfb","properties":{"agent":{"agentId":"29f030f7-d41c-4474-ad09-2271cbf18cfb","clockGranularity":1,"dependencyAgentId":"5e05f099-8ecd-44d3-8147-08088270f1c8","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:30:22.372Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"365102e6-1843-4f88-99b2-ec398c2b9ed2","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"7a9dea89-0dfa-45d8-b984-a0a645c3b6a0","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"4d912177-543c-4539-a185-3b47c52c6ca4","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f39c1cbe-1d5d-4c3f-8963-26a00b57b099","kind":"machine","name":"m-f39c1cbe-1d5d-4c3f-8963-26a00b57b099","properties":{"agent":{"agentId":"f39c1cbe-1d5d-4c3f-8963-26a00b57b099","clockGranularity":1,"dependencyAgentId":"aa0be2b5-5faf-43d2-a060-de7d7fe37c4b","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:30:47.913Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"623b84ba-0219-41af-b839-91acc23ec8e6","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"e6ab7207-0446-4a61-af18-a2f2fc43ebcb","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"045ed792-6d9f-4798-94a1-9b6e32f5449a","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-a57565a4-beaf-4c87-8a36-8d209d14cf9c","kind":"machine","name":"m-a57565a4-beaf-4c87-8a36-8d209d14cf9c","properties":{"agent":{"agentId":"a57565a4-beaf-4c87-8a36-8d209d14cf9c","clockGranularity":1,"dependencyAgentId":"5471c74d-7d9d-4e18-b23f-fc523f5e0d68","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:36:07.009Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"f4d4bd5e-11ba-4971-8c5c-eb4553042b43","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"d5563a08-0d72-4e56-80a1-8c0d3888fa72","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"92e6c240-ba09-45ab-8bb3-bcc7b233c197","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-92371907-1ea4-4e4b-9538-8754876c1fa3","kind":"machine","name":"m-92371907-1ea4-4e4b-9538-8754876c1fa3","properties":{"agent":{"agentId":"92371907-1ea4-4e4b-9538-8754876c1fa3","clockGranularity":1,"dependencyAgentId":"fb8ebef9-e01a-4a00-a264-879fe4b33632","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:30:47.913Z","computerName":"new name","displayName":"new name","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"101bfb0e-75d1-4c5b-821e-987423463e6b","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"d2edc020-02f5-4327-80ea-4443db018fe4","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"a241809b-50d8-4f8c-960d-75ec99cc79d9","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-fb7d798d-ecbc-4cf8-9ad6-d6dde35cdb77","kind":"machine","name":"m-fb7d798d-ecbc-4cf8-9ad6-d6dde35cdb77","properties":{"agent":{"agentId":"fb7d798d-ecbc-4cf8-9ad6-d6dde35cdb77","clockGranularity":1,"dependencyAgentId":"f068fe75-47d9-4c76-801a-0781893c250d","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:36:07.009Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"382bfc03-ece0-48e8-88dd-0c0049b0b093","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"52b6a8ca-3b0c-4ebf-a1f6-fec87b5b59c7","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"5fc7b841-843c-4391-b5b6-5bc7e8e25028","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-dcdbd51d-e423-4667-bce3-c1f78f0bec83","kind":"machine","name":"m-dcdbd51d-e423-4667-bce3-c1f78f0bec83","properties":{"agent":{"agentId":"dcdbd51d-e423-4667-bce3-c1f78f0bec83","clockGranularity":1,"dependencyAgentId":"901407a9-0047-4b2d-8190-e546189fa1c8","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:30:22.372Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"e4e28557-bb79-4add-bd9a-adc4b1856aae","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"a344f76b-98d7-4d83-8a11-7ef9b04c6563","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"bd88f6a9-ead8-414a-a91c-a47fbeddb3d5","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-10cb867d-1b73-4b39-a9cf-31cdd2b00dab","kind":"machine","name":"m-10cb867d-1b73-4b39-a9cf-31cdd2b00dab","properties":{"agent":{"agentId":"10cb867d-1b73-4b39-a9cf-31cdd2b00dab","clockGranularity":1,"dependencyAgentId":"e837d606-09ae-41fc-bc9a-5e8407d88942","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:30:47.913Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"3d8e1902-1875-428c-98d3-6fb02c96af47","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"a6efc921-6c5e-4455-a83e-409a380d800f","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"594fd238-0d97-444b-a8fd-2e5087e3e97c","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-e6ad2c87-c7e9-4663-bca2-ec5fd1e2d3ef","kind":"machine","name":"m-e6ad2c87-c7e9-4663-bca2-ec5fd1e2d3ef","properties":{"agent":{"agentId":"e6ad2c87-c7e9-4663-bca2-ec5fd1e2d3ef","clockGranularity":1,"dependencyAgentId":"07a0ba0f-90c3-4d9b-a1bf-d1cf636eeb80","dependencyAgentRevision":"1234","dependencyAgentVersion":"2.2.2.2","rebootStatus":"rebooted"},"bootTime":"2018-01-05T21:30:47.913Z","computerName":"name1","displayName":"name1","fullyQualifiedDomainName":"name1.foo.com","hosting":{"cloudService":{"deployment":"72932bbb-6c12-4f06-8622-f11942aede02","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"faultDomain":"1","image":{"offering":"SuperFast","publisher":"AnImagePublisher","sku":"10101010","version":"1.0"},"kind":"provider:azure","location":"Earth","name":"AHostedVm","provider":"azure","resourceGroup":"myResourceGroup","resourceId":"TestResourceId","serviceFabricCluster":{"clusterId":"6cbe41c5-4034-4376-b90d-4edbfc9d9375","name":"MyClusterName"},"size":"SuperBig","subscriptionId":"123123","updateDomain":"1","vmId":"12345","vmScaleSet":{"deployment":"4ae328aa-2638-4f60-9dbe-0384b2a33b3d","instanceId":"VmmssInstance#1","name":"MyVMSS","resourceId":"TestResourceId"}},"monitoringState":"monitored","networking":{"defaultIpv4Gateways":["1.1.1.254","1.1.1.255"],"dnsNames":["name1","name2","name3"],"ipv4Interfaces":[{"ipAddress":"1.1.1.1","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.3","subnetMask":"255.255.255.0"},{"ipAddress":"1.1.1.4","subnetMask":"255.255.255.0"}],"ipv6Interfaces":[{"ipAddress":"2602:30a:2cb8:4830:414f:a76e:59e4:4fa7"}],"macAddresses":["64:00:6A:65:E4:71"]},"operatingSystem":{"bitness":"64bit","family":"windows","fullName":"Microsoft Windows [Version 10.0.10586]"},"resources":{"cpuSpeed":2000,"cpuSpeedAccuracy":"actual","cpus":2,"physicalMemory":4096},"timezone":{"fullName":"some zone"},"virtualMachine":{"nativeHostMachineId":"physical-machine-id","nativeMachineId":"vm-id","virtualMachineName":"vm-name-1","virtualMachineType":"hyperv"},"virtualizationState":"virtual"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"}]}},"SMMachinesGetGet":{"value":{"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","kind":"machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","properties":{"displayName":"my machine","monitoringState":"monitored","virtualizationState":"unknown"},"type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"SMMachinesListConnectionsGet":{"value":{"value":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123@p@p-1a9dc431ad6048d83dade29fb72dfd9fbe2ee2b4!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f107e3f1cb5d792e6abfed7832ba4e864f995cee!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_9000","kind":"rel:connection","name":"m@m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123@p@p-1a9dc431ad6048d83dade29fb72dfd9fbe2ee2b4!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f107e3f1cb5d792e6abfed7832ba4e864f995cee!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_9000","properties":{"destination":{"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-f107e3f1cb5d792e6abfed7832ba4e864f995cee","kind":"ref:process","name":"p-f107e3f1cb5d792e6abfed7832ba4e864f995cee","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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/ports/b-01000001_9000","kind":"ref:port","name":"b-01000001_9000","properties":{"ipAddress":"1.0.0.1","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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":9000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123/processes/p-1a9dc431ad6048d83dade29fb72dfd9fbe2ee2b4","kind":"ref:process","name":"p-1a9dc431ad6048d83dade29fb72dfd9fbe2ee2b4","properties":{"machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123","kind":"ref:machine","name":"m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000","kind":"rel:connection","name":"c@m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000","properties":{"destination":{"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-68cf5e3251379179122fa88e761e2acd5577c249","kind":"ref:process","name":"p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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/ports/b-01000001_8000","kind":"ref:port","name":"b-01000001_8000","properties":{"ipAddress":"1.0.0.1","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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-01000001_8000","kind":"ref:clientgroup","name":"m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-01000001_8000","type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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-08445135a7215e343f0f49b8d0b70c3b853ef87f!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-02000001_1001","kind":"rel:connection","name":"m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-08445135a7215e343f0f49b8d0b70c3b853ef87f!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-02000001_1001","properties":{"destination":{"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-08445135a7215e343f0f49b8d0b70c3b853ef87f","kind":"ref:process","name":"p-08445135a7215e343f0f49b8d0b70c3b853ef87f","properties":{"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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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-02000001_1001","kind":"ref:port","name":"b-02000001_1001","properties":{"ipAddress":"2.0.0.1","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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":1001},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:process","name":"p-d642fef420c5baa4c72f53de9426f1ed699899e2","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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-573847EE-4D31-4936-A8B2-771372806C80@p@p-daedaa0e25869b6cf36525d51c2d321335e69f71!m@m-573847EE-4D31-4936-A8B2-771372806C80@b@b-02000002_1002","kind":"rel:connection","name":"m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-573847EE-4D31-4936-A8B2-771372806C80@p@p-daedaa0e25869b6cf36525d51c2d321335e69f71!m@m-573847EE-4D31-4936-A8B2-771372806C80@b@b-02000002_1002","properties":{"destination":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80/processes/p-daedaa0e25869b6cf36525d51c2d321335e69f71","kind":"ref:process","name":"p-daedaa0e25869b6cf36525d51c2d321335e69f71","properties":{"machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80","kind":"ref:machine","name":"m-573847EE-4D31-4936-A8B2-771372806C80","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80/ports/b-02000002_1002","kind":"ref:port","name":"b-02000002_1002","properties":{"ipAddress":"2.0.0.2","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80","kind":"ref:machine","name":"m-573847EE-4D31-4936-A8B2-771372806C80","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":1002},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:process","name":"p-d642fef420c5baa4c72f53de9426f1ed699899e2","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000","kind":"rel:connection","name":"m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000","properties":{"destination":{"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-68cf5e3251379179122fa88e761e2acd5577c249","kind":"ref:process","name":"p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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/ports/b-01000001_8000","kind":"ref:port","name":"b-01000001_8000","properties":{"ipAddress":"1.0.0.1","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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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","kind":"ref:process","name":"p-d642fef420c5baa4c72f53de9426f1ed699899e2","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"}]}},"SMMachinesGetLivenessGet":{"value":{"endTime":"2018-01-07T07:09:27.6026938Z","live":true,"startTime":"2018-01-07T07:07:27.6026938Z"}},"SMMachinesListMachineGroupMembershipGet":{"value":{"value":[{"etag":"6e87df32-c683-492d-bd2a-6dcd69c3034f","id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machineGroups/07597c56-5395-4815-839c-c4e7bddbac18","kind":"machineGroup","name":"07597c56-5395-4815-839c-c4e7bddbac18","properties":{"count":2,"displayName":"Foo","groupType":"unknown","machines":[{"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","kind":"ref:machinewithhints","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},{"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","kind":"ref:machinewithhints","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}]},"type":"Microsoft.OperationalInsights/workspaces/features/machineGroups"}]}},"SMMachinesListPortsGet":{"value":{"value":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432/ports/b-c0a80101_8000","kind":"port","name":"b-c0a80101_8000","properties":{"displayName":":8000","ipAddress":"192.168.1.1","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432","kind":"ref:machine","name":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432/ports/b-c0a80101_8001","kind":"port","name":"b-c0a80101_8001","properties":{"displayName":":8001","ipAddress":"192.168.1.1","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432","kind":"ref:machine","name":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":8001},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432/ports/b-c0a80101_8002","kind":"port","name":"b-c0a80101_8002","properties":{"displayName":":8002","ipAddress":"192.168.1.1","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432","kind":"ref:machine","name":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":8002},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}]}},"SMMachinesPortsGetGet":{"value":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432/ports/b-c0a80101_8000","kind":"port","name":"b-c0a80101_8000","properties":{"displayName":":8000","ipAddress":"192.168.1.1","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432","kind":"ref:machine","name":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}},"SMMachinesPortsListAcceptingProcessesGet":{"value":{"value":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e/processes/p-e832fd7598b913c9f6d751b977028248c48c35dc","kind":"process","name":"p-e832fd7598b913c9f6d751b977028248c48c35dc","properties":{"details":{"commandLine":"cmdline","companyName":"mycompany","description":"mydescription","executablePath":"mypath","fileVersion":"1.2.3.4","firstPid":10,"internalName":"myinternalname","persistentKey":"1a502634-e7ca-4c56-b10d-545f60623ef2","poolId":12,"productName":"myproductname","productVersion":"3.3.3.3","services":[{"displayName":"Foo Service","name":"foosvc"}],"workingDirectory":"myworkingdir","zoneName":"LinuxOnlyZone"},"displayName":"process","executableName":"process","group":"myproductname","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e","kind":"ref:machine","name":"m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","startTime":"2018-01-08T18:27:39.936Z","user":{"userDomain":"mydomain","userName":"myuser"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e/processes/p-fa195e268682d998e42071ff3346c09f0af4f9e8","kind":"process","name":"p-fa195e268682d998e42071ff3346c09f0af4f9e8","properties":{"details":{"commandLine":"cmdline","companyName":"mycompany","description":"mydescription","executablePath":"mypath","fileVersion":"1.2.3.4","firstPid":10,"internalName":"myinternalname","persistentKey":"677cde70-5589-41f3-89b8-4b866ed5c86e","poolId":12,"productName":"myproductname","productVersion":"3.3.3.3","services":[{"displayName":"Foo Service","name":"foosvc"}],"workingDirectory":"myworkingdir","zoneName":"LinuxOnlyZone"},"displayName":"process","executableName":"process","group":"myproductname","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e","kind":"ref:machine","name":"m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","startTime":"2018-01-08T18:27:39.936Z","user":{"userDomain":"mydomain","userName":"myuser"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}]}},"SMMachinesPortsListConnectionsGet":{"value":{"value":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-9b60b5e7-fb98-4864-9a1f-51d26407f99b@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-c0a8010a_10000","kind":"rel:connection","name":"m@m-9b60b5e7-fb98-4864-9a1f-51d26407f99b@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-c0a8010a_10000","properties":{"destination":{"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-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","kind":"ref:process","name":"p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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/ports/b-c0a8010a_10000","kind":"ref:port","name":"b-c0a8010a_10000","properties":{"ipAddress":"192.168.1.10","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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":10000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-9b60b5e7-fb98-4864-9a1f-51d26407f99b/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2","kind":"ref:process","name":"p-d642fef420c5baa4c72f53de9426f1ed699899e2","properties":{"machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-9b60b5e7-fb98-4864-9a1f-51d26407f99b","kind":"ref:machine","name":"m-9b60b5e7-fb98-4864-9a1f-51d26407f99b","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-c0a8010a_10000!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-c0a8010a_10000","kind":"rel:connection","name":"c@m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-c0a8010a_10000!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-c0a8010a_10000","properties":{"destination":{"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-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","kind":"ref:process","name":"p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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/ports/b-c0a8010a_10000","kind":"ref:port","name":"b-c0a8010a_10000","properties":{"ipAddress":"192.168.1.10","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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":10000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-c0a8010a_10000","kind":"ref:clientgroup","name":"m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-c0a8010a_10000","type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"}]}},"SMMachinesPortsGetLivenessGet":{"value":{"endTime":"2018-01-07T08:01:48.525Z","live":true,"startTime":"2018-01-07T08:01:48.525Z"}},"SMMachinesListProcessesGet":{"value":{"value":[{"id":"/subscriptions/A9C800F7-342E-45B7-8EB4-6C9A6F7FE466/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/machines/m-36b83664-0822-4fb3-99a3-8332754f3eae/processes/p-bbf99526b8fc5e7ee4f75568958a040d08489160","kind":"process","name":"p-bbf99526b8fc5e7ee4f75568958a040d08489160","properties":{"details":{"commandLine":"foo-bar.exe -f -g -h do something","companyName":"Microsoft","description":"A special process","executablePath":"c:\\Program Files\\foobar\\bin\\boo-bar.exe","fileVersion":"1.2.3.4","firstPid":456,"internalName":"foo-bar-internal","persistentKey":"77228e39-7348-4fac-8ce5-b83c7bcc52bc","poolId":345,"productName":"Foo-bar Suite","productVersion":"3.0.0.10","workingDirectory":"c:\\temp","zoneName":"zone name"},"displayName":"foo-bar","executableName":"foo-bar","group":"Foo-bar Suite","hosting":{"cloudService":{"deployment":"f4849088-01a2-420e-9709-d0b48ae31d87","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"kind":"provider:azure","provider":"azure"},"machine":{"id":"/subscriptions/A9C800F7-342E-45B7-8EB4-6C9A6F7FE466/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/machines/m-36b83664-0822-4fb3-99a3-8332754f3eae","kind":"ref:machine","name":"m-36b83664-0822-4fb3-99a3-8332754f3eae","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","role":"webServer","startTime":"2018-01-10T21:04:56.8518962Z","user":{"userDomain":"REDMOND","userName":"SecretUser"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"id":"/subscriptions/A9C800F7-342E-45B7-8EB4-6C9A6F7FE466/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/machines/m-36b83664-0822-4fb3-99a3-8332754f3eae/processes/p-bbf99526b8fc5e7ee4f75568958a040d08489161","kind":"process","name":"p-bbf99526b8fc5e7ee4f75568958a040d08489161","properties":{"details":{"commandLine":"foo-bar.exe -f -g -h do something","companyName":"Microsoft","description":"A special process","executablePath":"c:\\Program Files\\foobar\\bin\\boo-bar.exe","fileVersion":"1.2.3.4","firstPid":456,"internalName":"foo-bar-internal","persistentKey":"77228e39-7348-4fac-8ce5-b83c7bcc52bc","poolId":345,"productName":"Foo-bar Suite","productVersion":"3.0.0.10","workingDirectory":"c:\\temp","zoneName":"zone name"},"displayName":"foo-bar","executableName":"foo-bar","group":"Foo-bar Suite","hosting":{"cloudService":{"deployment":"f4849088-01a2-420e-9709-d0b48ae31d87","instanceId":"Instance#2","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"kind":"provider:azure","provider":"azure"},"machine":{"id":"/subscriptions/A9C800F7-342E-45B7-8EB4-6C9A6F7FE466/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/machines/m-36b83664-0822-4fb3-99a3-8332754f3eae","kind":"ref:machine","name":"m-36b83664-0822-4fb3-99a3-8332754f3eae","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","role":"webServer","startTime":"2018-01-10T21:04:56.8518962Z","user":{"userDomain":"REDMOND","userName":"SecretUser"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},{"id":"/subscriptions/A9C800F7-342E-45B7-8EB4-6C9A6F7FE466/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/machines/m-36b83664-0822-4fb3-99a3-8332754f3eae/processes/p-bbf99526b8fc5e7ee4f75568958a040d08489162","kind":"process","name":"p-bbf99526b8fc5e7ee4f75568958a040d08489162","properties":{"details":{"commandLine":"foo-bar.exe -f -g -h do something","companyName":"Microsoft","description":"A special process","executablePath":"c:\\Program Files\\foobar\\bin\\boo-bar.exe","fileVersion":"1.2.3.4","firstPid":456,"internalName":"foo-bar-internal","persistentKey":"77228e39-7348-4fac-8ce5-b83c7bcc52bc","poolId":345,"productName":"Foo-bar Suite","productVersion":"3.0.0.10","workingDirectory":"c:\\temp","zoneName":"zone name"},"displayName":"foo-bar","executableName":"foo-bar","group":"Foo-bar Suite","hosting":{"cloudService":{"deployment":"f4849088-01a2-420e-9709-d0b48ae31d87","instanceId":"Instance#3","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"kind":"provider:azure","provider":"azure"},"machine":{"id":"/subscriptions/A9C800F7-342E-45B7-8EB4-6C9A6F7FE466/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/machines/m-36b83664-0822-4fb3-99a3-8332754f3eae","kind":"ref:machine","name":"m-36b83664-0822-4fb3-99a3-8332754f3eae","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","role":"webServer","startTime":"2018-01-10T21:04:56.8518962Z","user":{"userDomain":"REDMOND","userName":"SecretUser"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}]}},"SMMachinesProcessesGetGet":{"value":{"id":"/subscriptions/A9C800F7-342E-45B7-8EB4-6C9A6F7FE466/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/machines/m-36b83664-0822-4fb3-99a3-8332754f3eae/processes/p-bbf99526b8fc5e7ee4f75568958a040d08489160","kind":"process","name":"p-bbf99526b8fc5e7ee4f75568958a040d08489160","properties":{"details":{"commandLine":"foo-bar.exe -f -g -h do something","companyName":"Microsoft","description":"A special process","executablePath":"c:\\Program Files\\foobar\\bin\\boo-bar.exe","fileVersion":"1.2.3.4","firstPid":456,"internalName":"foo-bar-internal","persistentKey":"77228e39-7348-4fac-8ce5-b83c7bcc52bc","poolId":345,"productName":"Foo-bar Suite","productVersion":"3.0.0.10","workingDirectory":"c:\\temp","zoneName":"zone name"},"displayName":"foo-bar","executableName":"foo-bar","group":"Foo-bar Suite","hosting":{"cloudService":{"deployment":"f4849088-01a2-420e-9709-d0b48ae31d87","instanceId":"Instance#1","name":"MyCloudService","roleName":"MyRoleName","roleType":"web"},"kind":"provider:azure","provider":"azure"},"machine":{"id":"/subscriptions/A9C800F7-342E-45B7-8EB4-6C9A6F7FE466/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/machines/m-36b83664-0822-4fb3-99a3-8332754f3eae","kind":"ref:machine","name":"m-36b83664-0822-4fb3-99a3-8332754f3eae","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","role":"webServer","startTime":"2018-01-10T21:04:56.8518962Z","user":{"userDomain":"REDMOND","userName":"SecretUser"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"SMMachinesProcessesListAcceptingPortsGet":{"value":{"value":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432/ports/b-c0a80101_8000","kind":"port","name":"b-c0a80101_8000","properties":{"displayName":":8000","ipAddress":"192.168.1.1","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432","kind":"ref:machine","name":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432/ports/b-c0a80101_8001","kind":"port","name":"b-c0a80101_8001","properties":{"displayName":":8001","ipAddress":"192.168.1.1","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432","kind":"ref:machine","name":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":8001},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432/ports/b-c0a80101_8002","kind":"port","name":"b-c0a80101_8002","properties":{"displayName":":8002","ipAddress":"192.168.1.1","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432","kind":"ref:machine","name":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"monitoringState":"monitored","portNumber":8002},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"}]}},"SMMachinesProcessesListConnectionsGet":{"value":{"value":[{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-1010b884-f743-4292-abde-30ebfd0ae560@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-c0a80001_8000","kind":"rel:connection","name":"m@m-1010b884-f743-4292-abde-30ebfd0ae560@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-c0a80001_8000","properties":{"destination":{"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-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","kind":"ref:process","name":"p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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/ports/b-c0a80001_8000","kind":"ref:port","name":"b-c0a80001_8000","properties":{"ipAddress":"192.168.0.1","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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-1010b884-f743-4292-abde-30ebfd0ae560/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2","kind":"ref:process","name":"p-d642fef420c5baa4c72f53de9426f1ed699899e2","properties":{"machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-1010b884-f743-4292-abde-30ebfd0ae560","kind":"ref:machine","name":"m-1010b884-f743-4292-abde-30ebfd0ae560","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-c0a80001_8000","kind":"rel:connection","name":"c@m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-c0a80001_8000","properties":{"destination":{"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-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","kind":"ref:process","name":"p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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/ports/b-c0a80001_8000","kind":"ref:port","name":"b-c0a80001_8000","properties":{"ipAddress":"192.168.0.1","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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":8000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!p!p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","kind":"ref:clientgroup","name":"m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!p!p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","type":"Microsoft.OperationalInsights/workspaces/features/clientGroups"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-01000001_1000","kind":"rel:connection","name":"m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-01000001_1000","properties":{"destination":{"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","kind":"ref:process","name":"p-68cf5e3251379179122fa88e761e2acd5577c249","properties":{"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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"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-01000001_1000","kind":"ref:port","name":"b-01000001_1000","properties":{"ipAddress":"1.0.0.1","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","kind":"ref:machine","name":"m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":1000},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","kind":"ref:process","name":"p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"},{"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-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-573847EE-4D31-4936-A8B2-771372806C80@p@p-f107e3f1cb5d792e6abfed7832ba4e864f995cee!m@m-573847EE-4D31-4936-A8B2-771372806C80@b@b-01000001_1001","kind":"rel:connection","name":"m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-573847EE-4D31-4936-A8B2-771372806C80@p@p-f107e3f1cb5d792e6abfed7832ba4e864f995cee!m@m-573847EE-4D31-4936-A8B2-771372806C80@b@b-01000001_1001","properties":{"destination":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80/processes/p-f107e3f1cb5d792e6abfed7832ba4e864f995cee","kind":"ref:process","name":"p-f107e3f1cb5d792e6abfed7832ba4e864f995cee","properties":{"machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80","kind":"ref:machine","name":"m-573847EE-4D31-4936-A8B2-771372806C80","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"},"failureState":"ok","serverPort":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80/ports/b-01000001_1001","kind":"ref:port","name":"b-01000001_1001","properties":{"ipAddress":"1.0.0.1","machine":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80","kind":"ref:machine","name":"m-573847EE-4D31-4936-A8B2-771372806C80","type":"Microsoft.OperationalInsights/workspaces/features/machines"},"portNumber":1001},"type":"Microsoft.OperationalInsights/workspaces/features/machines/ports"},"source":{"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-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","kind":"ref:process","name":"p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0","properties":{"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","kind":"ref:machine","name":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4","type":"Microsoft.OperationalInsights/workspaces/features/machines"}},"type":"Microsoft.OperationalInsights/workspaces/features/machines/processes"}},"type":"Microsoft.OperationalInsights/workspaces/features/connections"}]}},"SMMachinesProcessesGetLivenessGet":{"value":{"endTime":"2018-01-07T07:09:27.6026938Z","live":true,"startTime":"2018-01-07T07:07:27.6026938Z"}},"SMSummariesGetMachinesGet":{"value":{"id":"/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/summaries/machines","name":"machines","properties":{"endTime":"2018-01-08T19:42:14.336Z","live":3,"os":{"linux":1,"windows":2},"startTime":"2018-01-08T19:41:59.336Z","total":3},"type":"Microsoft.OperationalInsights/workspaces/features/summaries"}}},"parameters":{"ApiVersionParameter":{"description":"API version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"SMClientGroupsGetGet":{"value":"2016-08-02"},"SMClientGroupsListMembersGet":{"value":"2016-08-02"},"SMClientGroupsGetMembersCountGet":{"value":"2016-08-02"},"SMMapsGenerateMachineGroupDependencyPost":{"value":"2016-08-02"},"SMMapsGenerateMachineListDependencyPost":{"value":"2016-08-02"},"SMMapsGenerateSingleMachineDependencyPost":{"value":"2016-08-02"},"SMMachineGroupsListByWorkspaceGet":{"value":"2016-08-02"},"SMMachineGroupsCreatePost":{"value":"2016-08-02"},"SMMachineGroupsDeleteDelete":{"value":"2016-08-02"},"SMMachineGroupsGetGet":{"value":"2016-08-02"},"SMMachineGroupsUpdatePut":{"value":"2016-08-02"},"SMMachinesListByWorkspaceGet":{"value":"2016-08-02"},"SMMachinesGetGet":{"value":"2016-08-02"},"SMMachinesListConnectionsGet":{"value":"2016-08-02"},"SMMachinesGetLivenessGet":{"value":"2016-08-02"},"SMMachinesListMachineGroupMembershipGet":{"value":"2016-08-02"},"SMMachinesListPortsGet":{"value":"2016-08-02"},"SMMachinesPortsGetGet":{"value":"2016-08-02"},"SMMachinesPortsListAcceptingProcessesGet":{"value":"2016-08-02"},"SMMachinesPortsListConnectionsGet":{"value":"2016-08-02"},"SMMachinesPortsGetLivenessGet":{"value":"2016-08-02"},"SMMachinesListProcessesGet":{"value":"2016-08-02"},"SMMachinesProcessesGetGet":{"value":"2016-08-02"},"SMMachinesProcessesListAcceptingPortsGet":{"value":"2016-08-02"},"SMMachinesProcessesListConnectionsGet":{"value":"2016-08-02"},"SMMachinesProcessesGetLivenessGet":{"value":"2016-08-02"},"SMSummariesGetMachinesGet":{"value":"2016-08-02"}}},"ClientGroupNameParameter":{"description":"Client Group resource name.","in":"path","name":"clientGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":256},"examples":{"SMClientGroupsGetGet":{"value":"m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-c0a8010a_10000"},"SMClientGroupsListMembersGet":{"value":"m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000"},"SMClientGroupsGetMembersCountGet":{"value":"m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000"}}},"MachineGroupNameParameter":{"description":"Machine Group resource name.","in":"path","name":"machineGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":36,"maxLength":36},"examples":{"SMMachineGroupsDeleteDelete":{"value":"ccfbf4bf-dc08-4371-9e9b-00a8d875d45a"},"SMMachineGroupsGetGet":{"value":"07597c56-5395-4815-839c-c4e7bddbac18"},"SMMachineGroupsUpdatePut":{"value":"ccfbf4bf-dc08-4371-9e9b-00a8d875d45a"}}},"MachineNameParameter":{"description":"Machine resource name.","in":"path","name":"machineName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":64},"examples":{"SMMachinesGetGet":{"value":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4"},"SMMachinesListConnectionsGet":{"value":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4"},"SMMachinesGetLivenessGet":{"value":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4"},"SMMachinesListMachineGroupMembershipGet":{"value":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4"},"SMMachinesListPortsGet":{"value":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432"},"SMMachinesPortsGetGet":{"value":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432"},"SMMachinesPortsListAcceptingProcessesGet":{"value":"m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e"},"SMMachinesPortsListConnectionsGet":{"value":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4"},"SMMachinesPortsGetLivenessGet":{"value":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432"},"SMMachinesListProcessesGet":{"value":"m-36b83664-0822-4fb3-99a3-8332754f3eae"},"SMMachinesProcessesGetGet":{"value":"m-36b83664-0822-4fb3-99a3-8332754f3eae"},"SMMachinesProcessesListAcceptingPortsGet":{"value":"m-999066c5-38c5-4f2f-9ce0-51d738cdc432"},"SMMachinesProcessesListConnectionsGet":{"value":"m-A4AB1C69-03E9-42D2-B822-B42555569FB4"},"SMMachinesProcessesGetLivenessGet":{"value":"m-36b83664-0822-4fb3-99a3-8332754f3eae"}}},"PortNameParameter":{"description":"Port resource name.","in":"path","name":"portName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":64},"examples":{"SMMachinesPortsGetGet":{"value":"b-c0a80101_8000"},"SMMachinesPortsListAcceptingProcessesGet":{"value":"b-c0a80101_8000"},"SMMachinesPortsListConnectionsGet":{"value":"b-c0a8010a_10000"},"SMMachinesPortsGetLivenessGet":{"value":"b-c0a80101_8000"}}},"ProcessNameParameter":{"description":"Process resource name.","in":"path","name":"processName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":128},"examples":{"SMMachinesProcessesGetGet":{"value":"p-bbf99526b8fc5e7ee4f75568958a040d08489160"},"SMMachinesProcessesListAcceptingPortsGet":{"value":"p-37d1761114556be465c44e2300bda03178a6189e"},"SMMachinesProcessesListConnectionsGet":{"value":"p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0"},"SMMachinesProcessesGetLivenessGet":{"value":"p-bbf99526b8fc5e7ee4f75568958a040d08489160"}}},"ResourceGroupNameParameter":{"description":"Resource group name within the specified subscriptionId.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":1,"maxLength":64,"pattern":"[a-zA-Z0-9_-]+"},"examples":{"SMClientGroupsGetGet":{"value":"rg-sm"},"SMClientGroupsListMembersGet":{"value":"rg-sm"},"SMClientGroupsGetMembersCountGet":{"value":"rg-sm"},"SMMapsGenerateMachineGroupDependencyPost":{"value":"rg-sm"},"SMMapsGenerateMachineListDependencyPost":{"value":"rg-sm"},"SMMapsGenerateSingleMachineDependencyPost":{"value":"rg-sm"},"SMMachineGroupsListByWorkspaceGet":{"value":"rg-sm"},"SMMachineGroupsCreatePost":{"value":"rg-sm"},"SMMachineGroupsDeleteDelete":{"value":"rg-sm"},"SMMachineGroupsGetGet":{"value":"rg-sm"},"SMMachineGroupsUpdatePut":{"value":"rg-sm"},"SMMachinesListByWorkspaceGet":{"value":"rg-sm"},"SMMachinesGetGet":{"value":"rg-sm"},"SMMachinesListConnectionsGet":{"value":"rg-sm"},"SMMachinesGetLivenessGet":{"value":"rg-sm"},"SMMachinesListMachineGroupMembershipGet":{"value":"rg-sm"},"SMMachinesListPortsGet":{"value":"rg-sm"},"SMMachinesPortsGetGet":{"value":"rg-sm"},"SMMachinesPortsListAcceptingProcessesGet":{"value":"rg-sm"},"SMMachinesPortsListConnectionsGet":{"value":"rg-sm"},"SMMachinesPortsGetLivenessGet":{"value":"rg-sm"},"SMMachinesListProcessesGet":{"value":"rg-sm"},"SMMachinesProcessesGetGet":{"value":"rg-sm"},"SMMachinesProcessesListAcceptingPortsGet":{"value":"rg-sm"},"SMMachinesProcessesListConnectionsGet":{"value":"rg-sm"},"SMMachinesProcessesGetLivenessGet":{"value":"rg-sm"},"SMSummariesGetMachinesGet":{"value":"rg-sm"}}},"SubscriptionIdParameter":{"description":"Azure subscription identifier.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"SMClientGroupsGetGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMClientGroupsListMembersGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMClientGroupsGetMembersCountGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMapsGenerateMachineGroupDependencyPost":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMapsGenerateMachineListDependencyPost":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMapsGenerateSingleMachineDependencyPost":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachineGroupsListByWorkspaceGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachineGroupsCreatePost":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachineGroupsDeleteDelete":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachineGroupsGetGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachineGroupsUpdatePut":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesListByWorkspaceGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesGetGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesListConnectionsGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesGetLivenessGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesListMachineGroupMembershipGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesListPortsGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesPortsGetGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesPortsListAcceptingProcessesGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesPortsListConnectionsGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesPortsGetLivenessGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesListProcessesGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesProcessesGetGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesProcessesListAcceptingPortsGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesProcessesListConnectionsGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMMachinesProcessesGetLivenessGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"},"SMSummariesGetMachinesGet":{"value":"63BE4E24-FDF0-4E9C-9342-6A5D5A359722"}}},"WorkspaceNameParameter":{"description":"OMS workspace containing the resources of interest.","in":"path","name":"workspaceName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string","minLength":3,"maxLength":63,"pattern":"[a-zA-Z0-9_][a-zA-Z0-9_-]+[a-zA-Z0-9_]"},"examples":{"SMClientGroupsGetGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMClientGroupsListMembersGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMClientGroupsGetMembersCountGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMapsGenerateMachineGroupDependencyPost":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMapsGenerateMachineListDependencyPost":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMapsGenerateSingleMachineDependencyPost":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachineGroupsListByWorkspaceGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachineGroupsCreatePost":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachineGroupsDeleteDelete":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachineGroupsGetGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachineGroupsUpdatePut":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesListByWorkspaceGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesGetGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesListConnectionsGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesGetLivenessGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesListMachineGroupMembershipGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesListPortsGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesPortsGetGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesPortsListAcceptingProcessesGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesPortsListConnectionsGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesPortsGetLivenessGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesListProcessesGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesProcessesGetGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesProcessesListAcceptingPortsGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesProcessesListConnectionsGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMMachinesProcessesGetLivenessGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"},"SMSummariesGetMachinesGet":{"value":"D6F79F14-E563-469B-84B5-9286D2803B2F"}}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"Acceptor":{"allOf":[{"$ref":"#/components/schemas/Relationship"}],"description":"A process accepting on a port.","properties":{"properties":{"$ref":"#/components/schemas/AcceptorProperties"}},"x-ms-discriminator-value":"rel:acceptor"},"AcceptorProperties":{"description":"Properties for an acceptor relationship.","properties":{"destination":{"$ref":"#/components/schemas/ProcessReference"},"endTime":{"description":"Relationship end time.","format":"date-time","type":"string"},"source":{"$ref":"#/components/schemas/PortReference"},"startTime":{"description":"Relationship start time.","format":"date-time","type":"string"}},"required":["source","destination"]},"Accuracy":{"description":"Specifies the accuracy of a computation.","enum":["actual","estimated"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"Accuracy"}},"AgentConfiguration":{"description":"Describes the configuration of the Dependency Agent installed on a machine.","properties":{"agentId":{"description":"Health Service Agent unique identifier.","type":"string"},"clockGranularity":{"description":"Machine clock granularity in milliseconds.","format":"int32","type":"integer"},"dependencyAgentId":{"description":"Dependency Agent unique identifier.","type":"string"},"dependencyAgentRevision":{"description":"Dependency Agent revision number.","type":"string"},"dependencyAgentVersion":{"description":"Dependency Agent version number.","type":"string"},"rebootStatus":{"$ref":"#/components/schemas/MachineRebootStatus"}},"required":["agentId"]},"AzureCloudServiceConfiguration":{"description":"Describes an Azure Cloud Service","properties":{"deployment":{"description":"Cloud Service deployment identifier","type":"string"},"instanceId":{"description":"Cloud Service instance identifier","type":"string"},"name":{"description":"Cloud Service name","type":"string"},"roleName":{"description":"Cloud Service role name","type":"string"},"roleType":{"description":"Used to specify type of an Azure Cloud Service role","enum":["unknown","worker","web"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"AzureCloudServiceRoleType"}}}},"AzureHostingConfiguration":{"allOf":[{"$ref":"#/components/schemas/HostingConfiguration"}],"description":"Provides information about how a machine is hosted in Azure","properties":{"cloudService":{"$ref":"#/components/schemas/AzureCloudServiceConfiguration"},"faultDomain":{"description":"Fault domain of the VM.","type":"string"},"image":{"$ref":"#/components/schemas/ImageConfiguration"},"location":{"description":"Geographical location of the VM.","type":"string"},"name":{"description":"Machine name according to the hosting provider.","type":"string"},"resourceGroup":{"description":"Resource group name within the specified subscription.","type":"string"},"resourceId":{"description":"Unique identifier of the resource.","type":"string"},"serviceFabricCluster":{"$ref":"#/components/schemas/AzureServiceFabricClusterConfiguration"},"size":{"description":"Size of the VM.","type":"string"},"subscriptionId":{"description":"Subscription ID.","type":"string"},"updateDomain":{"description":"Update domain of the VM.","type":"string"},"vmId":{"description":"Virtual Machine ID (unique identifier).","type":"string"},"vmScaleSet":{"$ref":"#/components/schemas/AzureVmScaleSetConfiguration"}},"x-ms-discriminator-value":"provider:azure"},"AzureProcessHostingConfiguration":{"allOf":[{"$ref":"#/components/schemas/ProcessHostingConfiguration"}],"description":"Describes the hosting configuration of a process when hosted on azure","properties":{"cloudService":{"$ref":"#/components/schemas/AzureCloudServiceConfiguration"}},"x-ms-discriminator-value":"provider:azure"},"AzureServiceFabricClusterConfiguration":{"description":"Describes an Azure Service Fabric Cluster","properties":{"clusterId":{"description":"Service Fabric cluster identifier.","type":"string"},"name":{"description":"Service Fabric cluster name.","type":"string"}}},"AzureVmScaleSetConfiguration":{"description":"Describes an Azure Virtual Machine Scale Set","properties":{"deployment":{"description":"Virtual Machine Scale Set deployment identifier","type":"string"},"instanceId":{"description":"Virtual Machine Scale Set instance identifier","type":"string"},"name":{"description":"Virtual Machine Scale Set name","type":"string"},"resourceId":{"description":"Unique identifier of the resource.","type":"string"}}},"Bitness":{"description":"Specifies the bitness of a machine or process.","enum":["32bit","64bit"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"Bitness"}},"ClientGroup":{"allOf":[{"$ref":"#/components/schemas/CoreResource"}],"description":"Represents a collection of clients of a resource. A client group can represent the clients of a port, process, or a machine.","properties":{"properties":{"description":"Resource properties.","properties":{"clientsOf":{"$ref":"#/components/schemas/ResourceReference"}},"required":["clientsOf"],"type":"object","x-ms-client-flatten":true}},"x-ms-discriminator-value":"clientGroup"},"ClientGroupMember":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Represents a member of a client group","properties":{"properties":{"description":"Resource properties.","properties":{"ipAddress":{"description":"IP address.","type":"string"},"port":{"$ref":"#/components/schemas/PortReference"},"processes":{"description":"Processes accepting on the above port that received connections from this client.","items":{"$ref":"#/components/schemas/ProcessReference"},"type":"array"}},"type":"object","x-ms-client-flatten":true}}},"ClientGroupMembersCollection":{"description":"Collection of ClientGroupMember resources.","properties":{"nextLink":{"description":"The URL to the next set of resources.","type":"string"},"value":{"description":"Collection of ClientGroupMember resources.","items":{"$ref":"#/components/schemas/ClientGroupMember"},"type":"array"}},"type":"object"},"ClientGroupMembersCount":{"description":"Specifies the number of members in a client group.","properties":{"accuracy":{"$ref":"#/components/schemas/Accuracy"},"count":{"description":"Number of members in the client group. Use this value together with the value of ```accuracy```. If accuracy is `exact` then the value represents the actual number of members in the cloud. When accuracy is `estimated`, the actual number of members is larger than the value of ```count```.","format":"int32","type":"integer"},"endTime":{"description":"Membership interval start time.","format":"date-time","type":"string"},"groupId":{"description":"Client Group URI.","type":"string"},"startTime":{"description":"Membership interval start time.","format":"date-time","type":"string"}},"required":["startTime","endTime","groupId","count","accuracy"],"type":"object"},"ClientGroupReference":{"allOf":[{"$ref":"#/components/schemas/ResourceReference"}],"description":"Reference to a client group.","x-ms-discriminator-value":"ref:clientgroup"},"Connection":{"allOf":[{"$ref":"#/components/schemas/Relationship"}],"description":"A network connection.","properties":{"properties":{"$ref":"#/components/schemas/ConnectionProperties"}},"x-ms-discriminator-value":"rel:connection"},"ConnectionCollection":{"description":"Collection of Connection resources.","properties":{"nextLink":{"description":"The URL to the next set of resources.","type":"string"},"value":{"description":"Collection of Connection resources.","items":{"$ref":"#/components/schemas/Connection"},"type":"array"}},"type":"object"},"ConnectionFailureState":{"description":"Connection failure state:\n * ```ok``` indicates no failures\n * ```failed``` indicates only failures\n * ```mixed``` indicates both failures and successes","enum":["ok","failed","mixed"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"ConnectionFailureState"}},"ConnectionProperties":{"allOf":[{"$ref":"#/components/schemas/RelationshipProperties"}],"description":"Properties for a connection resource.","properties":{"failureState":{"$ref":"#/components/schemas/ConnectionFailureState"},"serverPort":{"$ref":"#/components/schemas/PortReference"}}},"CoreResource":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Marker resource for the core Service Map resources","discriminator":{"propertyName":"kind"},"properties":{"etag":{"description":"Resource ETAG.","type":"string"},"kind":{"description":"Additional resource type qualifier.","enum":["machine","process","port","clientGroup","machineGroup"],"type":"string"}},"required":["kind"]},"Error":{"description":"Error details.","properties":{"code":{"description":"Error code identifying the specific error.","type":"string"},"message":{"description":"Error message in the caller's locale.","type":"string"}},"required":["code"],"type":"object"},"ErrorResponse":{"description":"An error response from the API.","properties":{"error":{"$ref":"#/components/schemas/Error"}},"required":["error"],"type":"object"},"HostingConfiguration":{"description":"Describes the hosting configuration of a machine.","discriminator":{"propertyName":"kind"},"properties":{"kind":{"description":"Additional hosting configuration type qualifier.","enum":["provider:azure"],"type":"string"},"provider":{"description":"The hosting provider of the VM.","enum":["azure"],"type":"string"}},"required":["kind"]},"HypervisorConfiguration":{"description":"Describes the hypervisor configuration of a machine.","properties":{"hypervisorType":{"$ref":"#/components/schemas/HypervisorType"},"nativeHostMachineId":{"description":"The unique identifier of the hypervisor machine as reported by the underlying virtualization system.","type":"string"}}},"HypervisorType":{"description":"Specifies the hypervisor type of a machine.","enum":["unknown","hyperv"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"HypervisorType"}},"ImageConfiguration":{"description":"Describes the VM image of a machine.","properties":{"offering":{"description":"Offering of the VM image.","type":"string"},"publisher":{"description":"Publisher of the VM image.","type":"string"},"sku":{"description":"SKU of the VM image.","type":"string"},"version":{"description":"Version of the VM image.","type":"string"}}},"Ipv4NetworkInterface":{"description":"Describes an IPv4 network interface.","properties":{"ipAddress":{"description":"IPv4 address.","type":"string"},"subnetMask":{"default":"255.255.255.255","description":"IPv4 subnet mask.","type":"string"}},"required":["ipAddress"]},"Ipv6NetworkInterface":{"description":"Describes an IPv6 network interface.","properties":{"ipAddress":{"description":"IPv6 address.","type":"string"}},"required":["ipAddress"]},"Liveness":{"description":"Specifies the contents of a check liveness response.","properties":{"endTime":{"description":"Liveness interval end time.","format":"date-time","type":"string"},"live":{"description":"`true` if the resource is live during [startTime, endTime], `false` otherwise","type":"boolean"},"startTime":{"description":"Liveness interval start time.","format":"date-time","type":"string"}},"required":["startTime","endTime","live"],"type":"object"},"Machine":{"allOf":[{"$ref":"#/components/schemas/CoreResource"}],"description":"A machine resource represents a discovered computer system. It can be *monitored*, i.e., a Dependency Agent is running on it, or *discovered*, i.e., its existence was inferred by observing the data stream from monitored machines. As machines change, prior versions of the machine resource are preserved and available for access. A machine is live during an interval of time, if either its Dependency Agent has reported data during (parts) of that interval, or a Dependency agent running on other machines has reported activity associated with the machine.","properties":{"properties":{"description":"Resource properties.","properties":{"agent":{"$ref":"#/components/schemas/AgentConfiguration"},"bootTime":{"description":"UTC date and time when the machine last booted","format":"date-time","type":"string"},"computerName":{"description":"Name of the machine, e.g., server","type":"string"},"displayName":{"description":"Name to use for display purposes","type":"string"},"fullyQualifiedDomainName":{"description":"Fully-qualified name of the machine, e.g., server.company.com","type":"string"},"hosting":{"$ref":"#/components/schemas/HostingConfiguration"},"hypervisor":{"$ref":"#/components/schemas/HypervisorConfiguration"},"monitoringState":{"$ref":"#/components/schemas/MonitoringState"},"networking":{"$ref":"#/components/schemas/NetworkConfiguration"},"operatingSystem":{"$ref":"#/components/schemas/OperatingSystemConfiguration"},"resources":{"$ref":"#/components/schemas/MachineResourcesConfiguration"},"timestamp":{"description":"UTC date and time when this resource was updated in the system.","format":"date-time","type":"string"},"timezone":{"$ref":"#/components/schemas/Timezone"},"virtualMachine":{"$ref":"#/components/schemas/VirtualMachineConfiguration"},"virtualizationState":{"$ref":"#/components/schemas/VirtualizationState"}},"type":"object","x-ms-client-flatten":true}},"x-ms-discriminator-value":"machine"},"MachineCollection":{"description":"Collection of Machine resources.","properties":{"nextLink":{"description":"The URL to the next set of resources.","type":"string"},"value":{"description":"Collection of Machine resources.","items":{"$ref":"#/components/schemas/Machine"},"type":"array"}},"type":"object"},"MachineCountsByOperatingSystem":{"description":"Machines by operating system.","properties":{"linux":{"description":"Number of live Linux machines.","format":"int32","type":"integer"},"windows":{"description":"Number of live Windows machines.","format":"int32","type":"integer"}},"required":["windows","linux"],"type":"object"},"MachineGroup":{"allOf":[{"$ref":"#/components/schemas/CoreResource"}],"description":"A user-defined logical grouping of machines.","properties":{"etag":{"description":"Resource ETAG.","type":"string"},"properties":{"description":"Resource properties.","properties":{"count":{"description":"Count of machines in this group. The value of count may be bigger than the number of machines in case of the group has been truncated due to exceeding the max number of machines a group can handle.","format":"int32","type":"integer"},"displayName":{"description":"User defined name for the group","maxLength":256,"minLength":1,"type":"string"},"groupType":{"description":"Type of the machine group","enum":["unknown","azure-cs","azure-sf","azure-vmss","user-static"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"MachineGroupType"}},"machines":{"description":"References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was updated.","items":{"$ref":"#/components/schemas/MachineReferenceWithHints"},"type":"array"}},"required":["displayName"],"type":"object","x-ms-client-flatten":true}},"x-ms-discriminator-value":"machineGroup"},"MachineGroupCollection":{"description":"Collection of Machine Group resources.","properties":{"nextLink":{"description":"The URL to the next set of resources.","type":"string"},"value":{"description":"Collection of Machine Group resources.","items":{"$ref":"#/components/schemas/MachineGroup"},"type":"array"}},"type":"object"},"MachineGroupMapRequest":{"allOf":[{"$ref":"#/components/schemas/MultipleMachinesMapRequest"}],"description":"Specifies the computation of a machine group dependency map. A machine group dependency map includes all direct dependencies the machines in the group.","properties":{"machineGroupId":{"description":"URI of machine group resource for which to generate the map.","type":"string"}},"required":["machineGroupId"],"x-ms-discriminator-value":"map:machine-group-dependency"},"MachineListMapRequest":{"allOf":[{"$ref":"#/components/schemas/MultipleMachinesMapRequest"}],"description":"Specifies the computation of a one hope dependency map for a list of machines. The resulting map includes all direct dependencies for the specified machines.","properties":{"machineIds":{"description":"a list of URIs of machine resources for which to generate the map.","items":{"type":"string"},"type":"array"}},"required":["machineIds"],"x-ms-discriminator-value":"map:machine-list-dependency"},"MachineRebootStatus":{"description":"Specifies if the machine has been rebooted since the installation of the dependency agent.","enum":["unknown","rebooted","notRebooted"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"MachineRebootStatus"}},"MachineReference":{"allOf":[{"$ref":"#/components/schemas/ResourceReference"}],"description":"Reference to a machine.","x-ms-discriminator-value":"ref:machine"},"MachineReferenceWithHints":{"allOf":[{"$ref":"#/components/schemas/ResourceReference"}],"description":"A machine reference with a hint of the machine's name and operating system.","properties":{"properties":{"description":"Machine reference with name and os hints.","properties":{"displayNameHint":{"description":"Last known display name.","readOnly":true,"type":"string"},"osFamilyHint":{"$ref":"#/components/schemas/OperatingSystemFamily"}},"type":"object","x-ms-client-flatten":true}},"x-ms-discriminator-value":"ref:machinewithhints"},"MachineResourcesConfiguration":{"description":"Describes the resources of a machine.","properties":{"cpuSpeed":{"description":"CPU speed in megahertz (Mhz).","format":"int32","type":"integer"},"cpuSpeedAccuracy":{"$ref":"#/components/schemas/Accuracy"},"cpus":{"description":"Number of CPUs.","format":"int32","type":"integer"},"physicalMemory":{"description":"Physical memory in megabytes (MB).","format":"int32","type":"integer"}}},"MachinesSummary":{"allOf":[{"$ref":"#/components/schemas/Summary"}],"description":"A summary of the machines in the workspace.","properties":{"properties":{"$ref":"#/components/schemas/MachinesSummaryProperties"}}},"MachinesSummaryProperties":{"allOf":[{"$ref":"#/components/schemas/SummaryProperties"}],"description":"Summarizes machines in the workspace.","properties":{"live":{"description":"Number of live machines.","format":"int32","type":"integer"},"os":{"$ref":"#/components/schemas/MachineCountsByOperatingSystem"},"total":{"description":"Total number of machines.","format":"int32","type":"integer"}},"required":["total","live","os"],"type":"object"},"Map":{"description":"A map of resources and relationships between them.","properties":{"edges":{"$ref":"#/components/schemas/MapEdges"},"nodes":{"$ref":"#/components/schemas/MapNodes"}},"required":["nodes","edges"],"type":"object"},"MapEdges":{"description":"The edges (relationships) of a map.","properties":{"acceptors":{"description":"Processes accepting on a port.","items":{"$ref":"#/components/schemas/Acceptor"},"type":"array"},"connections":{"description":"Network connections.","items":{"$ref":"#/components/schemas/Connection"},"type":"array"}},"type":"object"},"MapNodes":{"description":"The nodes (entities) of a map.","properties":{"clientGroups":{"description":"Client Group resources.","items":{"$ref":"#/components/schemas/ClientGroup"},"type":"array"},"machines":{"description":"Machine resources.","items":{"$ref":"#/components/schemas/Machine"},"type":"array"},"ports":{"description":"Port resources.","items":{"$ref":"#/components/schemas/Port"},"type":"array"},"processes":{"description":"Process resources.","items":{"$ref":"#/components/schemas/Process"},"type":"array"}},"type":"object"},"MapRequest":{"description":"Specifies the contents of request to generate a map.","discriminator":{"propertyName":"kind"},"properties":{"endTime":{"description":"Map interval end time.","format":"date-time","type":"string"},"kind":{"description":"The type of map to create.","enum":["map:single-machine-dependency","map:machine-group-dependency","map:machine-list-dependency"],"type":"string"},"startTime":{"description":"Map interval start time.","format":"date-time","type":"string"}},"required":["kind"],"type":"object"},"MapResponse":{"description":"Specified the contents of a map response.","properties":{"endTime":{"description":"Map interval end time.","format":"date-time","type":"string"},"map":{"$ref":"#/components/schemas/Map"},"startTime":{"description":"Map interval start time.","format":"date-time","type":"string"}},"required":["startTime","endTime","map"],"type":"object"},"MonitoringState":{"description":"Used to specify if a resources is monitored or discovered.","enum":["monitored","discovered"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"MonitoringState"}},"MultipleMachinesMapRequest":{"allOf":[{"$ref":"#/components/schemas/MapRequest"}],"description":"Provides a base class for describing map requests for a collection of machines","properties":{"filterProcesses":{"description":"If true, only processes between specified machines will be included. Any connections in or out of those processes will be included.","type":"boolean"}}},"NetworkConfiguration":{"description":"Describes the network configuration of a machine.","properties":{"defaultIpv4Gateways":{"description":"Default IPv4 gateways.","items":{"description":"IPv4 address.","type":"string"},"type":"array"},"dnsNames":{"description":"DNS names associated with the machine.","items":{"description":"DNS name.","type":"string"},"type":"array"},"ipv4Interfaces":{"description":"IPv4 interfaces.","items":{"$ref":"#/components/schemas/Ipv4NetworkInterface"},"type":"array"},"ipv6Interfaces":{"description":"IPv6 interfaces.","items":{"$ref":"#/components/schemas/Ipv6NetworkInterface"},"type":"array"},"macAddresses":{"description":"MAC addresses of all active network interfaces.","items":{"description":"MAC address.","type":"string"},"type":"array"}}},"OperatingSystemConfiguration":{"description":"Describes the configuration of the operating system of a machine.","properties":{"bitness":{"$ref":"#/components/schemas/Bitness"},"family":{"$ref":"#/components/schemas/OperatingSystemFamily"},"fullName":{"description":"Operating system full name.","type":"string"}},"required":["family","fullName","bitness"]},"OperatingSystemFamily":{"description":"Specifies the operating system family, e.g., Linux, Windows, etc.","enum":["unknown","windows","linux","solaris","aix"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"OperatingSystemFamily"}},"Port":{"allOf":[{"$ref":"#/components/schemas/CoreResource"}],"description":"A port resource represents a server port on a machine. The port may be actively *monitored*, i.e., a Dependency Agent is running on its machine, or *discovered*, i.e., its existence was inferred by observing the data stream from monitored machines. A port is live during an interval of time, if that port had associated activity during (parts) of that interval.","properties":{"properties":{"description":"Resource properties.","properties":{"displayName":{"description":"Name to use for display purposes.","type":"string"},"ipAddress":{"description":"IP address associated with the port. At present only IPv4 addresses are supported.","type":"string"},"machine":{"$ref":"#/components/schemas/ResourceReference"},"monitoringState":{"$ref":"#/components/schemas/MonitoringState"},"portNumber":{"description":"Port number.","format":"int32","type":"integer"}},"type":"object","x-ms-client-flatten":true}},"x-ms-discriminator-value":"port"},"PortCollection":{"description":"Collection of Port resources.","properties":{"nextLink":{"description":"The URL to the next set of resources.","type":"string"},"value":{"description":"Collection of Port resources.","items":{"$ref":"#/components/schemas/Port"},"type":"array"}},"type":"object"},"PortReference":{"allOf":[{"$ref":"#/components/schemas/ResourceReference"}],"description":"Reference to a port.","properties":{"properties":{"description":"Resource properties.","properties":{"ipAddress":{"description":"IP address of the port.","readOnly":true,"type":"string"},"machine":{"$ref":"#/components/schemas/MachineReference"},"portNumber":{"description":"Port number.","format":"int32","type":"integer"}},"type":"object","x-ms-client-flatten":true}},"x-ms-discriminator-value":"ref:port"},"Process":{"allOf":[{"$ref":"#/components/schemas/CoreResource"}],"description":"A process resource represents a process running on a machine. The process may be actively *monitored*, i.e., a Dependency Agent is running on its machine, or *discovered*, i.e., its existence was inferred by observing the data stream from monitored machines. A process resource represents a pool of actual operating system resources that share command lines and metadata. As the process pool evolves over time, prior versions of the process resource are preserved and available for access. A process is live during an interval of time, if that process is executing during (parts) of that interval","properties":{"properties":{"description":"Resource properties.","properties":{"acceptorOf":{"$ref":"#/components/schemas/ResourceReference"},"clientOf":{"$ref":"#/components/schemas/ResourceReference"},"details":{"$ref":"#/components/schemas/ProcessDetails"},"displayName":{"description":"Name to use for display purposes","type":"string"},"executableName":{"description":"The name of the process executable","type":"string"},"group":{"description":"The name of the product or suite of the process. The group is determined by its executable name, command line, etc.","type":"string"},"hosting":{"$ref":"#/components/schemas/ProcessHostingConfiguration"},"machine":{"$ref":"#/components/schemas/ResourceReference"},"monitoringState":{"$ref":"#/components/schemas/MonitoringState"},"role":{"description":"The inferred role of this process based on its name, command line, etc.","enum":["webServer","appServer","databaseServer","ldapServer","smbServer"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"ProcessRole"}},"startTime":{"description":"UTC date and time when the process started","format":"date-time","type":"string"},"timestamp":{"description":"UTC date and time when this process resource was updated in the system","format":"date-time","type":"string"},"user":{"$ref":"#/components/schemas/ProcessUser"}},"type":"object","x-ms-client-flatten":true}},"x-ms-discriminator-value":"process"},"ProcessCollection":{"description":"Collection of Process resources.","properties":{"nextLink":{"description":"The URL to the next set of resources.","type":"string"},"value":{"description":"Collection of Process resources.","items":{"$ref":"#/components/schemas/Process"},"type":"array"}},"type":"object"},"ProcessDetails":{"description":"Describes process metadata.","properties":{"commandLine":{"description":"Process command line.","type":"string"},"companyName":{"description":"Name of company that created the process executable.","type":"string"},"description":{"description":"Process description.","type":"string"},"executablePath":{"description":"Process executable path.","type":"string"},"fileVersion":{"description":"File version.","type":"string"},"firstPid":{"description":"The Operating System Process Identifier (PID) of the first process in this process pool.","format":"int32","type":"integer"},"internalName":{"description":"Internal process name.","type":"string"},"persistentKey":{"description":"A unique identifier for a process, generally resilient to process restart, computed by Service Map.","type":"string"},"poolId":{"description":"Represents the identity of the process pool assigned to the process by Dependency Agent.","format":"int32","type":"integer"},"productName":{"description":"Product name.","type":"string"},"productVersion":{"description":"Product version.","type":"string"},"services":{"description":"Collection of services hosted by this Process (Windows only).","items":{"$ref":"#/components/schemas/ProcessHostedService"},"type":"array"},"workingDirectory":{"description":"Process workingDirectory.","type":"string"},"zoneName":{"description":"Process zone name (Linux only).","type":"string"}}},"ProcessHostedService":{"description":"A service hosted by a process.","properties":{"displayName":{"description":"The service's display name.","type":"string"},"name":{"description":"The name of the service.","type":"string"}}},"ProcessHostingConfiguration":{"description":"Describes the hosting configuration of a process.","discriminator":{"propertyName":"kind"},"properties":{"kind":{"description":"Additional hosting configuration type qualifier.","enum":["provider:azure"],"type":"string"},"provider":{"description":"The hosting provider of the VM.","enum":["azure"],"type":"string"}},"required":["kind"]},"ProcessReference":{"allOf":[{"$ref":"#/components/schemas/ResourceReference"}],"description":"Reference to a process.","properties":{"properties":{"description":"Resource properties.","properties":{"machine":{"$ref":"#/components/schemas/MachineReference"}},"type":"object","x-ms-client-flatten":true}},"x-ms-discriminator-value":"ref:process"},"ProcessUser":{"description":"Describes the user under which a process is running.","properties":{"userDomain":{"description":"Domain name for the user.","type":"string"},"userName":{"description":"User name under which the process is running.","type":"string"}}},"Relationship":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"A typed relationship between two entities.","discriminator":{"propertyName":"kind"},"properties":{"kind":{"description":"Additional resource type qualifier.","enum":["rel:connection","rel:acceptor"],"type":"string"}},"required":["kind"]},"RelationshipProperties":{"description":"Relationship properties.","properties":{"destination":{"$ref":"#/components/schemas/ResourceReference"},"endTime":{"description":"Relationship end time.","format":"date-time","type":"string"},"source":{"$ref":"#/components/schemas/ResourceReference"},"startTime":{"description":"Relationship start time.","format":"date-time","type":"string"}},"required":["source","destination"]},"Resource":{"description":"Resource model definition.","properties":{"id":{"description":"Resource identifier.","readOnly":true,"type":"string"},"name":{"description":"Resource name.","readOnly":true,"type":"string"},"type":{"description":"Resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"ResourceReference":{"description":"Represents a reference to another resource.","discriminator":{"propertyName":"kind"},"properties":{"id":{"description":"Resource URI.","type":"string"},"kind":{"description":"Specifies the sub-class of the reference.","enum":["ref:machine","ref:machinewithhints","ref:process","ref:port","ref:onmachine","ref:clientgroup"],"type":"string"},"name":{"description":"Resource name.","readOnly":true,"type":"string"},"type":{"description":"Resource type qualifier.","readOnly":true,"type":"string"}},"required":["id","kind"]},"SingleMachineDependencyMapRequest":{"allOf":[{"$ref":"#/components/schemas/MapRequest"}],"description":"Specifies the computation of a single server dependency map. A single server dependency map includes all direct dependencies of a given machine.","properties":{"machineId":{"description":"URI of machine resource for which to generate the map.","type":"string"}},"required":["machineId"],"x-ms-discriminator-value":"map:single-machine-dependency"},"Summary":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"Base for all resource summaries."},"SummaryProperties":{"description":"Base for all summaries.","properties":{"endTime":{"description":"Summary interval end time.","format":"date-time","type":"string"},"startTime":{"description":"Summary interval start time.","format":"date-time","type":"string"}},"required":["startTime","endTime"],"type":"object"},"Timezone":{"description":"Describes a timezone.","properties":{"fullName":{"description":"Timezone full name.","type":"string"}}},"VirtualMachineConfiguration":{"description":"Describes the virtualization-related configuration of a machine.","properties":{"nativeHostMachineId":{"description":"The unique identifier of the host of this virtual machine as reported by the underlying virtualization system.","type":"string"},"nativeMachineId":{"description":"The unique identifier of the virtual machine as reported by the underlying virtualization system.","type":"string"},"virtualMachineName":{"description":"The Name of the virtual machine.","type":"string"},"virtualMachineType":{"$ref":"#/components/schemas/VirtualMachineType"}}},"VirtualMachineType":{"description":"Specifies the virtualization type of a machine.","enum":["unknown","hyperv","ldom","lpar","vmware","virtualPc","xen"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"VirtualMachineType"}},"VirtualizationState":{"description":"Specifies if the machine is physical, virtual, hypervisor, or unknown.","enum":["unknown","physical","virtual","hypervisor"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"VirtualizationState"}}}}}