openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 293 kB
JSON
{"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/clientGr