diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json index 6097b9327a33..5830a62d4b10 100644 --- a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/arm-service-map.json @@ -40,6 +40,11 @@ "Machines" ], "operationId": "Machines_ListByWorkspace", + "x-ms-examples": { + "SMMachinesListByWorkspaceGet": { + "$ref": "./examples/Machines/SMMachinesListByWorkspaceGet.json" + } + }, "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).", "parameters": [ { @@ -122,6 +127,11 @@ "Machines" ], "operationId": "Machines_Get", + "x-ms-examples": { + "SMMachinesGetGet": { + "$ref": "./examples/Machines/SMMachinesGetGet.json" + } + }, "description": "Returns the specified machine.", "parameters": [ { @@ -170,6 +180,11 @@ "Machines" ], "operationId": "Machines_GetLiveness", + "x-ms-examples": { + "SMMachinesGetLivenessGet": { + "$ref": "./examples/Machines/SMMachinesGetLivenessGet.json" + } + }, "description": "Obtains the liveness status of the machine during the specified time interval.", "parameters": [ { @@ -226,6 +241,11 @@ "Machines" ], "operationId": "Machines_ListConnections", + "x-ms-examples": { + "SMMachinesListConnectionsGet": { + "$ref": "./examples/Machines/SMMachinesListConnectionsGet.json" + } + }, "description": "Returns a collection of connections terminating or originating at the specified machine", "parameters": [ { @@ -286,6 +306,11 @@ "Machines" ], "operationId": "Machines_ListProcesses", + "x-ms-examples": { + "SMMachinesListProcessesGet": { + "$ref": "./examples/Machines/Processes/SMMachinesListProcessesGet.json" + } + }, "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). ", "parameters": [ { @@ -361,6 +386,11 @@ "Processes" ], "operationId": "Processes_Get", + "x-ms-examples": { + "SMMachinesProcessesGetGet": { + "$ref": "./examples/Machines/Processes/SMMachinesProcessesGetGet.json" + } + }, "description": "Returns the specified process.", "parameters": [ { @@ -412,6 +442,11 @@ "Processes" ], "operationId": "Processes_GetLiveness", + "x-ms-examples": { + "SMMachinesProcessesGetLivenessGet": { + "$ref": "./examples/Machines/Processes/SMMachinesProcessesGetLivenessGet.json" + } + }, "description": "Obtains the liveness status of the process during the specified time interval.", "parameters": [ { @@ -471,6 +506,11 @@ "Processes" ], "operationId": "Processes_ListAcceptingPorts", + "x-ms-examples": { + "SMMachinesProcessesListAcceptingPortsGet": { + "$ref": "./examples/Machines/Processes/SMMachinesProcessesListAcceptingPortsGet.json" + } + }, "description": "Returns a collection of ports on which this process is accepting", "parameters": [ { @@ -533,6 +573,11 @@ "Processes" ], "operationId": "Processes_ListConnections", + "x-ms-examples": { + "SMMachinesProcessesListConnectionsGet": { + "$ref": "./examples/Machines/Processes/SMMachinesProcessesListConnectionsGet.json" + } + }, "description": "Returns a collection of connections terminating or originating at the specified process", "parameters": [ { @@ -596,6 +641,11 @@ "Ports" ], "operationId": "Machines_ListPorts", + "x-ms-examples": { + "SMMachinesListPortsGet": { + "$ref": "./examples/Machines/Ports/SMMachinesListPortsGet.json" + } + }, "description": "Returns a collection of live ports on the specified machine during the specified time interval.", "parameters": [ { @@ -655,6 +705,11 @@ "Ports" ], "operationId": "Ports_Get", + "x-ms-examples": { + "SMMachinesPortsGetGet": { + "$ref": "./examples/Machines/Ports/SMMachinesPortsGetGet.json" + } + }, "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.", "parameters": [ { @@ -714,6 +769,11 @@ "Ports" ], "operationId": "Ports_GetLiveness", + "x-ms-examples": { + "SMMachinesPortsGetLivenessGet": { + "$ref": "./examples/Machines/Ports/SMMachinesPortsGetLivenessGet.json" + } + }, "description": "Obtains the liveness status of the port during the specified time interval.", "parameters": [ { @@ -774,6 +834,11 @@ "Processes" ], "operationId": "Ports_ListAcceptingProcesses", + "x-ms-examples": { + "SMMachinesPortsListAcceptingProcessesGet": { + "$ref": "./examples/Machines/Ports/SMMachinesPortsListAcceptingProcessesGet.json" + } + }, "description": "Returns a collection of processes accepting on the specified port", "parameters": [ { @@ -836,6 +901,11 @@ "Ports" ], "operationId": "Ports_ListConnections", + "x-ms-examples": { + "SMMachinesPortsListConnectionsGet": { + "$ref": "./examples/Machines/Ports/SMMachinesPortsListConnectionsGet.json" + } + }, "description": "Returns a collection of connections established via the specified port.", "parameters": [ { @@ -899,7 +969,12 @@ "MachineGroups" ], "operationId": "Machines_ListMachineGroupMembership", - "description": "Returns a collection of machine groups this machine belongs to.", + "x-ms-examples": { + "SMMachinesListMachineGroupMembershipGet": { + "$ref": "./examples/Machines/MachineGroups/SMMachinesListMachineGroupMembershipGet.json" + } + }, + "description": "Returns a collection of machine groups this machine belongs to during the specified time interval.", "parameters": [ { "$ref": "#/parameters/SubscriptionIdParameter" @@ -915,6 +990,22 @@ }, { "$ref": "#/parameters/MachineNameParameter" + }, + { + "name": "startTime", + "in": "query", + "required": false, + "type": "string", + "format": "date-time", + "description": "UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m" + }, + { + "name": "endTime", + "in": "query", + "required": false, + "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" } ], "responses": { @@ -942,6 +1033,11 @@ "Client Groups" ], "operationId": "ClientGroups_Get", + "x-ms-examples": { + "SMClientGroupsGetGet": { + "$ref": "./examples/ClientGroups/SMClientGroupsGetGet.json" + } + }, "description": "Retrieves the specified client group", "parameters": [ { @@ -998,6 +1094,11 @@ "Client Groups" ], "operationId": "ClientGroups_GetMembersCount", + "x-ms-examples": { + "SMClientGroupsGetMembersCountGet": { + "$ref": "./examples/ClientGroups/SMClientGroupsGetMembersCountGet.json" + } + }, "description": "Returns the approximate number of members in the client group.", "parameters": [ { @@ -1054,6 +1155,11 @@ "Client Groups" ], "operationId": "ClientGroups_ListMembers", + "x-ms-examples": { + "SMClientGroupsListMembersGet": { + "$ref": "./examples/ClientGroups/SMClientGroupsListMembersGet.json" + } + }, "description": "Returns the members of the client group during the specified time interval.", "parameters": [ { @@ -1123,6 +1229,17 @@ "Maps" ], "operationId": "Maps_Generate", + "x-ms-examples": { + "SMMapsGenerateSingleMachineDependencyPost": { + "$ref": "./examples/Maps/SMMapsGenerateSingleMachineDependencyPost.json" + }, + "SMMapsGenerateMachineGroupDependencyPost": { + "$ref": "./examples/Maps/SMMapsGenerateMachineGroupDependencyPost.json" + }, + "SMMapsGenerateMachineListDependencyPost": { + "$ref": "./examples/Maps/SMMapsGenerateMachineListDependencyPost.json" + } + }, "description": "Generates the specified map.", "parameters": [ { @@ -1169,6 +1286,11 @@ "Summaries" ], "operationId": "Summaries_GetMachines", + "x-ms-examples": { + "SMSummariesGetMachinesGet": { + "$ref": "./examples/Summaries/SMSummariesGetMachinesGet.json" + } + }, "description": "Returns summary information about the machines in the workspace.", "parameters": [ { @@ -1222,7 +1344,12 @@ "MachineGroups" ], "operationId": "MachineGroups_ListByWorkspace", - "description": "Returns all machine groups.", + "x-ms-examples": { + "SMMachineGroupsListByWorkspaceGet": { + "$ref": "./examples/MachineGroups/SMMachineGroupsListByWorkspaceGet.json" + } + }, + "description": "Returns all machine groups during the specified time interval.", "parameters": [ { "$ref": "#/parameters/SubscriptionIdParameter" @@ -1235,6 +1362,22 @@ }, { "$ref": "#/parameters/ApiVersionParameter" + }, + { + "name": "startTime", + "in": "query", + "required": false, + "type": "string", + "format": "date-time", + "description": "UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m" + }, + { + "name": "endTime", + "in": "query", + "required": false, + "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" } ], "responses": { @@ -1260,6 +1403,11 @@ "MachineGroups" ], "operationId": "MachineGroups_Create", + "x-ms-examples": { + "SMMachineGroupsCreatePost": { + "$ref": "./examples/MachineGroups/SMMachineGroupsCreatePost.json" + } + }, "description": "Creates a new machine group.", "parameters": [ { @@ -1306,7 +1454,12 @@ "MachineGroups" ], "operationId": "MachineGroups_Get", - "description": "Returns the specified machine group.", + "x-ms-examples": { + "SMMachineGroupsGetGet": { + "$ref": "./examples/MachineGroups/SMMachineGroupsGetGet.json" + } + }, + "description": "Returns the specified machine group as it existed during the specified time interval.", "parameters": [ { "$ref": "#/parameters/SubscriptionIdParameter" @@ -1322,6 +1475,22 @@ }, { "$ref": "#/parameters/MachineGroupNameParameter" + }, + { + "name": "startTime", + "in": "query", + "required": false, + "type": "string", + "format": "date-time", + "description": "UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m" + }, + { + "name": "endTime", + "in": "query", + "required": false, + "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" } ], "responses": { @@ -1344,6 +1513,11 @@ "MachineGroups" ], "operationId": "MachineGroups_Update", + "x-ms-examples": { + "SMMachineGroupsUpdatePut": { + "$ref": "./examples/MachineGroups/SMMachineGroupsUpdatePut.json" + } + }, "description": "Updates a machine group.", "parameters": [ { @@ -1391,6 +1565,11 @@ "MachineGroups" ], "operationId": "MachineGroups_Delete", + "x-ms-examples": { + "SMMachineGroupsDeleteDelete": { + "$ref": "./examples/MachineGroups/SMMachineGroupsDeleteDelete.json" + } + }, "description": "Deletes the specified Machine Group.", "parameters": [ { @@ -1471,7 +1650,8 @@ "ref:machinewithhints", "ref:process", "ref:port", - "ref:onmachine" + "ref:onmachine", + "ref:clientgroup" ] } }, @@ -1573,6 +1753,15 @@ } } }, + "ClientGroupReference": { + "description": "Reference to a client group.", + "allOf": [ + { + "$ref": "#/definitions/ResourceReference" + } + ], + "x-ms-discriminator-value": "ref:clientgroup" + }, "CoreResource": { "description": "Marker resource for the core Service Map resources", "allOf": [ @@ -1673,6 +1862,10 @@ "hypervisor": { "$ref": "#/definitions/HypervisorConfiguration", "description": "Hypervisor-related configuration. Present only when 'virtualizationState' is `hypervisor`." + }, + "hosting": { + "$ref": "#/definitions/HostingConfiguration", + "description": "Hosting-related configuration. Present if hosting information is discovered for the VM." } } } @@ -1733,6 +1926,10 @@ }, "description": "The inferred role of this process based on its name, command line, etc." }, + "group": { + "type": "string", + "description": "The name of the product or suite of the process. The group is determined by its executable name, command line, etc." + }, "details": { "$ref": "#/definitions/ProcessDetails", "description": "Process metadata (command line, product name, etc.)." @@ -1748,6 +1945,10 @@ "acceptorOf": { "$ref": "#/definitions/ResourceReference", "description": "Present only for a discovered process acting as a server. References the port on which the discovered process is accepting." + }, + "hosting": { + "$ref": "#/definitions/ProcessHostingConfiguration", + "description": "Information about the hosting environment" } } } @@ -1867,18 +2068,38 @@ "type": "object", "description": "Resource properties.", "properties": { + "groupType": { + "type": "string", + "enum": [ + "unknown", + "azure-cs", + "azure-sf", + "azure-vmss", + "user-static" + ], + "x-ms-enum": { + "name": "MachineGroupType", + "modelAsString": true + }, + "description": "Type of the machine group" + }, "displayName": { "type": "string", "description": "User defined name for the group", "minLength": 1, "maxLength": 256 }, + "count": { + "type": "integer", + "format": "int32", + "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." + }, "machines": { "type": "array", "items": { "$ref": "#/definitions/MachineReferenceWithHints" }, - "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." + "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." } }, "required": [ @@ -2519,6 +2740,181 @@ } } }, + "HostingConfiguration": { + "description": "Describes the hosting configuration of a machine.", + "discriminator": "kind", + "properties": { + "provider": { + "type": "string", + "description": "The hosting provider of the VM.", + "enum": [ + "azure" + ] + }, + "kind": { + "type": "string", + "description": "Additional hostring configuration type qualifier.", + "enum": [ + "provider:azure" + ] + } + }, + "required": [ + "kind" + ] + }, + "AzureHostingConfiguration": { + "description": "Provides information about how a machine is hosted in Azure", + "allOf": [ + { + "$ref": "#/definitions/HostingConfiguration" + } + ], + "x-ms-discriminator-value": "provider:azure", + "properties": { + "vmId": { + "type": "string", + "description": "Virtual Machine ID (unique identifier)." + }, + "location": { + "type": "string", + "description": "Geographical location of the VM." + }, + "name": { + "type": "string", + "description": "Machine name according to the hosting provider." + }, + "size": { + "type": "string", + "description": "Size of the VM." + }, + "updateDomain": { + "type": "string", + "description": "Update domain of the VM." + }, + "faultDomain": { + "type": "string", + "description": "Fault domain of the VM." + }, + "subscriptionId": { + "type": "string", + "description": "Subscription ID." + }, + "resourceGroup": { + "type": "string", + "description": "Resource group name within the specified subscription." + }, + "resourceId": { + "type": "string", + "description": "Unique identifier of the resource." + }, + "image": { + "$ref": "#/definitions/ImageConfiguration", + "description": "Image of the machine." + }, + "cloudService": { + "$ref": "#/definitions/AzureCloudServiceConfiguration", + "description": "Contains information about machines hosted as an Azure Cloud Service" + }, + "vmScaleSet": { + "$ref": "#/definitions/AzureVmScaleSetConfiguration", + "description": "Contains information about machines hosted as an Azure Virtual Machine Scale Set" + }, + "serviceFabricCluster": { + "$ref": "#/definitions/AzureServiceFabricClusterConfiguration", + "description": "Contains information about machines that belong an Azure Service Fabric Cluster" + } + } + }, + "AzureCloudServiceConfiguration": { + "description": "Describes an Azure Cloud Service", + "properties": { + "name": { + "type": "string", + "description": "Cloud Service name" + }, + "instanceId": { + "type": "string", + "description": "Cloud Service instance identifier" + }, + "deployment": { + "type": "string", + "description": "Cloud Service deployment identifier" + }, + "roleName": { + "type": "string", + "description": "Cloud Service role name" + }, + "roleType": { + "type": "string", + "enum": [ + "unknown", + "worker", + "web" + ], + "x-ms-enum": { + "name": "AzureCloudServiceRoleType", + "modelAsString": false + }, + "description": "Used to specify type of an Azure Cloud Service role" + } + } + }, + "AzureVmScaleSetConfiguration": { + "description": "Describes an Azure Virtual Machine Scale Set", + "properties": { + "name": { + "type": "string", + "description": "Virtual Machine Scale Set name" + }, + "instanceId": { + "type": "string", + "description": "Virtual Machine Scale Set instance identifier" + }, + "deployment": { + "type": "string", + "description": "Virtual Machine Scale Set deployment identifier" + }, + "resourceId": { + "type": "string", + "description": "Unique identifier of the resource." + } + } + }, + "AzureServiceFabricClusterConfiguration": { + "description": "Describes an Azure Service Fabric Cluster", + "properties": { + "name": { + "type": "string", + "description": "Service Fabric cluster name." + }, + "clusterId": { + "type": "string", + "description": "Service Fabric cluster indentifier." + } + } + }, + "ImageConfiguration": { + "description": "Describes the VM image of a machine.", + "properties": { + "publisher": { + "type": "string", + "description": "Publisher of the VM image." + }, + "offering": { + "type": "string", + "description": "Offering of the VM image." + }, + "sku": { + "type": "string", + "description": "SKU of the VM image." + }, + "version": { + "type": "string", + "description": "Version of the VM image." + } + } + }, "ProcessUser": { "description": "Describes the user under which a process is running.", "properties": { @@ -2542,7 +2938,7 @@ "poolId": { "type": "integer", "format": "int32", - "description": "Represents the identity of the process pool assigned to the process by Dependency Agent. " + "description": "Represents the identity of the process pool assigned to the process by Dependency Agent." }, "firstPid": { "type": "integer", @@ -2584,6 +2980,68 @@ "workingDirectory": { "type": "string", "description": "Process workingDirectory." + }, + "services": { + "type": "array", + "items": { + "$ref": "#/definitions/ProcessHostedService" + }, + "description": "Collection of services hosted by this Process (Windows only)." + }, + "zoneName": { + "type": "string", + "description": "Process zone name (Linux only)." + } + } + }, + "ProcessHostedService": { + "description": "A service hosted by a process.", + "properties": { + "name": { + "type": "string", + "description": "The name of the service." + }, + "displayName": { + "type": "string", + "description": "The service's display name." + } + } + }, + "ProcessHostingConfiguration": { + "description": "Describes the hosting configuration of a process.", + "discriminator": "kind", + "properties": { + "provider": { + "type": "string", + "description": "The hosting provider of the VM.", + "enum": [ + "azure" + ] + }, + "kind": { + "type": "string", + "description": "Additional hostring configuration type qualifier.", + "enum": [ + "provider:azure" + ] + } + }, + "required": [ + "kind" + ] + }, + "AzureProcessHostingConfiguration": { + "description": "Describes the hosting configuration of a process when hosted on azure", + "allOf": [ + { + "$ref": "#/definitions/ProcessHostingConfiguration" + } + ], + "x-ms-discriminator-value": "provider:azure", + "properties": { + "cloudService": { + "$ref": "#/definitions/AzureCloudServiceConfiguration", + "description": "Contains information about the cloud service the process belongs to" } } }, @@ -2605,14 +3063,14 @@ "$ref": "#/definitions/Process" } }, - "Ports": { + "ports": { "description": "Port resources.", "type": "array", "items": { "$ref": "#/definitions/Port" } }, - "ClientGroups": { + "clientGroups": { "description": "Client Group resources.", "type": "array", "items": { @@ -2702,7 +3160,8 @@ "description": "The type of map to create.", "enum": [ "map:single-machine-dependency", - "map:machine-group-dependency" + "map:machine-group-dependency", + "map:machine-list-dependency" ] } }, @@ -2728,22 +3187,53 @@ "machineId" ] }, - "MachineGroupMapRequest": { - "description": "Specifies the computation of a machine group dependency map. A machine group dependency map includes all direct dependencies of a group of machines.", + "MultipleMachinesMapRequest": { + "description": "Provides a base class for describing map requests for a collection of machines", "allOf": [ { "$ref": "#/definitions/MapRequest" } ], + "properties": { + "filterProcesses": { + "type": "boolean", + "description": "If true, only processes between specified machines will be included. Any connections in or out of those processes will be included." + } + } + }, + "MachineListMapRequest": { + "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.", + "allOf": [ + { + "$ref": "#/definitions/MultipleMachinesMapRequest" + } + ], + "x-ms-discriminator-value": "map:machine-list-dependency", + "properties": { + "machineIds": { + "type": "array", + "items": { + "type": "string" + }, + "description": "a list of URIs of machine resources for which to generate the map." + } + }, + "required": [ + "machineIds" + ] + }, + "MachineGroupMapRequest": { + "description": "Specifies the computation of a machine group dependency map. A machine group dependency map includes all direct dependencies the machines in the group.", + "allOf": [ + { + "$ref": "#/definitions/MultipleMachinesMapRequest" + } + ], "x-ms-discriminator-value": "map:machine-group-dependency", "properties": { "machineGroupId": { "type": "string", "description": "URI of machine group resource for which to generate the map." - }, - "filterProcesses": { - "type": "boolean", - "description": "If true, only processes between grouped machines will be included. Any connections in or out of those processes will be included." } }, "required": [ diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/ClientGroups/SMClientGroupsGetGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/ClientGroups/SMClientGroupsGetGet.json new file mode 100644 index 000000000000..4e6dd14a8907 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/ClientGroups/SMClientGroupsGetGet.json @@ -0,0 +1,39 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "clientGroupName": "m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-c0a8010a_10000", + "startTime": "2018-01-08T21:26:53.7181136Z", + "endTime": "2018-01-08T21:28:53.7181136Z" + }, + "responses": { + "200": { + "body": { + "kind": "clientGroup", + "properties": { + "clientsOf": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, + "ipAddress": "192.168.1.10", + "portNumber": 10000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_10000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-c0a8010a_10000" + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/ClientGroups/SMClientGroupsGetMembersCountGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/ClientGroups/SMClientGroupsGetMembersCountGet.json new file mode 100644 index 000000000000..c73e93aad3c5 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/ClientGroups/SMClientGroupsGetMembersCountGet.json @@ -0,0 +1,22 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "clientGroupName": "m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000", + "startTime": "2018-01-08T21:51:48.301Z", + "endTime": "2018-01-08T21:52:03.301Z" + }, + "responses": { + "200": { + "body": { + "startTime": "2018-01-08T21:51:48.301Z", + "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", + "count": 25, + "accuracy": "actual" + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/ClientGroups/SMClientGroupsListMembersGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/ClientGroups/SMClientGroupsListMembersGet.json new file mode 100644 index 000000000000..af15f04b7eeb --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/ClientGroups/SMClientGroupsListMembersGet.json @@ -0,0 +1,594 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "clientGroupName": "m!m-12bc33c3-31ad-42e0-a08b-bd1c2531776b!b!b-c0a8010a_8000", + "startTime": "2018-01-08T21:51:48.301Z", + "endTime": "2018-01-08T21:52:03.301Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "properties": { + "ipAddress": "1.1.0.0", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010000" + }, { + "properties": { + "ipAddress": "1.1.0.1", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010001" + }, { + "properties": { + "ipAddress": "1.1.0.2", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010002" + }, { + "properties": { + "ipAddress": "1.1.0.3", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010003" + }, { + "properties": { + "ipAddress": "1.1.0.4", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010004" + }, { + "properties": { + "ipAddress": "1.1.0.5", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010005" + }, { + "properties": { + "ipAddress": "1.1.0.6", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010006" + }, { + "properties": { + "ipAddress": "1.1.0.7", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010007" + }, { + "properties": { + "ipAddress": "1.1.0.8", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010008" + }, { + "properties": { + "ipAddress": "1.1.0.9", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010009" + }, { + "properties": { + "ipAddress": "1.1.0.10", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "0101000a" + }, { + "properties": { + "ipAddress": "1.1.0.11", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "0101000b" + }, { + "properties": { + "ipAddress": "1.1.0.12", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "0101000c" + }, { + "properties": { + "ipAddress": "1.1.0.13", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "0101000d" + }, { + "properties": { + "ipAddress": "1.1.0.14", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "0101000e" + }, { + "properties": { + "ipAddress": "1.1.0.15", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "0101000f" + }, { + "properties": { + "ipAddress": "1.1.0.16", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010010" + }, { + "properties": { + "ipAddress": "1.1.0.17", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010011" + }, { + "properties": { + "ipAddress": "1.1.0.18", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010012" + }, { + "properties": { + "ipAddress": "1.1.0.19", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010013" + }, { + "properties": { + "ipAddress": "1.1.0.20", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010014" + }, { + "properties": { + "ipAddress": "1.1.0.21", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010015" + }, { + "properties": { + "ipAddress": "1.1.0.22", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010016" + }, { + "properties": { + "ipAddress": "1.1.0.23", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010017" + }, { + "properties": { + "ipAddress": "1.1.0.24", + "port": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-12bc33c3-31ad-42e0-a08b-bd1c2531776b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-12bc33c3-31ad-42e0-a08b-bd1c2531776b" + }, + "ipAddress": "192.168.1.10", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_8000" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups/members", + "name": "01010018" + } + ] + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsCreatePost.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsCreatePost.json new file mode 100644 index 000000000000..1080fd71b69c --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsCreatePost.json @@ -0,0 +1,48 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineGroup": { + "kind": "machineGroup", + "properties": { + "displayName": "Foo", + "count": 1, + "machines": [{ + "kind": "ref:machinewithhints", + "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" + } + ] + }, + "etag": "e20e75b5-5765-48a5-9503-9d1b7fd20925" + } + }, + "responses": { + "201": { + "body": { + "kind": "machineGroup", + "properties": { + "groupType": "unknown", + "displayName": "Foo", + "count": 1, + "machines": [{ + "kind": "ref:machinewithhints", + "properties": { + "displayNameHint": "MachineName", + "osFamilyHint": "windows" + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-2f2506f5-cf18-4dc6-98ba-d84ce2610ae0" + } + ] + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machineGroups", + "name": "ccaf142f-57f7-4510-bd80-b073cd5dcdec" + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsDeleteDelete.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsDeleteDelete.json new file mode 100644 index 000000000000..c6f6dd8767ec --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsDeleteDelete.json @@ -0,0 +1,12 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineGroupName": "ccfbf4bf-dc08-4371-9e9b-00a8d875d45a" + }, + "responses": { + "204": {} + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsGetGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsGetGet.json new file mode 100644 index 000000000000..f6bd399d8d7b --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsGetGet.json @@ -0,0 +1,37 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineGroupName": "07597c56-5395-4815-839c-c4e7bddbac18" + }, + "responses": { + "200": { + "body": { + "kind": "machineGroup", + "properties": { + "groupType": "unknown", + "displayName": "Foo", + "count": 2, + "machines": [{ + "kind": "ref:machinewithhints", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, { + "kind": "ref:machinewithhints", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + ] + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machineGroups", + "name": "07597c56-5395-4815-839c-c4e7bddbac18" + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsListByWorkspaceGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsListByWorkspaceGet.json new file mode 100644 index 000000000000..bd24642a00b1 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsListByWorkspaceGet.json @@ -0,0 +1,64 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "startTime": "2018-01-08T19:17:49.333139Z", + "endTime": "2018-01-08T19:19:49.333139Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "kind": "machineGroup", + "properties": { + "groupType": "unknown", + "displayName": "Foo", + "count": 2, + "machines": [{ + "kind": "ref:machinewithhints", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, { + "kind": "ref:machinewithhints", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + ] + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machineGroups", + "name": "07597c56-5395-4815-839c-c4e7bddbac18" + }, { + "kind": "machineGroup", + "properties": { + "groupType": "unknown", + "displayName": "Bar", + "count": 2, + "machines": [{ + "kind": "ref:machinewithhints", + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-573847EE-4D31-4936-A8B2-771372806C80" + }, { + "kind": "ref:machinewithhints", + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123" + } + ] + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machineGroups", + "name": "4cac6673-1395-4fcd-975d-3bfe35ad57d2" + } + ] + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsUpdatePut.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsUpdatePut.json new file mode 100644 index 000000000000..1822b3835144 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/MachineGroups/SMMachineGroupsUpdatePut.json @@ -0,0 +1,49 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineGroupName": "ccfbf4bf-dc08-4371-9e9b-00a8d875d45a", + "machineGroup": { + "kind": "machineGroup", + "properties": { + "displayName": "Foo", + "count": 1, + "machines": [{ + "kind": "ref:machinewithhints", + "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" + } + ] + }, + "etag": "8cd3a8a1-4b1f-43fc-ae3c-b2c092561444" + } + }, + "responses": { + "200": { + "body": { + "kind": "machineGroup", + "properties": { + "groupType": "unknown", + "displayName": "Foo", + "count": 1, + "machines": [{ + "kind": "ref:machinewithhints", + "properties": { + "displayNameHint": "MachineName", + "osFamilyHint": "windows" + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-0fe4b501-7ac9-41d7-a4e1-1591a0789519" + } + ] + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machineGroups", + "name": "ccfbf4bf-dc08-4371-9e9b-00a8d875d45a" + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/MachineGroups/SMMachinesListMachineGroupMembershipGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/MachineGroups/SMMachinesListMachineGroupMembershipGet.json new file mode 100644 index 000000000000..f3e9c3deb9b2 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/MachineGroups/SMMachinesListMachineGroupMembershipGet.json @@ -0,0 +1,42 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "startTime": "2018-01-08T19:17:49.333139Z", + "endTime": "2018-01-08T19:19:49.333139Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "kind": "machineGroup", + "properties": { + "groupType": "unknown", + "displayName": "Foo", + "count": 2, + "machines": [{ + "kind": "ref:machinewithhints", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, { + "kind": "ref:machinewithhints", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + ] + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machineGroups", + "name": "07597c56-5395-4815-839c-c4e7bddbac18" + } + ] + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesListPortsGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesListPortsGet.json new file mode 100644 index 000000000000..fd7b4645af54 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesListPortsGet.json @@ -0,0 +1,70 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "startTime": "2018-01-07T08:01:48.525Z", + "endTime": "2018-01-07T08:01:48.525Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432" + }, + "displayName": ":8000", + "ipAddress": "192.168.1.1", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_8000" + }, { + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432" + }, + "displayName": ":8001", + "ipAddress": "192.168.1.1", + "portNumber": 8001 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_8001" + }, { + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432" + }, + "displayName": ":8002", + "ipAddress": "192.168.1.1", + "portNumber": 8002 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_8002" + } + ] + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsGetGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsGetGet.json new file mode 100644 index 000000000000..5200ea112769 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsGetGet.json @@ -0,0 +1,32 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "portName": "b-c0a80101_8000", + "startTime": "2018-01-07T08:01:48.525Z", + "endTime": "2018-01-07T08:01:48.525Z" + }, + "responses": { + "200": { + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432" + }, + "displayName": ":8000", + "ipAddress": "192.168.1.1", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_8000" + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsGetLivenessGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsGetLivenessGet.json new file mode 100644 index 000000000000..6977858aafcd --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsGetLivenessGet.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "portName": "b-c0a80101_8000", + "startTime": "2018-01-07T08:01:48.525Z", + "endTime": "2018-01-07T08:01:48.525Z" + }, + "responses": { + "200": { + "body": { + "startTime": "2018-01-07T08:01:48.525Z", + "endTime": "2018-01-07T08:01:48.525Z", + "live": true + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsListAcceptingProcessesGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsListAcceptingProcessesGet.json new file mode 100644 index 000000000000..402f531323ae --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsListAcceptingProcessesGet.json @@ -0,0 +1,104 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e", + "portName": "b-c0a80101_8000", + "startTime": "2018-01-08T18:37:39.936Z", + "endTime": "2018-01-08T18:37:54.936Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e" + }, + "executableName": "process", + "displayName": "process", + "startTime": "2018-01-08T18:27:39.936Z", + "group": "myproductname", + "details": { + "persistentKey": "1a502634-e7ca-4c56-b10d-545f60623ef2", + "poolId": 12, + "firstPid": 10, + "description": "mydescription", + "companyName": "mycompany", + "internalName": "myinternalname", + "productName": "myproductname", + "productVersion": "3.3.3.3", + "fileVersion": "1.2.3.4", + "commandLine": "cmdline", + "executablePath": "mypath", + "workingDirectory": "myworkingdir", + "services": [{ + "name": "foosvc", + "displayName": "Foo Service" + } + ], + "zoneName": "LinuxOnlyZone" + }, + "user": { + "userName": "myuser", + "userDomain": "mydomain" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-e832fd7598b913c9f6d751b977028248c48c35dc" + }, { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-1bc28d72-0e81-4aff-b1e3-ae12e8da155e" + }, + "executableName": "process", + "displayName": "process", + "startTime": "2018-01-08T18:27:39.936Z", + "group": "myproductname", + "details": { + "persistentKey": "677cde70-5589-41f3-89b8-4b866ed5c86e", + "poolId": 12, + "firstPid": 10, + "description": "mydescription", + "companyName": "mycompany", + "internalName": "myinternalname", + "productName": "myproductname", + "productVersion": "3.3.3.3", + "fileVersion": "1.2.3.4", + "commandLine": "cmdline", + "executablePath": "mypath", + "workingDirectory": "myworkingdir", + "services": [{ + "name": "foosvc", + "displayName": "Foo Service" + } + ], + "zoneName": "LinuxOnlyZone" + }, + "user": { + "userName": "myuser", + "userDomain": "mydomain" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-fa195e268682d998e42071ff3346c09f0af4f9e8" + } + ] + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsListConnectionsGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsListConnectionsGet.json new file mode 100644 index 000000000000..dfc01a66dbd9 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Ports/SMMachinesPortsListConnectionsGet.json @@ -0,0 +1,116 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "portName": "b-c0a8010a_10000", + "startTime": "2018-01-08T23:05:16.7985488Z", + "endTime": "2018-01-08T23:07:16.7985488Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-9b60b5e7-fb98-4864-9a1f-51d26407f99b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-9b60b5e7-fb98-4864-9a1f-51d26407f99b" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, + "ipAddress": "192.168.1.10", + "portNumber": 10000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_10000" + }, + "failureState": "ok" + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "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" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:clientgroup", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-c0a8010a_10000", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-c0a8010a_10000" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, + "ipAddress": "192.168.1.10", + "portNumber": 10000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a8010a_10000" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-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", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "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" + } + ] + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesListProcessesGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesListProcessesGet.json new file mode 100644 index 000000000000..0948c4f40adb --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesListProcessesGet.json @@ -0,0 +1,166 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-36b83664-0822-4fb3-99a3-8332754f3eae", + "live": false, + "timestamp": "2018-01-07T07:45:45.1930000Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref: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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-36b83664-0822-4fb3-99a3-8332754f3eae" + }, + "executableName": "foo-bar", + "displayName": "foo-bar", + "startTime": "2018-01-10T21:04:56.8518962Z", + "role": "webServer", + "group": "Foo-bar Suite", + "details": { + "persistentKey": "77228e39-7348-4fac-8ce5-b83c7bcc52bc", + "poolId": 345, + "firstPid": 456, + "description": "A special process", + "companyName": "Microsoft", + "internalName": "foo-bar-internal", + "productName": "Foo-bar Suite", + "productVersion": "3.0.0.10", + "fileVersion": "1.2.3.4", + "commandLine": "foo-bar.exe -f -g -h do something", + "executablePath": "c:\\Program Files\\foobar\\bin\\boo-bar.exe", + "workingDirectory": "c:\\temp", + "zoneName": "zone name" + }, + "user": { + "userName": "SecretUser", + "userDomain": "REDMOND" + }, + "hosting": { + "kind": "provider:azure", + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "f4849088-01a2-420e-9709-d0b48ae31d87", + "roleName": "MyRoleName", + "roleType": "web" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-bbf99526b8fc5e7ee4f75568958a040d08489160" + }, { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref: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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-36b83664-0822-4fb3-99a3-8332754f3eae" + }, + "executableName": "foo-bar", + "displayName": "foo-bar", + "startTime": "2018-01-10T21:04:56.8518962Z", + "role": "webServer", + "group": "Foo-bar Suite", + "details": { + "persistentKey": "77228e39-7348-4fac-8ce5-b83c7bcc52bc", + "poolId": 345, + "firstPid": 456, + "description": "A special process", + "companyName": "Microsoft", + "internalName": "foo-bar-internal", + "productName": "Foo-bar Suite", + "productVersion": "3.0.0.10", + "fileVersion": "1.2.3.4", + "commandLine": "foo-bar.exe -f -g -h do something", + "executablePath": "c:\\Program Files\\foobar\\bin\\boo-bar.exe", + "workingDirectory": "c:\\temp", + "zoneName": "zone name" + }, + "user": { + "userName": "SecretUser", + "userDomain": "REDMOND" + }, + "hosting": { + "kind": "provider:azure", + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#2", + "deployment": "f4849088-01a2-420e-9709-d0b48ae31d87", + "roleName": "MyRoleName", + "roleType": "web" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-bbf99526b8fc5e7ee4f75568958a040d08489161" + }, { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref: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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-36b83664-0822-4fb3-99a3-8332754f3eae" + }, + "executableName": "foo-bar", + "displayName": "foo-bar", + "startTime": "2018-01-10T21:04:56.8518962Z", + "role": "webServer", + "group": "Foo-bar Suite", + "details": { + "persistentKey": "77228e39-7348-4fac-8ce5-b83c7bcc52bc", + "poolId": 345, + "firstPid": 456, + "description": "A special process", + "companyName": "Microsoft", + "internalName": "foo-bar-internal", + "productName": "Foo-bar Suite", + "productVersion": "3.0.0.10", + "fileVersion": "1.2.3.4", + "commandLine": "foo-bar.exe -f -g -h do something", + "executablePath": "c:\\Program Files\\foobar\\bin\\boo-bar.exe", + "workingDirectory": "c:\\temp", + "zoneName": "zone name" + }, + "user": { + "userName": "SecretUser", + "userDomain": "REDMOND" + }, + "hosting": { + "kind": "provider:azure", + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#3", + "deployment": "f4849088-01a2-420e-9709-d0b48ae31d87", + "roleName": "MyRoleName", + "roleType": "web" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-bbf99526b8fc5e7ee4f75568958a040d08489162" + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesGetGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesGetGet.json new file mode 100644 index 000000000000..341fb6db6f79 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesGetGet.json @@ -0,0 +1,65 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-36b83664-0822-4fb3-99a3-8332754f3eae", + "processName": "p-bbf99526b8fc5e7ee4f75568958a040d08489160", + "timestamp": "2018-01-10T22:45:45.1930000Z" + }, + "responses": { + "200": { + "body": { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref: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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-36b83664-0822-4fb3-99a3-8332754f3eae" + }, + "executableName": "foo-bar", + "displayName": "foo-bar", + "startTime": "2018-01-10T21:04:56.8518962Z", + "role": "webServer", + "group": "Foo-bar Suite", + "details": { + "persistentKey": "77228e39-7348-4fac-8ce5-b83c7bcc52bc", + "poolId": 345, + "firstPid": 456, + "description": "A special process", + "companyName": "Microsoft", + "internalName": "foo-bar-internal", + "productName": "Foo-bar Suite", + "productVersion": "3.0.0.10", + "fileVersion": "1.2.3.4", + "commandLine": "foo-bar.exe -f -g -h do something", + "executablePath": "c:\\Program Files\\foobar\\bin\\boo-bar.exe", + "workingDirectory": "c:\\temp", + "zoneName": "zone name" + }, + "user": { + "userName": "SecretUser", + "userDomain": "REDMOND" + }, + "hosting": { + "kind": "provider:azure", + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "f4849088-01a2-420e-9709-d0b48ae31d87", + "roleName": "MyRoleName", + "roleType": "web" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-bbf99526b8fc5e7ee4f75568958a040d08489160" + } + } + } +} \ No newline at end of file diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesGetLivenessGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesGetLivenessGet.json new file mode 100644 index 000000000000..825ed9dde3ff --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesGetLivenessGet.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-36b83664-0822-4fb3-99a3-8332754f3eae", + "processName": "p-bbf99526b8fc5e7ee4f75568958a040d08489160", + "startTime": "2018-01-07T07:07:27.6026938Z", + "endTime": "2018-01-07T07:09:27.6026938Z" + }, + "responses": { + "200": { + "body": { + "startTime": "2018-01-07T07:07:27.6026938Z", + "endTime": "2018-01-07T07:09:27.6026938Z", + "live": true + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesListAcceptingPortsGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesListAcceptingPortsGet.json new file mode 100644 index 000000000000..4a6ce01052c0 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesListAcceptingPortsGet.json @@ -0,0 +1,71 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "processName": "p-37d1761114556be465c44e2300bda03178a6189e", + "startTime": "2018-01-07T08:01:48.525Z", + "endTime": "2018-01-07T08:01:48.525Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432" + }, + "displayName": ":8000", + "ipAddress": "192.168.1.1", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_8000" + }, { + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432" + }, + "displayName": ":8001", + "ipAddress": "192.168.1.1", + "portNumber": 8001 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_8001" + }, { + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-999066c5-38c5-4f2f-9ce0-51d738cdc432", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-999066c5-38c5-4f2f-9ce0-51d738cdc432" + }, + "displayName": ":8002", + "ipAddress": "192.168.1.1", + "portNumber": 8002 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_8002" + } + ] + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesListConnectionsGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesListConnectionsGet.json new file mode 100644 index 000000000000..8fcbec4b9879 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/Processes/SMMachinesProcessesListConnectionsGet.json @@ -0,0 +1,220 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "processName": "p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0", + "startTime": "2018-01-07T08:09:15.1682041Z", + "endTime": "2018-01-07T08:11:15.1682041Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-1010b884-f743-4292-abde-30ebfd0ae560", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-1010b884-f743-4292-abde-30ebfd0ae560" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, + "ipAddress": "192.168.0.1", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80001_8000" + }, + "failureState": "ok" + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "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" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:clientgroup", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!p!p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!p!p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, + "ipAddress": "192.168.0.1", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80001_8000" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-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", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "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" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-68cf5e3251379179122fa88e761e2acd5577c249" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + }, + "ipAddress": "1.0.0.1", + "portNumber": 1000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-01000001_1000" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-01000001_1000", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "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" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-573847EE-4D31-4936-A8B2-771372806C80" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-f107e3f1cb5d792e6abfed7832ba4e864f995cee" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-573847EE-4D31-4936-A8B2-771372806C80" + }, + "ipAddress": "1.0.0.1", + "portNumber": 1001 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-01000001_1001" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f1dd514e73cda65d9a19a977aa4a9f6959427ab0!m@m-573847EE-4D31-4936-A8B2-771372806C80@p@p-f107e3f1cb5d792e6abfed7832ba4e864f995cee!m@m-573847EE-4D31-4936-A8B2-771372806C80@b@b-01000001_1001", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "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" + } + ] + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesGetGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesGetGet.json new file mode 100644 index 000000000000..33181bb6f6a7 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesGetGet.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "timestamp": "2018-01-07T07:01:16.1556059Z" + }, + "responses": { + "200": { + "body": { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "unknown", + "displayName": "my machine" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesGetLivenessGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesGetLivenessGet.json new file mode 100644 index 000000000000..4c2f6a7308f0 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesGetLivenessGet.json @@ -0,0 +1,20 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "startTime": "2018-01-07T07:07:27.6026938Z", + "endTime": "2018-01-07T07:09:27.6026938Z" + }, + "responses": { + "200": { + "body": { + "startTime": "2018-01-07T07:07:27.6026938Z", + "endTime": "2018-01-07T07:09:27.6026938Z", + "live": true + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesListByWorkspaceGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesListByWorkspaceGet.json new file mode 100644 index 000000000000..9316f9051f93 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesListByWorkspaceGet.json @@ -0,0 +1,1279 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "live": false, + "timestamp": "2018-01-05T21:36:07.009Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:36:07.009Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "0ec98f01-4f24-4a46-abfa-278571e916dc", + "dependencyAgentId": "d742e84a-e114-4b3d-b3ba-160d5cf4129b", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "cca1e83c-e0b8-454a-b39c-581ef1211c01", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "3eaa0b8c-65e4-4c9f-8cb8-d77b9bce910f", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "60bf38dd-4204-40ac-b4f6-b94065e957ea" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-0ec98f01-4f24-4a46-abfa-278571e916dc" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:30:47.913Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "1e295878-4b4c-46ac-91d1-08e5fbd65361", + "dependencyAgentId": "3e285a31-7988-423b-a55b-8f5610ff0b12", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "8f19c2b2-2a98-42cf-b1bc-751fee767fc9", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "7b375bd0-69d7-4088-8211-e71c30b41f10", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "4bf527ba-20cc-4537-951d-c78664e61938" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-1e295878-4b4c-46ac-91d1-08e5fbd65361" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:30:47.913Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "6277eb91-c8de-4696-9f5e-d0658261422c", + "dependencyAgentId": "9d31bd18-720a-4ff9-8952-bdfec7872421", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "cd5943b5-d731-4389-a315-cb723fc2e125", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "45eb057c-dcd9-4a98-ba4a-1f20e89cd661", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "db085678-b544-497c-bde2-165f9ee269fa" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-6277eb91-c8de-4696-9f5e-d0658261422c" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:30:22.372Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "8811e3c4-15db-45d3-8b76-23da80efeff3", + "dependencyAgentId": "a04d8f0b-df9a-46cb-a212-29c7576fd75d", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "79e84f1b-2172-490e-9fd4-6119d6678d95", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "f24d41a8-2f09-4f29-b2b1-65a4a7277297", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "832578ab-2d97-4412-babd-4976d3f144c2" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-8811e3c4-15db-45d3-8b76-23da80efeff3" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:30:47.913Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "55d6b873-b60c-4091-b735-0077f04c3b88", + "dependencyAgentId": "125f3f0b-1e2d-4045-a6d9-1cd12fb96b61", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "e1bf385f-b092-4a6d-abc4-d2a106fda204", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "4687fc36-e40b-4c40-bdee-5727367c0777", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "e1e97460-3f12-4511-b885-c561a1476217" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-55d6b873-b60c-4091-b735-0077f04c3b88" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:30:22.372Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "29f030f7-d41c-4474-ad09-2271cbf18cfb", + "dependencyAgentId": "5e05f099-8ecd-44d3-8147-08088270f1c8", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "365102e6-1843-4f88-99b2-ec398c2b9ed2", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "4d912177-543c-4539-a185-3b47c52c6ca4", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "7a9dea89-0dfa-45d8-b984-a0a645c3b6a0" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-29f030f7-d41c-4474-ad09-2271cbf18cfb" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:30:47.913Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "f39c1cbe-1d5d-4c3f-8963-26a00b57b099", + "dependencyAgentId": "aa0be2b5-5faf-43d2-a060-de7d7fe37c4b", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "623b84ba-0219-41af-b839-91acc23ec8e6", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "045ed792-6d9f-4798-94a1-9b6e32f5449a", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "e6ab7207-0446-4a61-af18-a2f2fc43ebcb" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f39c1cbe-1d5d-4c3f-8963-26a00b57b099" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:36:07.009Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "a57565a4-beaf-4c87-8a36-8d209d14cf9c", + "dependencyAgentId": "5471c74d-7d9d-4e18-b23f-fc523f5e0d68", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "f4d4bd5e-11ba-4971-8c5c-eb4553042b43", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "92e6c240-ba09-45ab-8bb3-bcc7b233c197", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "d5563a08-0d72-4e56-80a1-8c0d3888fa72" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-a57565a4-beaf-4c87-8a36-8d209d14cf9c" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "new name", + "computerName": "new name", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:30:47.913Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "92371907-1ea4-4e4b-9538-8754876c1fa3", + "dependencyAgentId": "fb8ebef9-e01a-4a00-a264-879fe4b33632", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "101bfb0e-75d1-4c5b-821e-987423463e6b", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "a241809b-50d8-4f8c-960d-75ec99cc79d9", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "d2edc020-02f5-4327-80ea-4443db018fe4" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-92371907-1ea4-4e4b-9538-8754876c1fa3" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:36:07.009Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "fb7d798d-ecbc-4cf8-9ad6-d6dde35cdb77", + "dependencyAgentId": "f068fe75-47d9-4c76-801a-0781893c250d", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "382bfc03-ece0-48e8-88dd-0c0049b0b093", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "5fc7b841-843c-4391-b5b6-5bc7e8e25028", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "52b6a8ca-3b0c-4ebf-a1f6-fec87b5b59c7" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-fb7d798d-ecbc-4cf8-9ad6-d6dde35cdb77" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:30:22.372Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "dcdbd51d-e423-4667-bce3-c1f78f0bec83", + "dependencyAgentId": "901407a9-0047-4b2d-8190-e546189fa1c8", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "e4e28557-bb79-4add-bd9a-adc4b1856aae", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "bd88f6a9-ead8-414a-a91c-a47fbeddb3d5", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "a344f76b-98d7-4d83-8a11-7ef9b04c6563" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-dcdbd51d-e423-4667-bce3-c1f78f0bec83" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:30:47.913Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "10cb867d-1b73-4b39-a9cf-31cdd2b00dab", + "dependencyAgentId": "e837d606-09ae-41fc-bc9a-5e8407d88942", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "3d8e1902-1875-428c-98d3-6fb02c96af47", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "594fd238-0d97-444b-a8fd-2e5087e3e97c", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "a6efc921-6c5e-4455-a83e-409a380d800f" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-10cb867d-1b73-4b39-a9cf-31cdd2b00dab" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "virtual", + "displayName": "name1", + "computerName": "name1", + "fullyQualifiedDomainName": "name1.foo.com", + "bootTime": "2018-01-05T21:30:47.913Z", + "timezone": { + "fullName": "some zone" + }, + "agent": { + "agentId": "e6ad2c87-c7e9-4663-bca2-ec5fd1e2d3ef", + "dependencyAgentId": "07a0ba0f-90c3-4d9b-a1bf-d1cf636eeb80", + "dependencyAgentVersion": "2.2.2.2", + "dependencyAgentRevision": "1234", + "rebootStatus": "rebooted", + "clockGranularity": 1 + }, + "resources": { + "physicalMemory": 4096, + "cpus": 2, + "cpuSpeed": 2000, + "cpuSpeedAccuracy": "actual" + }, + "networking": { + "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" + } + ], + "defaultIpv4Gateways": ["1.1.1.254", "1.1.1.255"], + "macAddresses": ["64:00:6A:65:E4:71"], + "dnsNames": ["name1", "name2", "name3"] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Microsoft Windows [Version 10.0.10586]", + "bitness": "64bit" + }, + "virtualMachine": { + "virtualMachineType": "hyperv", + "nativeMachineId": "vm-id", + "virtualMachineName": "vm-name-1", + "nativeHostMachineId": "physical-machine-id" + }, + "hosting": { + "kind": "provider:azure", + "vmId": "12345", + "location": "Earth", + "name": "AHostedVm", + "size": "SuperBig", + "updateDomain": "1", + "faultDomain": "1", + "subscriptionId": "123123", + "resourceGroup": "myResourceGroup", + "resourceId": "TestResourceId", + "image": { + "publisher": "AnImagePublisher", + "offering": "SuperFast", + "sku": "10101010", + "version": "1.0" + }, + "cloudService": { + "name": "MyCloudService", + "instanceId": "Instance#1", + "deployment": "72932bbb-6c12-4f06-8622-f11942aede02", + "roleName": "MyRoleName", + "roleType": "web" + }, + "vmScaleSet": { + "name": "MyVMSS", + "instanceId": "VmmssInstance#1", + "deployment": "4ae328aa-2638-4f60-9dbe-0384b2a33b3d", + "resourceId": "TestResourceId" + }, + "serviceFabricCluster": { + "name": "MyClusterName", + "clusterId": "6cbe41c5-4034-4376-b90d-4edbfc9d9375" + }, + "provider": "azure" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-e6ad2c87-c7e9-4663-bca2-ec5fd1e2d3ef" + } + ] + } + } + } +} \ No newline at end of file diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesListConnectionsGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesListConnectionsGet.json new file mode 100644 index 000000000000..cb9171160b2a --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Machines/SMMachinesListConnectionsGet.json @@ -0,0 +1,271 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "machineName": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "startTime": "2018-01-07T07:31:38.4041029Z", + "endTime": "2018-01-07T07:31:38.4041029Z" + }, + "responses": { + "200": { + "body": { + "value": [{ + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-1a9dc431ad6048d83dade29fb72dfd9fbe2ee2b4" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-f107e3f1cb5d792e6abfed7832ba4e864f995cee", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-f107e3f1cb5d792e6abfed7832ba4e864f995cee" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, + "ipAddress": "1.0.0.1", + "portNumber": 9000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-01000001_9000" + }, + "failureState": "ok" + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "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" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:clientgroup", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-01000001_8000", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-01000001_8000" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-68cf5e3251379179122fa88e761e2acd5577c249" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, + "ipAddress": "1.0.0.1", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-01000001_8000" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-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", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "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" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-08445135a7215e343f0f49b8d0b70c3b853ef87f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-08445135a7215e343f0f49b8d0b70c3b853ef87f" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + }, + "ipAddress": "2.0.0.1", + "portNumber": 1001 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-02000001_1001" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-08445135a7215e343f0f49b8d0b70c3b853ef87f!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-02000001_1001", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-08445135a7215e343f0f49b8d0b70c3b853ef87f!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-02000001_1001" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-573847EE-4D31-4936-A8B2-771372806C80" + } + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-daedaa0e25869b6cf36525d51c2d321335e69f71" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-573847EE-4D31-4936-A8B2-771372806C80" + }, + "ipAddress": "2.0.0.2", + "portNumber": 1002 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-02000002_1002" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-573847EE-4D31-4936-A8B2-771372806C80@p@p-daedaa0e25869b6cf36525d51c2d321335e69f71!m@m-573847EE-4D31-4936-A8B2-771372806C80@b@b-02000002_1002", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "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" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-68cf5e3251379179122fa88e761e2acd5577c249" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, + "ipAddress": "1.0.0.1", + "portNumber": 8000 + }, + "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", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-01000001_8000" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "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" + } + ] + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Maps/SMMapsGenerateMachineGroupDependencyPost.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Maps/SMMapsGenerateMachineGroupDependencyPost.json new file mode 100644 index 000000000000..f50414e23e74 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Maps/SMMapsGenerateMachineGroupDependencyPost.json @@ -0,0 +1,660 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "request": { + "kind": "map:machine-group-dependency", + "machineGroupId": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machineGroups/b90f6d8f-a9b9-4ac6-abeb-abd8fe10a6dc", + "filterProcesses": false, + "startTime": "2018-01-08T20:00:51.325Z", + "endTime": "2018-01-08T20:01:06.325Z" + } + }, + "responses": { + "200": { + "body": { + "startTime": "2018-01-08T20:00:51.325Z", + "endTime": "2018-01-08T20:01:06.325Z", + "map": { + "nodes": { + "machines": [{ + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "unknown", + "displayName": "192.168.0.1", + "networking": { + "ipv4Interfaces": [{ + "ipAddress": "192.168.0.1", + "subnetMask": "255.255.255.255" + } + ] + }, + "operatingSystem": { + "family": "linux", + "fullName": "Ubuntu Server Linux 10.4.53", + "bitness": "64bit" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d3641418-6ac8-4024-8074-48f6d9db9825", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d3641418-6ac8-4024-8074-48f6d9db9825" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "unknown", + "displayName": "192.168.0.2", + "networking": { + "ipv4Interfaces": [{ + "ipAddress": "192.168.0.2", + "subnetMask": "255.255.255.255" + } + ] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Windows 7", + "bitness": "32bit" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "unknown", + "displayName": "192.168.0.3", + "networking": { + "ipv4Interfaces": [{ + "ipAddress": "192.168.0.3", + "subnetMask": "255.255.255.255" + } + ] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Windows Server 2012 SP2", + "bitness": "64bit" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b" + }, { + "kind": "machine", + "properties": { + "monitoringState": "discovered", + "virtualizationState": "unknown", + "displayName": "unmonitored.server.com", + "networking": { + "ipv4Interfaces": [{ + "ipAddress": "10.10.10.10", + "subnetMask": "255.255.255.255" + } + ], + "dnsNames": ["unmonitored.server.com"] + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + } + ], + "processes": [{ + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d3641418-6ac8-4024-8074-48f6d9db9825", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d3641418-6ac8-4024-8074-48f6d9db9825" + }, + "displayName": "???" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d3641418-6ac8-4024-8074-48f6d9db9825/processes/p-e12c75e851c715e7e5ee7e889d858cfc3661e91f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-e12c75e851c715e7e5ee7e889d858cfc3661e91f" + }, { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + }, + "executableName": "httpd", + "displayName": "Apache HTTP Server", + "role": "webServer", + "group": "Apache HTTP Server" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + }, { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + }, + "displayName": "???" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26" + }, { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b" + }, + "displayName": "???" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6" + }, { + "kind": "process", + "properties": { + "monitoringState": "discovered", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + }, + "displayName": "Port 8880", + "role": "appServer", + "acceptorOf": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + }, + "ipAddress": "10.10.10.10", + "portNumber": 8880 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-0a0a0a0a_8880" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880" + } + ], + "ports": [{ + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + }, + "displayName": ":90", + "ipAddress": "192.168.0.2", + "portNumber": 90 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/ports/b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80002_90" + }, { + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b" + }, + "displayName": ":80", + "ipAddress": "192.168.0.3", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/ports/b-c0a80003_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80003_80" + }, { + "kind": "port", + "properties": { + "monitoringState": "discovered", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + }, + "displayName": ":8880", + "ipAddress": "10.10.10.10", + "portNumber": 8880 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-0a0a0a0a_8880" + } + ], + "clientGroups": [{ + "kind": "clientGroup", + "properties": { + "clientsOf": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + }, { + "kind": "clientGroup", + "properties": { + "clientsOf": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab!p!p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab!p!p-a53c0b2e1e6b779729257570076303b32b13add9" + } + ] + }, + "edges": { + "connections": [{ + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d3641418-6ac8-4024-8074-48f6d9db9825", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d3641418-6ac8-4024-8074-48f6d9db9825" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d3641418-6ac8-4024-8074-48f6d9db9825/processes/p-e12c75e851c715e7e5ee7e889d858cfc3661e91f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-e12c75e851c715e7e5ee7e889d858cfc3661e91f" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + }, + "ipAddress": "192.168.0.2", + "portNumber": 90 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/ports/b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80002_90" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-d3641418-6ac8-4024-8074-48f6d9db9825@p@p-e12c75e851c715e7e5ee7e889d858cfc3661e91f!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "m@m-d3641418-6ac8-4024-8074-48f6d9db9825@p@p-e12c75e851c715e7e5ee7e889d858cfc3661e91f!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:clientgroup", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + }, + "ipAddress": "192.168.0.2", + "portNumber": 90 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/ports/b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80002_90" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "c@m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:clientgroup", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab!p!p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-f16c3a13-c1b4-453b-bff1-4607d18436ab!p!p-a53c0b2e1e6b779729257570076303b32b13add9" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + }, + "ipAddress": "192.168.0.2", + "portNumber": 90 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/ports/b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80002_90" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "c@m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b" + }, + "ipAddress": "192.168.0.3", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/ports/b-c0a80003_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80003_80" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@b@b-c0a80003_80", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@b@b-c0a80003_80" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + }, + "ipAddress": "10.10.10.10", + "portNumber": 8880 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-0a0a0a0a_8880" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880!m@t-0a0a0a0a@b@b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880!m@t-0a0a0a0a@b@b-0a0a0a0a_8880" + } + ], + "acceptors": [{ + "kind": "rel:acceptor", + "properties": { + "source": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b" + }, + "ipAddress": "192.168.0.3", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/ports/b-c0a80003_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80003_80" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-80cf74cb-2828-42be-8eb1-d78fe35c662b" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-80cf74cb-2828-42be-8eb1-d78fe35c662b/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@b@b-c0a80003_80!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6", + "type": "Microsoft.OperationalInsights/workspaces/features/acceptors", + "name": "m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@b@b-c0a80003_80!m@m-80cf74cb-2828-42be-8eb1-d78fe35c662b@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6" + }, { + "kind": "rel:acceptor", + "properties": { + "source": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + }, + "ipAddress": "10.10.10.10", + "portNumber": 8880 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-0a0a0a0a_8880" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@t-0a0a0a0a@b@b-0a0a0a0a_8880!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/acceptors", + "name": "m@t-0a0a0a0a@b@b-0a0a0a0a_8880!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880" + }, { + "kind": "rel:acceptor", + "properties": { + "source": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + }, + "ipAddress": "192.168.0.2", + "portNumber": 90 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/ports/b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80002_90" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-f16c3a13-c1b4-453b-bff1-4607d18436ab" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-f16c3a13-c1b4-453b-bff1-4607d18436ab/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/acceptors", + "name": "m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@b@b-c0a80002_90!m@m-f16c3a13-c1b4-453b-bff1-4607d18436ab@p@p-a53c0b2e1e6b779729257570076303b32b13add9" + } + ] + } + } + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Maps/SMMapsGenerateMachineListDependencyPost.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Maps/SMMapsGenerateMachineListDependencyPost.json new file mode 100644 index 000000000000..9af2aeb6708c --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Maps/SMMapsGenerateMachineListDependencyPost.json @@ -0,0 +1,663 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "request": { + "kind": "map:machine-list-dependency", + "machineIds": [ + "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b" + ], + "filterProcesses": false, + "startTime": "2018-01-08T20:07:49.78Z", + "endTime": "2018-01-08T20:08:04.78Z" + } + }, + "responses": { + "200": { + "body": { + "startTime": "2018-01-08T20:07:49.78Z", + "endTime": "2018-01-08T20:08:04.78Z", + "map": { + "nodes": { + "machines": [{ + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "unknown", + "displayName": "192.168.0.1", + "networking": { + "ipv4Interfaces": [{ + "ipAddress": "192.168.0.1", + "subnetMask": "255.255.255.255" + } + ] + }, + "operatingSystem": { + "family": "linux", + "fullName": "Ubuntu Server Linux 10.4.53", + "bitness": "64bit" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-52d4f2f9-e684-4003-a774-9cf99898861b" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "unknown", + "displayName": "192.168.0.2", + "networking": { + "ipv4Interfaces": [{ + "ipAddress": "192.168.0.2", + "subnetMask": "255.255.255.255" + } + ] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Windows 7", + "bitness": "32bit" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "unknown", + "displayName": "192.168.0.3", + "networking": { + "ipv4Interfaces": [{ + "ipAddress": "192.168.0.3", + "subnetMask": "255.255.255.255" + } + ] + }, + "operatingSystem": { + "family": "windows", + "fullName": "Windows Server 2012 SP2", + "bitness": "64bit" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44" + }, { + "kind": "machine", + "properties": { + "monitoringState": "discovered", + "virtualizationState": "unknown", + "displayName": "unmonitored.server.com", + "networking": { + "ipv4Interfaces": [{ + "ipAddress": "10.10.10.10", + "subnetMask": "255.255.255.255" + } + ], + "dnsNames": ["unmonitored.server.com"] + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + } + ], + "processes": [{ + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-52d4f2f9-e684-4003-a774-9cf99898861b" + }, + "displayName": "???" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b/processes/p-e12c75e851c715e7e5ee7e889d858cfc3661e91f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-e12c75e851c715e7e5ee7e889d858cfc3661e91f" + }, { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + }, + "executableName": "httpd", + "displayName": "Apache HTTP Server", + "role": "webServer", + "group": "Apache HTTP Server" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + }, { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + }, + "displayName": "???" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26" + }, { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44" + }, + "displayName": "???" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6" + }, { + "kind": "process", + "properties": { + "monitoringState": "discovered", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + }, + "displayName": "Port 8880", + "role": "appServer", + "acceptorOf": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + }, + "ipAddress": "10.10.10.10", + "portNumber": 8880 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-0a0a0a0a_8880" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880" + } + ], + "ports": [{ + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + }, + "displayName": ":90", + "ipAddress": "192.168.0.2", + "portNumber": 90 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/ports/b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80002_90" + }, { + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44" + }, + "displayName": ":80", + "ipAddress": "192.168.0.3", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/ports/b-c0a80003_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80003_80" + }, { + "kind": "port", + "properties": { + "monitoringState": "discovered", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + }, + "displayName": ":8880", + "ipAddress": "10.10.10.10", + "portNumber": 8880 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-0a0a0a0a_8880" + } + ], + "clientGroups": [{ + "kind": "clientGroup", + "properties": { + "clientsOf": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + }, { + "kind": "clientGroup", + "properties": { + "clientsOf": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!p!p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!p!p-a53c0b2e1e6b779729257570076303b32b13add9" + } + ] + }, + "edges": { + "connections": [{ + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-52d4f2f9-e684-4003-a774-9cf99898861b" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-52d4f2f9-e684-4003-a774-9cf99898861b/processes/p-e12c75e851c715e7e5ee7e889d858cfc3661e91f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-e12c75e851c715e7e5ee7e889d858cfc3661e91f" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + }, + "ipAddress": "192.168.0.2", + "portNumber": 90 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/ports/b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80002_90" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-52d4f2f9-e684-4003-a774-9cf99898861b@p@p-e12c75e851c715e7e5ee7e889d858cfc3661e91f!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "m@m-52d4f2f9-e684-4003-a774-9cf99898861b@p@p-e12c75e851c715e7e5ee7e889d858cfc3661e91f!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:clientgroup", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + }, + "ipAddress": "192.168.0.2", + "portNumber": 90 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/ports/b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80002_90" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "c@m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:clientgroup", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!p!p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f!p!p-a53c0b2e1e6b779729257570076303b32b13add9" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + }, + "ipAddress": "192.168.0.2", + "portNumber": 90 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/ports/b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80002_90" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "c@m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44" + }, + "ipAddress": "192.168.0.3", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/ports/b-c0a80003_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80003_80" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@b@b-c0a80003_80", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@b@b-c0a80003_80" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-508565aaf451d5e1e8dbf579493139cd50facb26", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-508565aaf451d5e1e8dbf579493139cd50facb26" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + }, + "ipAddress": "10.10.10.10", + "portNumber": 8880 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-0a0a0a0a_8880" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880!m@t-0a0a0a0a@b@b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-508565aaf451d5e1e8dbf579493139cd50facb26!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880!m@t-0a0a0a0a@b@b-0a0a0a0a_8880" + } + ], + "acceptors": [{ + "kind": "rel:acceptor", + "properties": { + "source": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44" + }, + "ipAddress": "192.168.0.3", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/ports/b-c0a80003_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80003_80" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-ca3ca15a-6fa3-4776-993b-28f95821cc44" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-ca3ca15a-6fa3-4776-993b-28f95821cc44/processes/p-d6e3705d92e552df838f6fe13c72153923fbf3c6", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d6e3705d92e552df838f6fe13c72153923fbf3c6" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@b@b-c0a80003_80!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6", + "type": "Microsoft.OperationalInsights/workspaces/features/acceptors", + "name": "m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@b@b-c0a80003_80!m@m-ca3ca15a-6fa3-4776-993b-28f95821cc44@p@p-d6e3705d92e552df838f6fe13c72153923fbf3c6" + }, { + "kind": "rel:acceptor", + "properties": { + "source": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + }, + "ipAddress": "10.10.10.10", + "portNumber": 8880 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/ports/b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-0a0a0a0a_8880" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "t-0a0a0a0a" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/t-0a0a0a0a/processes/ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "ts-m@t-0a0a0a0a@b@b-0a0a0a0a_8880" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@t-0a0a0a0a@b@b-0a0a0a0a_8880!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880", + "type": "Microsoft.OperationalInsights/workspaces/features/acceptors", + "name": "m@t-0a0a0a0a@b@b-0a0a0a0a_8880!m@t-0a0a0a0a@p@ts-m@@t-0a0a0a0a@@b@@b-0a0a0a0a_8880" + }, { + "kind": "rel:acceptor", + "properties": { + "source": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + }, + "ipAddress": "192.168.0.2", + "portNumber": 90 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/ports/b-c0a80002_90", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80002_90" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f/processes/p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-a53c0b2e1e6b779729257570076303b32b13add9" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9", + "type": "Microsoft.OperationalInsights/workspaces/features/acceptors", + "name": "m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@b@b-c0a80002_90!m@m-d60cf4c2-047a-408e-a5ff-cf3d77928c9f@p@p-a53c0b2e1e6b779729257570076303b32b13add9" + } + ] + } + } + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Maps/SMMapsGenerateSingleMachineDependencyPost.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Maps/SMMapsGenerateSingleMachineDependencyPost.json new file mode 100644 index 000000000000..5efa246b32f4 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Maps/SMMapsGenerateSingleMachineDependencyPost.json @@ -0,0 +1,318 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "request": { + "kind": "map:single-machine-dependency", + "machineId": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "startTime": "2018-01-08T19:50:39.0192315Z", + "endTime": "2018-01-08T19:52:39.0192315Z" + } + }, + "responses": { + "200": { + "body": { + "startTime": "2018-01-08T19:50:39.0192315Z", + "endTime": "2018-01-08T19:52:39.0192315Z", + "map": { + "nodes": { + "machines": [{ + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "unknown", + "displayName": "???" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, { + "kind": "machine", + "properties": { + "monitoringState": "monitored", + "virtualizationState": "unknown", + "displayName": "???" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + ], + "processes": [{ + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + }, + "displayName": "???" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2" + }, { + "kind": "process", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + }, + "displayName": "???" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-68cf5e3251379179122fa88e761e2acd5577c249" + } + ], + "ports": [{ + "kind": "port", + "properties": { + "monitoringState": "monitored", + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + }, + "displayName": ":80", + "ipAddress": "192.168.1.1", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-c0a80101_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_80" + } + ], + "clientGroups": [{ + "kind": "clientGroup", + "properties": { + "clientsOf": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-68cf5e3251379179122fa88e761e2acd5577c249" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!p!p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!p!p-68cf5e3251379179122fa88e761e2acd5577c249" + }, { + "kind": "clientGroup", + "properties": { + "clientsOf": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + ] + }, + "edges": { + "connections": [{ + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-68cf5e3251379179122fa88e761e2acd5577c249" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + }, + "ipAddress": "192.168.1.1", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-c0a80101_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_80" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:clientgroup", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!p!p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!p!p-68cf5e3251379179122fa88e761e2acd5577c249" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-68cf5e3251379179122fa88e761e2acd5577c249" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + }, + "ipAddress": "192.168.1.1", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-c0a80101_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_80" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "c@m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80" + }, { + "kind": "rel:connection", + "properties": { + "source": { + "kind": "ref:clientgroup", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/clientGroups", + "name": "m!m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-68cf5e3251379179122fa88e761e2acd5577c249" + }, + "serverPort": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + }, + "ipAddress": "192.168.1.1", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-c0a80101_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_80" + }, + "failureState": "ok" + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80", + "type": "Microsoft.OperationalInsights/workspaces/features/connections", + "name": "c@m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80" + } + ], + "acceptors": [{ + "kind": "rel:acceptor", + "properties": { + "source": { + "kind": "ref:port", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + }, + "ipAddress": "192.168.1.1", + "portNumber": 80 + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-c0a80101_80", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/ports", + "name": "b-c0a80101_80" + }, + "destination": { + "kind": "ref:process", + "properties": { + "machine": { + "kind": "ref:machine", + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B", + "type": "Microsoft.OperationalInsights/workspaces/features/machines", + "name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/machines/processes", + "name": "p-68cf5e3251379179122fa88e761e2acd5577c249" + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/acceptors/m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249", + "type": "Microsoft.OperationalInsights/workspaces/features/acceptors", + "name": "m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-c0a80101_80!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-68cf5e3251379179122fa88e761e2acd5577c249" + } + ] + } + } + } + } + } +} diff --git a/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Summaries/SMSummariesGetMachinesGet.json b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Summaries/SMSummariesGetMachinesGet.json new file mode 100644 index 000000000000..ce7e8f3a57f7 --- /dev/null +++ b/specification/service-map/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/examples/Summaries/SMSummariesGetMachinesGet.json @@ -0,0 +1,29 @@ +{ + "parameters": { + "subscriptionId": "63BE4E24-FDF0-4E9C-9342-6A5D5A359722", + "resourceGroupName": "rg-sm", + "workspaceName": "D6F79F14-E563-469B-84B5-9286D2803B2F", + "api-version": "2016-08-02", + "startTime": "2018-01-08T19:41:59.3360000Z", + "endTime": "2018-01-08T19:42:14.3360000Z" + }, + "responses": { + "200": { + "body": { + "properties": { + "startTime": "2018-01-08T19:41:59.336Z", + "endTime": "2018-01-08T19:42:14.336Z", + "total": 3, + "live": 3, + "os": { + "windows": 2, + "linux": 1 + } + }, + "id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/summaries/machines", + "type": "Microsoft.OperationalInsights/workspaces/features/summaries", + "name": "machines" + } + } + } +} \ No newline at end of file