{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Machines API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Machines", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of Machines In The Migrate Project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/machines", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which migrate project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that migrate project is part of." }, { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "api-version", "value": "", "type": "query", "description": "Standard request header. Used by service to identify API version used by client." }, { "name": "continuationToken", "value": "", "type": "query", "description": "The continuation token." }, { "name": "pageSize", "value": "", "type": "query", "description": "The number of items to be returned in a single page. This value is honored only if it is less than the 100." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets A Machine In The Migrate Project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/machines/:machineName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription Id in which migrate project was created." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of the Azure Resource Group that migrate project is part of." }, { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "api-version", "value": "", "type": "query", "description": "Standard request header. Used by service to identify API version used by client." }, { "name": "machineName", "value": "", "type": "path", "description": "Unique name of a machine in Azure migration hub." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Operationalinsights Workspaces Workspacename Features Servicemap Machines", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/:workspaceName/features/serviceMap/machines", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Resource group name within the specified subscriptionId." }, { "name": "workspaceName", "value": "", "type": "path", "description": "OMS workspace containing the resources of interest." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." }, { "name": "live", "value": "", "type": "query", "description": "Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp." }, { "name": "startTime", "value": "", "type": "query", "description": "UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m" }, { "name": "endTime", "value": "", "type": "query", "description": "UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow" }, { "name": "timestamp", "value": "", "type": "query", "description": "UTC date and time specifying a time instance relative to which to evaluate each machine resource. Only applies when `live=false`. When not specified, the service uses DateTime.UtcNow." }, { "name": "$top", "value": "", "type": "query", "description": "Page size to use. When not specified, the default page size is 100 records." } ] }, "docs": "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)." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Operationalinsights Workspaces Workspacename Features Servicemap Machines Machinename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/:workspaceName/features/serviceMap/machines/:machineName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Resource group name within the specified subscriptionId." }, { "name": "workspaceName", "value": "", "type": "path", "description": "OMS workspace containing the resources of interest." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." }, { "name": "machineName", "value": "", "type": "path", "description": "Machine resource name." }, { "name": "timestamp", "value": "", "type": "query", "description": "UTC date and time specifying a time instance relative to which to evaluate the machine resource. When not specified, the service uses DateTime.UtcNow." } ] }, "docs": "Returns the specified machine." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Operationalinsights Workspaces Workspacename Features Servicemap Machines Machinename Liveness", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/:workspaceName/features/serviceMap/machines/:machineName/liveness", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Resource group name within the specified subscriptionId." }, { "name": "workspaceName", "value": "", "type": "path", "description": "OMS workspace containing the resources of interest." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." }, { "name": "machineName", "value": "", "type": "path", "description": "Machine resource name." }, { "name": "startTime", "value": "", "type": "query", "description": "UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m" }, { "name": "endTime", "value": "", "type": "query", "description": "UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow" } ] }, "docs": "Obtains the liveness status of the machine during the specified time interval." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Operationalinsights Workspaces Workspacename Features Servicemap Machines Machinename Connections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/:workspaceName/features/serviceMap/machines/:machineName/connections", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Resource group name within the specified subscriptionId." }, { "name": "workspaceName", "value": "", "type": "path", "description": "OMS workspace containing the resources of interest." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." }, { "name": "machineName", "value": "", "type": "path", "description": "Machine resource name." }, { "name": "startTime", "value": "", "type": "query", "description": "UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m" }, { "name": "endTime", "value": "", "type": "query", "description": "UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow" } ] }, "docs": "Returns a collection of connections terminating or originating at the specified machine" }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Operationalinsights Workspaces Workspacename Features Servicemap Machines Machinename Processes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/:workspaceName/features/serviceMap/machines/:machineName/processes", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Resource group name within the specified subscriptionId." }, { "name": "workspaceName", "value": "", "type": "path", "description": "OMS workspace containing the resources of interest." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." }, { "name": "machineName", "value": "", "type": "path", "description": "Machine resource name." }, { "name": "live", "value": "", "type": "query", "description": "Specifies whether to return live resources (true) or inventory resources (false). Defaults to **true**. When retrieving live resources, the start time (`startTime`) and end time (`endTime`) of the desired interval should be included. When retrieving inventory resources, an optional timestamp (`timestamp`) parameter can be specified to return the version of each resource closest (not-after) that timestamp." }, { "name": "startTime", "value": "", "type": "query", "description": "UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m" }, { "name": "endTime", "value": "", "type": "query", "description": "UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow" }, { "name": "timestamp", "value": "", "type": "query", "description": "UTC date and time specifying a time instance relative to which to evaluate all process resource. Only applies when `live=false`. When not specified, the service uses DateTime.UtcNow." } ] }, "docs": "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). " }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Operationalinsights Workspaces Workspacename Features Servicemap Machines Machinename Ports", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/:workspaceName/features/serviceMap/machines/:machineName/ports", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Resource group name within the specified subscriptionId." }, { "name": "workspaceName", "value": "", "type": "path", "description": "OMS workspace containing the resources of interest." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." }, { "name": "machineName", "value": "", "type": "path", "description": "Machine resource name." }, { "name": "startTime", "value": "", "type": "query", "description": "UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m" }, { "name": "endTime", "value": "", "type": "query", "description": "UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow" } ] }, "docs": "Returns a collection of live ports on the specified machine during the specified time interval." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Operationalinsights Workspaces Workspacename Features Servicemap Machines Machinename Machinegroups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.OperationalInsights/workspaces/:workspaceName/features/serviceMap/machines/:machineName/machineGroups", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription identifier." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Resource group name within the specified subscriptionId." }, { "name": "workspaceName", "value": "", "type": "path", "description": "OMS workspace containing the resources of interest." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." }, { "name": "machineName", "value": "", "type": "path", "description": "Machine resource name." }, { "name": "startTime", "value": "", "type": "query", "description": "UTC date and time specifying the start time of an interval. When not specified the service uses DateTime.UtcNow - 10m" }, { "name": "endTime", "value": "", "type": "query", "description": "UTC date and time specifying the end time of an interval. When not specified the service uses DateTime.UtcNow" } ] }, "docs": "Returns a collection of machine groups this machine belongs to during the specified time interval." } ] } ], "bundled": true }