{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Environments API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Environments", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Environments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/environments", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "top", "value": "", "type": "query", "description": "The number of result items to return." }, { "name": "skip", "value": "", "type": "query", "description": "The number of result items to skip." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of result items per page." } ] }, "docs": "List a collection of environments across workspaces." }, { "info": { "name": "Microsoft Azure Get Projects Projectname Environments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/environments" }, "docs": "Lists the environments for a project." }, { "info": { "name": "Microsoft Azure Get Projects Projectname Users Userid Environments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/users/:userId/environments" }, "docs": "Lists the environments for a project and user." }, { "info": { "name": "Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/users/:userId/environments/:environmentName", "params": [ { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." } ] }, "docs": "Gets an environment" }, { "info": { "name": "Microsoft Azure Put Projects Projectname Users Userid Environments Environmentname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/projects/:projectName/users/:userId/environments/:environmentName", "params": [ { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." } ] }, "docs": "Creates or updates an environment." }, { "info": { "name": "Microsoft Azure Delete Projects Projectname Users Userid Environments Environmentname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/projects/:projectName/users/:userId/environments/:environmentName", "params": [ { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." } ] }, "docs": "Deletes an environment and all its associated resources" }, { "info": { "name": "Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/users/:userId/environments/:environmentName/operations", "params": [ { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." } ] }, "docs": "Lists operations on the environment which have occurred within the past 90 days" }, { "info": { "name": "Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/users/:userId/environments/:environmentName/operations/:operationId", "params": [ { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "operationId", "value": "", "type": "path", "description": "The id of the operation on an environment." } ] }, "docs": "Gets an environment action result." }, { "info": { "name": "Microsoft Azure Get Projects Projectname Users Userid Environments Environmentname Operations Operationid Logs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:projectName/users/:userId/environments/:environmentName/operations/:operationId/logs", "params": [ { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "operationId", "value": "", "type": "path", "description": "The id of the operation on an environment." } ] }, "docs": "Gets the logs for an operation on an environment." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Users Username Environments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/users/:userName/environments", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "userName", "value": "", "type": "path", "description": "The name of the user profile." }, { "name": "$expand", "value": "", "type": "query", "description": "Specify the $expand query. Example: 'properties($select=deploymentProperties)'" }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply to the operation. Example: '$filter=contains(name,'myName')" }, { "name": "$top", "value": "", "type": "query", "description": "The maximum number of resources to return from the operation. Example: '$top=10'" }, { "name": "$orderby", "value": "", "type": "query", "description": "The ordering expression for the results, using OData notation. Example: '$orderby=name desc'" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "List environments in a given user profile." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Users Username Environments Name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/users/:userName/environments/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "userName", "value": "", "type": "path", "description": "The name of the user profile." }, { "name": "name", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "$expand", "value": "", "type": "query", "description": "Specify the $expand query. Example: 'properties($select=deploymentProperties)'" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Get environment." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Users Username Environments Name", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/users/:userName/environments/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "userName", "value": "", "type": "path", "description": "The name of the user profile." }, { "name": "name", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Create or replace an existing environment. This operation can take a while to complete." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Users Username Environments Name", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/users/:userName/environments/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "userName", "value": "", "type": "path", "description": "The name of the user profile." }, { "name": "name", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Allows modifying tags of environments. All other properties will be ignored." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Devtestlab Labs Labname Users Username Environments Name", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DevTestLab/labs/:labName/users/:userName/environments/:name", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "userName", "value": "", "type": "path", "description": "The name of the user profile." }, { "name": "name", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Delete environment. This operation can take a while to complete." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Environmentsettings Environmentsettingname Environments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labaccounts/:labAccountName/labs/:labName/environmentsettings/:environmentSettingName/environments", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labAccountName", "value": "", "type": "path", "description": "The name of the lab Account." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "environmentSettingName", "value": "", "type": "path", "description": "The name of the environment Setting." }, { "name": "$expand", "value": "", "type": "query", "description": "Specify the $expand query. Example: 'properties($expand=networkInterface)'" }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply to the operation." }, { "name": "$top", "value": "", "type": "query", "description": "The maximum number of resources to return from the operation." }, { "name": "$orderby", "value": "", "type": "query", "description": "The ordering expression for the results, using OData notation." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "List environments in a given environment setting." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Environmentsettings Environmentsettingname Environments Environmentname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labaccounts/:labAccountName/labs/:labName/environmentsettings/:environmentSettingName/environments/:environmentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labAccountName", "value": "", "type": "path", "description": "The name of the lab Account." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "environmentSettingName", "value": "", "type": "path", "description": "The name of the environment Setting." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "$expand", "value": "", "type": "query", "description": "Specify the $expand query. Example: 'properties($expand=networkInterface)'" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Get environment" }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Environmentsettings Environmentsettingname Environments Environmentname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labaccounts/:labAccountName/labs/:labName/environmentsettings/:environmentSettingName/environments/:environmentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labAccountName", "value": "", "type": "path", "description": "The name of the lab Account." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "environmentSettingName", "value": "", "type": "path", "description": "The name of the environment Setting." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Create or replace an existing Environment." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Environmentsettings Environmentsettingname Environments Environmentname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labaccounts/:labAccountName/labs/:labName/environmentsettings/:environmentSettingName/environments/:environmentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labAccountName", "value": "", "type": "path", "description": "The name of the lab Account." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "environmentSettingName", "value": "", "type": "path", "description": "The name of the environment Setting." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Modify properties of environments." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Environmentsettings Environmentsettingname Environments Environmentname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labaccounts/:labAccountName/labs/:labName/environmentsettings/:environmentSettingName/environments/:environmentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labAccountName", "value": "", "type": "path", "description": "The name of the lab Account." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "environmentSettingName", "value": "", "type": "path", "description": "The name of the environment Setting." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Delete environment. This operation can take a while to complete" }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Environmentsettings Environmentsettingname Environments Environmentname Claim", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labaccounts/:labAccountName/labs/:labName/environmentsettings/:environmentSettingName/environments/:environmentName/claim", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labAccountName", "value": "", "type": "path", "description": "The name of the lab Account." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "environmentSettingName", "value": "", "type": "path", "description": "The name of the environment Setting." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Claims the environment and assigns it to the user" }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Environmentsettings Environmentsettingname Environments Environmentname Resetpassword", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labaccounts/:labAccountName/labs/:labName/environmentsettings/:environmentSettingName/environments/:environmentName/resetPassword", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labAccountName", "value": "", "type": "path", "description": "The name of the lab Account." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "environmentSettingName", "value": "", "type": "path", "description": "The name of the environment Setting." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Resets the user password on an environment This operation can take a while to complete" }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Environmentsettings Environmentsettingname Environments Environmentname Start", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labaccounts/:labAccountName/labs/:labName/environmentsettings/:environmentSettingName/environments/:environmentName/start", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labAccountName", "value": "", "type": "path", "description": "The name of the lab Account." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "environmentSettingName", "value": "", "type": "path", "description": "The name of the environment Setting." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Starts an environment by starting all resources inside the environment. This operation can take a while to complete" }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Labservices Labaccounts Labaccountname Labs Labname Environmentsettings Environmentsettingname Environments Environmentname Stop", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.LabServices/labaccounts/:labAccountName/labs/:labName/environmentsettings/:environmentSettingName/environments/:environmentName/stop", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group." }, { "name": "labAccountName", "value": "", "type": "path", "description": "The name of the lab Account." }, { "name": "labName", "value": "", "type": "path", "description": "The name of the lab." }, { "name": "environmentSettingName", "value": "", "type": "path", "description": "The name of the environment Setting." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the environment." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." } ] }, "docs": "Stops an environment by stopping all resources inside the environment This operation can take a while to complete" }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.TimeSeriesInsights/environments/:environmentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of an Azure Resource group." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the Time Series Insights environment associated with the specified resource group." }, { "name": "$expand", "value": "", "type": "query", "description": "Setting $expand=status will include the status of the internal services of the environment in the Time Series Insights service." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Gets the environment with the specified name in the specified subscription and resource group." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.TimeSeriesInsights/environments/:environmentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of an Azure Resource group." }, { "name": "environmentName", "value": "", "type": "path", "description": "Name of the environment" }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Create or update an environment in the specified subscription and resource group." }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.TimeSeriesInsights/environments/:environmentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of an Azure Resource group." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the Time Series Insights environment associated with the specified resource group." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Updates the environment with the specified name in the specified subscription and resource group." }, { "info": { "name": "Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments Environmentname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.TimeSeriesInsights/environments/:environmentName", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of an Azure Resource group." }, { "name": "environmentName", "value": "", "type": "path", "description": "The name of the Time Series Insights environment associated with the specified resource group." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Deletes the environment with the specified name in the specified subscription and resource group." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Timeseriesinsights Environments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.TimeSeriesInsights/environments", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription ID." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "Name of an Azure Resource group." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Lists all the available environments associated with the subscription and within the specified resource group." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Timeseriesinsights Environments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.TimeSeriesInsights/environments", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure Subscription ID." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Lists all the available environments within a subscription, irrespective of the resource groups." } ] } ], "bundled": true }